Antonio Valentino pushed to branch master at Debian GIS Project / satpy
Commits: 065cb822 by Antonio Valentino at 2023-10-21T08:09:09+00:00 Fix compatibility with xarray v2023.10. - - - - - 28288a58 by Antonio Valentino at 2023-10-21T08:09:17+00:00 Set distribution to unstable - - - - - 2 changed files: - debian/changelog - debian/patches/0009-Fix-compatibility-with-xarray-v2023.09.0.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +satpy (0.43.0-7) unstable; urgency=medium + + * debian/patches: + - Update 0009-Fix-compatibility-with-xarray-v2023.09.0.patch + to support also xarray v2023.10. + + -- Antonio Valentino <[email protected]> Sat, 21 Oct 2023 08:00:45 +0000 + satpy (0.43.0-6) unstable; urgency=medium * debian/patches: ===================================== debian/patches/0009-Fix-compatibility-with-xarray-v2023.09.0.patch ===================================== @@ -9,7 +9,7 @@ Origin: https://github.com/pytroll/satpy/commit/2125eb26706c6a1d6a5193dcb3e6496e 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 +index 2b0a5df..ee19961 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(): @@ -17,5 +17,5 @@ index 2b0a5df..a325cb9 100644 return ( versions["libnetcdf"] >= Version("4.9.0") and - versions["xarray"] >= Version("2023.7") -+ versions["xarray"] >= Version("2023.10") ++ versions["xarray"] >= Version("2023.11") ) View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/b382602af55cdcfdeeead2ee14276139b614b769...28288a582139f412058ec0b95f6573e686cc1e15 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/b382602af55cdcfdeeead2ee14276139b614b769...28288a582139f412058ec0b95f6573e686cc1e15 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
