[Git][debian-gis-team/python-shapely][master] 2 commits: Update GEOS 3.13.0 patch to fix another test.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Sep 8 15:14:59 BST 2024
Bas Couwenberg pushed to branch master at Debian GIS Project / python-shapely
Commits:
e8a88366 by Bas Couwenberg at 2024-09-08T16:03:45+02:00
Update GEOS 3.13.0 patch to fix another test.
- - - - -
a2a5ec5f by Bas Couwenberg at 2024-09-08T16:03:56+02:00
Set distribution to unstable.
- - - - -
2 changed files:
- debian/changelog
- debian/patches/geos-3.13.0.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-shapely (2.0.6-4) unstable; urgency=medium
+
+ * Update GEOS 3.13.0 patch to fix another test.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 08 Sep 2024 16:03:45 +0200
+
python-shapely (2.0.6-3) unstable; urgency=medium
* Add patch to fix test failures with GEOS 3.13.0.
=====================================
debian/patches/geos-3.13.0.patch
=====================================
@@ -42,7 +42,7 @@ Forwarded: not-needed
@pytest.mark.skipif(
shapely.geos_version[:2] not in ((3, 10), (3, 11), (3, 12)),
reason="GEOS not in 3.10, 3.11, 3.12",
-@@ -73,6 +74,7 @@ def test_points_nan_3D_all_nan_becomes_e
+@@ -73,12 +74,14 @@ def test_points_nan_3D_all_nan_becomes_e
assert actual.wkt == "POINT EMPTY"
@@ -50,6 +50,13 @@ Forwarded: not-needed
@pytest.mark.skipif(shapely.geos_version[:2] != (3, 12), reason="GEOS != 3.12")
def test_points_nan_3D_all_nan_becomes_empty():
actual = shapely.points(np.nan, np.nan, np.nan)
+ assert actual.wkt == "POINT Z EMPTY"
+
+
++ at pytest.mark.xfail(strict=False, reason="Fails with GEOS 3.13.0")
+ @pytest.mark.skipif(shapely.geos_version < (3, 12, 0), reason="GEOS < 3.12")
+ @pytest.mark.parametrize(
+ "coords,expected_wkt",
--- a/shapely/tests/test_strtree.py
+++ b/shapely/tests/test_strtree.py
@@ -367,6 +367,7 @@ def test_query_with_partially_prepared_i
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/compare/0ab768146dab3ae6492c696b0f5b78371e02d3cd...a2a5ec5fe37921df50814ea5eb32a850ec995d00
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/compare/0ab768146dab3ae6492c696b0f5b78371e02d3cd...a2a5ec5fe37921df50814ea5eb32a850ec995d00
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/20240908/263d1da6/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list