mbox series

[bug#62622,0/8] Update proj and a few other geo packages

Message ID 20230402174241.158923-1-felgru@posteo.net
Headers show
Series Update proj and a few other geo packages | expand

Message

Felix Gruber April 2, 2023, 5:42 p.m. UTC
This patchset updates a few geographical packages and makes sure that
their dependents still build. I've also updated the qgis package and
overhauled its 'check target to run tests in parallel and define an
environment variable (which was already defined in the wrapper script
that gets installed) that is needed by a few tests to succeed.

Felix Gruber (8):
  gnu: geos: Update to 3.11.2.
  gnu: proj: Update to 9.2.0.
  gnu: python-pyproj: Update to 3.5.0.
  gnu: python-cartopy: Update to 0.21.1.
  gnu: python-rtree: Update to 1.0.1.
  gnu: python-osmnx: Use pyproject-build-system.
  gnu: pcb2gcode: Update to 2.5.0.
  gnu: qgis: Update to 3.30.1.

 gnu/packages/engineering.scm |  61 ++++++------
 gnu/packages/geo.scm         | 173 +++++++++++++++++++----------------
 2 files changed, 121 insertions(+), 113 deletions(-)

Comments

Guillaume Le Vaillant April 12, 2023, 10:09 a.m. UTC | #1
Patches pushed as dd1aebe148de77c098f2b430f6b7ef99d4416000 and
following, with a fixed commit message for patch 4.
Thanks.