[Git][debian-gis-team/python-pyproj][master] Add patch to fix FTBFS with PROJ 9.4.0.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Feb 27 19:54:38 GMT 2024



Bas Couwenberg pushed to branch master at Debian GIS Project / python-pyproj


Commits:
893d6bc7 by Bas Couwenberg at 2024-02-27T20:54:09+01:00
Add patch to fix FTBFS with PROJ 9.4.0.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/proj-9.4.0.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-pyproj (3.6.1-3) UNRELEASED; urgency=medium
+
+  * Add patch to fix FTBFS with PROJ 9.4.0.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 27 Feb 2024 20:53:58 +0100
+
 python-pyproj (3.6.1-2) unstable; urgency=medium
 
   * Drop RC-buggy python3-xarray from build dependencies.


=====================================
debian/patches/proj-9.4.0.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with PROJ 9.4.0.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug: https://github.com/pyproj4/pyproj/issues/1384
+
+--- a/test/crs/test_crs_cf.py
++++ b/test/crs/test_crs_cf.py
+@@ -1183,6 +1183,7 @@ def test_albers_conical_equal_area():
+     ]
+ 
+ 
++ at pytest.mark.xfail(strict=False, reason="Fails with PROJ 9.4.0")
+ def test_azimuthal_equidistant():
+     crs = CRS("ESRI:54032")
+     expected_cf = {


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 rpath.patch
+proj-9.4.0.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/commit/893d6bc7ad8560963a9b663efb1cf033604d99c3

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/commit/893d6bc7ad8560963a9b663efb1cf033604d99c3
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/20240227/7dde2866/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list