[Git][debian-gis-team/xarray-datatree][master] New 0001-Fix-compatibility-with-xarray-2023.12.patch

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sat Dec 23 14:56:45 GMT 2023



Antonio Valentino pushed to branch master at Debian GIS Project / xarray-datatree


Commits:
beb7dfeb by Antonio Valentino at 2023-12-23T14:54:27+00:00
New 0001-Fix-compatibility-with-xarray-2023.12.patch

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/0001-Fix-compatibility-with-xarray-2023.12.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+xarray-datatree (0.0.13-2) UNRELEASED; urgency=medium
+
+  * debian/patches:
+    - New 0001-Fix-compatibility-with-xarray-2023.12.patch (Closes: #1059354).
+  * debian/control:
+    - Depend on python3-xarray (>= 2023.12)
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 23 Dec 2023 14:52:20 +0000
+
 xarray-datatree (0.0.13-1) unstable; urgency=medium
 
   [ Antonio Valentino ]


=====================================
debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-pytest <!nocheck>,
                python3-setuptools,
                python3-setuptools-scm,
-               python3-xarray,
+               python3-xarray (>= 2023.12),
                python3-zarr
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/xarray-datatree


=====================================
debian/patches/0001-Fix-compatibility-with-xarray-2023.12.patch
=====================================
@@ -0,0 +1,20 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Sat, 23 Dec 2023 14:49:48 +0000
+Subject: Fix compatibility with xarray 2023.12
+
+Origin: https://github.com/xarray-contrib/datatree/commit/d3b2a6d27d84be6a5c4092004160a4f6e4a45308
+Forwarded: not-needed
+---
+ datatree/testing.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/datatree/testing.py b/datatree/testing.py
+index ebe32cb..1cbcdf2 100644
+--- a/datatree/testing.py
++++ b/datatree/testing.py
+@@ -1,4 +1,4 @@
+-from xarray.testing import ensure_warnings
++from xarray.testing.assertions import ensure_warnings
+ 
+ from .datatree import DataTree
+ from .formatting import diff_tree_repr


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001-Fix-compatibility-with-xarray-2023.12.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-datatree/-/commit/beb7dfebd24544d6e695d6d87e11e3f512da7332

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-datatree/-/commit/beb7dfebd24544d6e695d6d87e11e3f512da7332
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/20231223/f239406e/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list