[Git][debian-gis-team/pyogrio][master] Replace gdal-3.10.patch with upstream changes.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Mon Oct 21 18:53:44 BST 2024



Bas Couwenberg pushed to branch master at Debian GIS Project / pyogrio


Commits:
397027b4 by Bas Couwenberg at 2024-10-21T19:48:04+02:00
Replace gdal-3.10.patch with upstream changes.

- - - - -


2 changed files:

- debian/changelog
- debian/patches/gdal-3.10.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+pyogrio (0.10.0+ds-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Replace gdal-3.10.patch with upstream changes.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 21 Oct 2024 19:47:38 +0200
+
 pyogrio (0.10.0+ds-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/gdal-3.10.patch
=====================================
@@ -1,14 +1,16 @@
-Description: Fix FTBFS with GDAL 3.10.0.
-Author: Bas Couwenberg <sebastic at debian.org>
+Description: test_write_kml_file_coordinate_order(): make it compatible with GDAL 3.10
+Author: Even Rouault <even.rouault at spatialys.com>
+Origin: https://github.com/geopandas/pyogrio/pull/489
 Bug: https://github.com/geopandas/pyogrio/issues/488
 
 --- a/pyogrio/tests/test_geopandas_io.py
 +++ b/pyogrio/tests/test_geopandas_io.py
-@@ -2239,6 +2239,7 @@ def test_non_utf8_encoding_shapefile_sql
-     assert actual[mandarin].values[0] == mandarin
+@@ -2257,7 +2257,7 @@ def test_write_kml_file_coordinate_order
+     if "LIBKML" in list_drivers():
+         # test appending to the existing file only if LIBKML is available
+         # as it appears to fall back on LIBKML driver when appending.
+-        points_append = [Point(70, 80), Point(90, 100), Point(110, 120)]
++        points_append = [Point(7, 8), Point(9, 10), Point(11, 12)]
+         gdf_append = gp.GeoDataFrame(geometry=points_append, crs="EPSG:4326")
  
- 
-+ at pytest.mark.xfail(strict=False, reason="Fails with GDAL 3.10")
- @pytest.mark.requires_arrow_write_api
- def test_write_kml_file_coordinate_order(tmp_path, use_arrow):
-     # confirm KML coordinates are written in lon, lat order even if CRS axis
+         write_dataframe(



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyogrio/-/commit/397027b4186d943d0739c406cc345d346b987dd8

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyogrio/-/commit/397027b4186d943d0739c406cc345d346b987dd8
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/20241021/b06ca20c/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list