[Git][debian-gis-team/metpy][master] 2 commits: New 0002-Fix-compatibility-with-xarray-v2025.08.0.patch

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Mon Aug 25 08:29:05 BST 2025



Antonio Valentino pushed to branch master at Debian GIS Project / metpy


Commits:
21cb1d8e by Antonio Valentino at 2025-08-25T07:23:25+00:00
New 0002-Fix-compatibility-with-xarray-v2025.08.0.patch

- - - - -
e8dbc3ee by Antonio Valentino at 2025-08-25T07:24:06+00:00
Set distribution to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0002-Fix-compatibility-with-xarray-v2025.08.0.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+metpy (1.7.0+ds-2) unstable; urgency=medium
+
+  * debian/patches:
+    - New 0002-Fix-compatibility-with-xarray-v2025.08.0.patch.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 25 Aug 2025 07:23:46 +0000
+
 metpy (1.7.0+ds-1) unstable; urgency=medium
 
   [ Bas Couwenberg ]


=====================================
debian/patches/0002-Fix-compatibility-with-xarray-v2025.08.0.patch
=====================================
@@ -0,0 +1,22 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Mon, 25 Aug 2025 06:59:51 +0000
+Subject: Fix compatibility with xarray v2025.08.0
+
+Forwarded: https://github.com/Unidata/MetPy/pull/3902
+---
+ src/metpy/xarray.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/metpy/xarray.py b/src/metpy/xarray.py
+index 2c8aa64..9a073c1 100644
+--- a/src/metpy/xarray.py
++++ b/src/metpy/xarray.py
+@@ -810,7 +810,7 @@ class MetPyDatasetAccessor:
+         if np.iterable(varname) and not isinstance(varname, str):
+             # If non-string iterable is given, apply recursively across the varnames
+             subset = xr.merge([self.parse_cf(single_varname, coordinates=coordinates)
+-                               for single_varname in varname])
++                               for single_varname in varname], compat='no_conflicts')
+             subset.attrs = self._dataset.attrs
+             return subset
+ 


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 0001-Skip-tests-requiring-internet.patch
+0002-Fix-compatibility-with-xarray-v2025.08.0.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/metpy/-/compare/12fd91a478c3304f9cb4a19a4766c72b70dfe611...e8dbc3eeb2a0dc8243f36ab91d0f98f54f994ab0

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/metpy/-/compare/12fd91a478c3304f9cb4a19a4766c72b70dfe611...e8dbc3eeb2a0dc8243f36ab91d0f98f54f994ab0
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/20250825/1205dd17/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list