[Git][debian-gis-team/python-pyproj][master] 2 commits: Replace proj-9.4.0.patch with upstream changes.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Feb 28 04:34:38 GMT 2024



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


Commits:
0d1d5b34 by Bas Couwenberg at 2024-02-28T05:19:11+01:00
Replace proj-9.4.0.patch with upstream changes.

- - - - -
9fc472d1 by Bas Couwenberg at 2024-02-28T05:28:04+01:00
Set distribution to unstable.

- - - - -


2 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,8 @@
-python-pyproj (3.6.1-3) UNRELEASED; urgency=medium
+python-pyproj (3.6.1-3) unstable; urgency=medium
 
-  * Add patch to fix FTBFS with PROJ 9.4.0.
+  * Add upstream patch to fix FTBFS with PROJ 9.4.0.
 
- -- Bas Couwenberg <sebastic at debian.org>  Tue, 27 Feb 2024 20:53:58 +0100
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 28 Feb 2024 05:27:39 +0100
 
 python-pyproj (3.6.1-2) unstable; urgency=medium
 


=====================================
debian/patches/proj-9.4.0.patch
=====================================
@@ -1,14 +1,15 @@
-Description: Fix FTBFS with PROJ 9.4.0.
-Author: Bas Couwenberg <sebastic at debian.org>
+Description: Support azimuthal_equidistant coordinate operation to CF
+Author: snowman2 <alansnow21 at gmail.com>
+Origin: https://github.com/pyproj4/pyproj/pull/1380
 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 = {
+--- a/pyproj/crs/_cf1x8.py
++++ b/pyproj/crs/_cf1x8.py
+@@ -658,6 +658,7 @@ def _pole_rotation_netcdf__to_cf(conversion):
+ _INVERSE_GRID_MAPPING_NAME_MAP = {
+     "albers_equal_area": _albers_conical_equal_area__to_cf,
+     "modified_azimuthal_equidistant": _azimuthal_equidistant__to_cf,
++    "azimuthal_equidistant": _azimuthal_equidistant__to_cf,
+     "geostationary_satellite_(sweep_x)": _geostationary__to_cf,
+     "geostationary_satellite_(sweep_y)": _geostationary__to_cf,
+     "lambert_azimuthal_equal_area": _lambert_azimuthal_equal_area__to_cf,



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

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/893d6bc7ad8560963a9b663efb1cf033604d99c3...9fc472d19fe0af518ebae86bd59d7efeba6585d9
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/20240228/722a0767/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list