Bas Couwenberg pushed to branch master at Debian GIS Project / python-pyproj
Commits: 188fb8ed by Bas Couwenberg at 2025-08-10T13:02:00+02:00 Add patch to fix FTBFS with PROJ 9.6.2. - - - - - 5ef8d635 by Bas Couwenberg at 2025-08-10T13:10:15+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/proj-9.6.2.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,9 @@ -python-pyproj (3.7.1-2) UNRELEASED; urgency=medium +python-pyproj (3.7.1-2) unstable; urgency=medium * Bump Standards-Version to 4.7.2, no changes. + * Add patch to fix FTBFS with PROJ 9.6.2. - -- Bas Couwenberg <[email protected]> Thu, 20 Mar 2025 06:21:01 +0100 + -- Bas Couwenberg <[email protected]> Sun, 10 Aug 2025 13:10:02 +0200 python-pyproj (3.7.1-1) unstable; urgency=medium ===================================== debian/patches/proj-9.6.2.patch ===================================== @@ -0,0 +1,30 @@ +Description: Fix FTBFS with PROJ 9.6.2. +Author: Bas Couwenberg <[email protected]> +Forwarded: not-needed + +--- a/test/test_transformer.py ++++ b/test/test_transformer.py +@@ -1269,6 +1269,7 @@ def test_transform_bounds_radians_output + ) + + [email protected](strict=False, reason="Fails with PROJ 9.6.2") + def test_transform_bounds__antimeridian(): + crs = CRS("EPSG:3851") + transformer = Transformer.from_crs(crs.geodetic_crs, crs) +@@ -1287,6 +1288,7 @@ def test_transform_bounds__antimeridian( + ) + + [email protected](strict=False, reason="Fails with PROJ 9.6.2") + def test_transform_bounds__antimeridian__xy(): + crs = CRS("EPSG:3851") + transformer = Transformer.from_crs( +@@ -1319,6 +1321,7 @@ def test_transform_bounds__beyond_global + ) + + [email protected](strict=False, reason="Fails with PROJ 9.6.2") + @pytest.mark.parametrize( + "input_crs,input_bounds,expected_bounds", + [ ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ rpath.patch +proj-9.6.2.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/a5e635f0c06f142527618753e77492065ead07c9...5ef8d6350b71b80772fec0aa190589f1b0ec0835 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/a5e635f0c06f142527618753e77492065ead07c9...5ef8d6350b71b80772fec0aa190589f1b0ec0835 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
