Antonio Valentino pushed to branch master at Debian GIS Project / satpy
Commits: e1853a5d by Antonio Valentino at 2023-10-11T21:38:08+00:00 New 0009-Fix-compatibility-with-xarray-v2023.09.0.patch - - - - - 3 changed files: - debian/changelog - + debian/patches/0009-Fix-compatibility-with-xarray-v2023.09.0.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +satpy (0.43.0-6) UNRELEASED; urgency=medium + + * debian/patches: + - New 0009-Fix-compatibility-with-xarray-v2023.09.0.patch + (Closes: #1053748). + + -- Antonio Valentino <[email protected]> Wed, 11 Oct 2023 21:36:21 +0000 + satpy (0.43.0-5) unstable; urgency=medium * debian/rules: ===================================== debian/patches/0009-Fix-compatibility-with-xarray-v2023.09.0.patch ===================================== @@ -0,0 +1,21 @@ +From: Antonio Valentino <[email protected]> +Date: Wed, 11 Oct 2023 21:31:17 +0000 +Subject: Fix compatibility with xarray v2023.09.0 + +Forwarded: not-needed +Origin: https://github.com/pytroll/satpy/commit/2125eb26706c6a1d6a5193dcb3e6496e90471449 +--- + satpy/tests/writer_tests/test_cf.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/satpy/tests/writer_tests/test_cf.py b/satpy/tests/writer_tests/test_cf.py +index 2b0a5df..a325cb9 100644 +--- a/satpy/tests/writer_tests/test_cf.py ++++ b/satpy/tests/writer_tests/test_cf.py +@@ -1448,5 +1448,5 @@ def _should_use_compression_keyword(): + versions = _get_backend_versions() + return ( + versions["libnetcdf"] >= Version("4.9.0") and +- versions["xarray"] >= Version("2023.7") ++ versions["xarray"] >= Version("2023.10") + ) ===================================== debian/patches/series ===================================== @@ -6,3 +6,4 @@ 0006-Fix-privacy-breach.patch 0007-Fix-compatibility-with-old-dask-versions.patch 0008-Fix-colormap-based-tests-with-new-version-of-trollim.patch +0009-Fix-compatibility-with-xarray-v2023.09.0.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/commit/e1853a5df5779cde0b3ac5b63b6acdbc479a5aa2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/commit/e1853a5df5779cde0b3ac5b63b6acdbc479a5aa2 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
