[Git][debian-gis-team/python-pyproj][master] 2 commits: Add patch to fix FTBFS with PROJ 9.4.1.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed May 29 08:46:13 BST 2024



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


Commits:
05244f9a by Bas Couwenberg at 2024-05-29T09:40:16+02:00
Add patch to fix FTBFS with PROJ 9.4.1.

- - - - -
3881e0c8 by Bas Couwenberg at 2024-05-29T09:40:45+02:00
Set distribution to unstable.

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,10 @@
-python-pyproj (3.6.1-4) UNRELEASED; urgency=medium
+python-pyproj (3.6.1-4) unstable; urgency=medium
 
   * Drop obsolete python3-mock build dependency.
     (closes: #1066144)
+  * Add patch to fix FTBFS with PROJ 9.4.1.
 
- -- Bas Couwenberg <sebastic at debian.org>  Wed, 13 Mar 2024 05:21:10 +0100
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 29 May 2024 09:40:18 +0200
 
 python-pyproj (3.6.1-3) unstable; urgency=medium
 


=====================================
debian/patches/proj-9.4.1.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with PROJ 9.4.1.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug: https://github.com/pyproj4/pyproj/issues/1403
+
+--- a/test/crs/test_crs.py
++++ b/test/crs/test_crs.py
+@@ -714,6 +714,7 @@ def test_coordinate_operation__from_auth
+         CoordinateOperation.from_authority("BOB", 4326)
+ 
+ 
++ at pytest.mark.xfail(strict=False, reason="Fails with PROJ 9.4.1")
+ def test_datum__from_epsg():
+     datum_wkt = (
+         'ENSEMBLE["World Geodetic System 1984 ensemble",'


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



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/337d0221a0a53c02b865e211a9228cf29825e38d...3881e0c81910d1f36bb1d12e5d48ddf21db6f3f0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/337d0221a0a53c02b865e211a9228cf29825e38d...3881e0c81910d1f36bb1d12e5d48ddf21db6f3f0
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/20240529/873e7ed2/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list