[Git][debian-gis-team/satpy][master] New 0009-Fix-compatibility-with-xarray-v2023.09.0.patch

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Wed Oct 11 22:39:42 BST 2023



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 <antonio.valentino at tiscali.it>  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 <antonio.valentino at tiscali.it>
+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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20231011/02a126bd/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list