Bas Couwenberg pushed to branch master at Debian GIS Project / pyresample
Commits: ab66e9b3 by Bas Couwenberg at 2026-03-06T06:00:48+01:00 Add patch to fix FTBFS with PROJ 9.8.0. (closes: #1129894) - - - - - 3 changed files: - debian/changelog - + debian/patches/proj-9.8.0.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,8 @@ pyresample (1.35.0-2) UNRELEASED; urgency=medium * Team upload. * Drop Priority: optional, default since dpkg 1.22.13. * Bump Standards-Version to 4.7.3, changes: priority. + * Add patch to fix FTBFS with PROJ 9.8.0. + (closes: #1129894) -- Bas Couwenberg <[email protected]> Sat, 03 Jan 2026 14:13:31 +0100 ===================================== debian/patches/proj-9.8.0.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix test failure with PROJ 9.8.0. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/pytroll/pyresample/pull/710 + +--- a/pyresample/test/test_geometry/test_area.py ++++ b/pyresample/test/test_geometry/test_area.py +@@ -1088,7 +1088,7 @@ class TestAreaDefinition: + def test_from_epsg(self, area_class): + """Test the from_epsg class method.""" + sweref = area_class.from_epsg('3006', 2000) +- assert sweref.description == 'SWEREF99 TM' ++ assert sweref.description in ['SWEREF99 TM', 'ETRS89-SWE [SWEREF 99 TM]'] + with ignore_pyproj_proj_warnings(): + assert sweref.proj_dict == {'ellps': 'GRS80', 'no_defs': None, + 'proj': 'utm', 'type': 'crs', 'units': 'm', ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ 0003-Fix-mathjax-path.patch 0004-Fix-privacy-breachs.patch 0005-Use-sphinxcontrib.apidoc.patch +proj-9.8.0.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/commit/ab66e9b3cda0a223c91a078aa859cc71b9377b6a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/commit/ab66e9b3cda0a223c91a078aa859cc71b9377b6a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
