Bas Couwenberg pushed to branch master at Debian GIS Project / rasterio
Commits: 8f425428 by Bas Couwenberg at 2022-09-18T09:14:24+02:00 Add patch to fix FTBFS with PROJ 9.1.0. (closes: #1020074) - - - - - ec9dd197 by Bas Couwenberg at 2022-09-18T09:14:43+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/proj-9.1.0.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +rasterio (1.3.2-3) unstable; urgency=medium + + * Team upload. + * Add patch to fix FTBFS with PROJ 9.1.0. + (closes: #1020074) + + -- Bas Couwenberg <[email protected]> Sun, 18 Sep 2022 09:14:30 +0200 + rasterio (1.3.2-2) unstable; urgency=medium * Team upload. ===================================== debian/patches/proj-9.1.0.patch ===================================== @@ -0,0 +1,15 @@ +Description: Mark test_issue2353bis to not fail the build. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/rasterio/rasterio/issues/2592 +Bug-Debian: https://bugs.debian.org/1020074 + +--- a/tests/test_warp.py ++++ b/tests/test_warp.py +@@ -2096,6 +2096,7 @@ def test_coordinate_pipeline(tmp_path): + + + [email protected](reason='Fails with PROJ 9.1.0', strict=False) + @pytest.mark.skipif( + not gdal_version.at_least('3.4'), + reason="Requires GDAL 3.4.x") ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 0001-Rename-rio-to-rasterio-Closes-788463.patch +proj-9.1.0.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/66c207709b9b141c80afa7fc82a72da1ed880ff0...ec9dd197b60fb65f764385c90a5048a8341bd904 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/66c207709b9b141c80afa7fc82a72da1ed880ff0...ec9dd197b60fb65f764385c90a5048a8341bd904 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
