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


Commits:
605be082 by Bas Couwenberg at 2025-09-05T20:47:57+02:00
Add patch to fix FTBFS with GEOS 3.14. (closes: #1114304)

- - - - -
2fc06bcb by Bas Couwenberg at 2025-09-05T20:48:26+02:00
Set distribution to unstable.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/geos-3.14.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-geopandas (1.1.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Add patch to fix FTBFS with GEOS 3.14.
+    (closes: #1114304)
+
+ -- Bas Couwenberg <[email protected]>  Fri, 05 Sep 2025 20:48:15 +0200
+
 python-geopandas (1.1.1-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/geos-3.14.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with GEOS 3.14.
+Author: Bas Couwenberg <[email protected]>
+Forwarded: not-needed
+
+--- a/geopandas/tests/test_geom_methods.py
++++ b/geopandas/tests/test_geom_methods.py
+@@ -1611,6 +1611,7 @@ class TestGeomMethods:
+         assert isinstance(mbc, GeoSeries)
+         assert self.g1.crs == mbc.crs
+ 
++    @pytest.mark.xfail(strict=False, reason="Fails with GEOS 3.14.")
+     @pytest.mark.skipif(not SHAPELY_GE_21, reason="requires shapely 2.1")
+     def test_maximum_inscribed_circle(self):
+         mic = self.g1.maximum_inscribed_circle()


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 no-gallery.patch
 pandas2_compat.patch
 shapely-2.1.0.patch
+geos-3.14.patch



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-geopandas/-/compare/b7d8df38dad48addd39c37f51be866480b549c9e...2fc06bcb6d99023f7acfa7b00e451e47c3eb2c4f

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-geopandas/-/compare/b7d8df38dad48addd39c37f51be866480b549c9e...2fc06bcb6d99023f7acfa7b00e451e47c3eb2c4f
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

Reply via email to