[Git][debian-gis-team/satpy][master] 2 commits: Fix compatibility with xarray v2023.10.

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sat Oct 21 12:22:38 BST 2023



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


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


More information about the Pkg-grass-devel mailing list