Bas Couwenberg pushed to branch master at Debian GIS Project / rasterio
Commits: 83e594af by Bas Couwenberg at 2023-11-08T21:33:20+01:00 Add patch to fix FTBFS with GDAL 3.8.0. (closes: #1055594) - - - - - de70f5e5 by Bas Couwenberg at 2023-11-08T21:33:29+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/gdal-3.8.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,11 @@ -rasterio (1.3.9-2) UNRELEASED; urgency=medium +rasterio (1.3.9-2) unstable; urgency=medium * Team upload. * Don't ignore test failures on armel. + * Add patch to fix FTBFS with GDAL 3.8.0. + (closes: #1055594) - -- Bas Couwenberg <[email protected]> Thu, 19 Oct 2023 18:33:47 +0200 + -- Bas Couwenberg <[email protected]> Wed, 08 Nov 2023 21:33:21 +0100 rasterio (1.3.9-1) unstable; urgency=medium ===================================== debian/patches/gdal-3.8.patch ===================================== @@ -0,0 +1,14 @@ +Description: Fix FTBFS with GDAL 3.8.0. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/rasterio/rasterio/issues/2965 + +--- a/tests/test_read_resample.py ++++ b/tests/test_read_resample.py +@@ -94,6 +94,7 @@ def test_resampling_alg_error(): + src.read(1, out_shape=(1, 10, 10), resampling=Resampling.max) + + [email protected](strict=False, reason="Fails with GDAL 3.8.0") + @requires_gdal33 + def test_resampling_rms(): + """Test Resampling.rms method""" ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ spelling-errors.patch boto.patch no-distutils.patch +gdal-3.8.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/3055d4458436bdf0adb94afa020aa4f920c2c726...de70f5e5e0c2b78616458fbc6bc1ed96a9f861ef -- View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/compare/3055d4458436bdf0adb94afa020aa4f920c2c726...de70f5e5e0c2b78616458fbc6bc1ed96a9f861ef 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
