[Git][debian-gis-team/python-pyproj][master] 2 commits: Add patch to fix FTBFS with PROJ 9.6.2.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 10 12:17:47 BST 2025
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 <sebastic at debian.org> Thu, 20 Mar 2025 06:21:01 +0100
+ -- Bas Couwenberg <sebastic at debian.org> 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 <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/test/test_transformer.py
++++ b/test/test_transformer.py
+@@ -1269,6 +1269,7 @@ def test_transform_bounds_radians_output
+ )
+
+
++ at pytest.mark.xfail(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(
+ )
+
+
++ at pytest.mark.xfail(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
+ )
+
+
++ at pytest.mark.xfail(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250810/bedefaa8/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list