Bas Couwenberg pushed to branch master at Debian GIS Project / pyogrio
Commits: c8f0f449 by Bas Couwenberg at 2024-10-18T18:59:46+02:00 Add patch to fix FTBFS with GDAL 3.10.0. (closes: #1085315) - - - - - b232e9a6 by Bas Couwenberg at 2024-10-18T19:01:31+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/gdal-3.10.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +pyogrio (0.10.0+ds-3) unstable; urgency=medium + + * Team upload. + * Add patch to fix FTBFS with GDAL 3.10.0. + (closes: #1085315) + + -- Bas Couwenberg <[email protected]> Fri, 18 Oct 2024 19:00:56 +0200 + pyogrio (0.10.0+ds-2) unstable; urgency=medium * Team upload. ===================================== debian/patches/gdal-3.10.patch ===================================== @@ -0,0 +1,14 @@ +Description: Fix FTBFS with GDAL 3.10.0. +Author: Bas Couwenberg <[email protected]> +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 + + [email protected](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 ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +gdal-3.10.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/pyogrio/-/compare/5976936cd98bcef5b89a8b54e8162d7c762977f1...b232e9a6e31cb83a0e606cd3827a4f8b2e8128f2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyogrio/-/compare/5976936cd98bcef5b89a8b54e8162d7c762977f1...b232e9a6e31cb83a0e606cd3827a4f8b2e8128f2 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
