[Git][debian-gis-team/python-geopandas][experimental] 2 commits: Add patch to fix FTBFS with Shapely 2.1.0.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Apr 3 14:18:56 BST 2025
Bas Couwenberg pushed to branch experimental at Debian GIS Project / python-geopandas
Commits:
49851e0c by Bas Couwenberg at 2025-04-03T15:14:59+02:00
Add patch to fix FTBFS with Shapely 2.1.0.
- - - - -
33fd608b by Bas Couwenberg at 2025-04-03T15:15:11+02:00
Set distribution to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/patches/series
- + debian/patches/shapely-2.1.0.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,10 @@
-python-geopandas (1.0.1-2) UNRELEASED; urgency=medium
+python-geopandas (1.0.1-2) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.7.2, no changes.
+ * Add patch to fix FTBFS with Shapely 2.1.0.
- -- Bas Couwenberg <sebastic at debian.org> Thu, 20 Mar 2025 06:20:32 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 03 Apr 2025 15:15:02 +0200
python-geopandas (1.0.1-1) unstable; urgency=medium
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
no-gallery.patch
pandas2_compat.patch
+shapely-2.1.0.patch
=====================================
debian/patches/shapely-2.1.0.patch
=====================================
@@ -0,0 +1,22 @@
+Description: Fix FTBFS with Shapely 2.1.0.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/geopandas/tests/test_array.py
++++ b/geopandas/tests/test_array.py
+@@ -275,6 +275,7 @@ def test_as_array():
+ np.testing.assert_array_equal(np_arr1, np_arr2)
+
+
++ at pytest.mark.xfail(strict=False, reason="Fails with Shapely 2.1.0.")
+ @pytest.mark.parametrize(
+ "attr,args",
+ [
+@@ -319,6 +320,7 @@ def test_predicates_vector_scalar(attr,
+ # TODO other is missing
+
+
++ at pytest.mark.xfail(strict=False, reason="Fails with Shapely 2.1.0.")
+ @pytest.mark.parametrize(
+ "attr,args",
+ [
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/compare/94d586faa5558e76a760973b1da98cc079b53114...33fd608b986753ba49b4954ca04d6782542e6c64
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/compare/94d586faa5558e76a760973b1da98cc079b53114...33fd608b986753ba49b4954ca04d6782542e6c64
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/20250403/96d61f48/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list