Bas Couwenberg pushed to branch master at Debian GIS Project / rasterio
Commits: 2e3baedd by Bas Couwenberg at 2024-04-26T08:40:13+02:00 Add patch to fix FTBFS with GDAL 3.9.0. (closes: #1069868) - - - - - 4d5cada2 by Bas Couwenberg at 2024-04-26T08:48:25+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/gdal-3.9.0.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +rasterio (1.3.10-2) unstable; urgency=medium + + * Team upload. + * Add patch to fix FTBFS with GDAL 3.9.0. + (closes: #1069868) + + -- Bas Couwenberg <[email protected]> Fri, 26 Apr 2024 08:48:10 +0200 + rasterio (1.3.10-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/gdal-3.9.0.patch ===================================== @@ -0,0 +1,24 @@ +Description: Fix FTBFS with GDAL 3.9.0. +Author: Bas Couwenberg <[email protected]> +Forwarded: not-needed + +--- a/tests/test_mask_creation.py ++++ b/tests/test_mask_creation.py +@@ -32,6 +32,7 @@ def test_create_internal_mask(data): + assert MaskFlags.nodata not in flags + + [email protected](strict=False, reason="Fails with GDAL 3.9.0") + def test_create_sidecar_mask(data): + """Write a .msk sidecar mask.""" + with rasterio.open(str(data.join('RGB.byte.tif')), 'r+') as dst: +--- a/tests/test_update.py ++++ b/tests/test_update.py +@@ -9,6 +9,7 @@ import rasterio + from rasterio.env import GDALVersion + + [email protected](strict=False, reason="Fails with GDAL 3.9.0") + @pytest.mark.gdalbin + def test_update_tags(data): + tiffname = str(data.join('RGB.byte.tif')) ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ spelling-errors.patch boto.patch no-distutils.patch +gdal-3.9.0.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/20c755b9152e2ba166684732941082cd64700adf...4d5cada2747a7f396e7dbc829eac0c150be80e7f -- View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/20c755b9152e2ba166684732941082cd64700adf...4d5cada2747a7f396e7dbc829eac0c150be80e7f 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
