[Git][debian-gis-team/xarray-ceos-alos2][master] New 0002-Fix-compatibility-with-new-fsspec-versions.patch

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Fri Feb 20 07:54:47 GMT 2026



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


Commits:
e41083cc by Antonio Valentino at 2026-02-20T07:54:15+00:00
New 0002-Fix-compatibility-with-new-fsspec-versions.patch

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0002-Fix-compatibility-with-new-fsspec-versions.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,8 @@
 xarray-ceos-alos2 (2025.05.0-2) unstable; urgency=medium
 
   * Update dates in d/copyright.
+  * debian/patches:
+    - New 0002-Fix-compatibility-with-new-fsspec-versions.patch.
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Fri, 20 Feb 2026 06:52:31 +0000
 


=====================================
debian/patches/0002-Fix-compatibility-with-new-fsspec-versions.patch
=====================================
@@ -0,0 +1,35 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Fri, 20 Feb 2026 07:23:16 +0000
+Subject: Fix compatibility with new fsspec versions
+
+Forwarded: https://github.com/umr-lops/xarray-ceos-alos2/pull/123
+---
+ ceos_alos2/tests/test_testing.py | 9 ++++++++-
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+diff --git a/ceos_alos2/tests/test_testing.py b/ceos_alos2/tests/test_testing.py
+index c50372a..4899800 100644
+--- a/ceos_alos2/tests/test_testing.py
++++ b/ceos_alos2/tests/test_testing.py
+@@ -1,5 +1,6 @@
+ import numpy as np
+ import pytest
++import fsspec
+ 
+ from ceos_alos2 import testing
+ from ceos_alos2.hierarchy import Group, Variable
+@@ -194,7 +195,13 @@ def test_compare_data(left, right, expected):
+             "\n".join(
+                 [
+                     "Differing filesystem:",
+-                    "  L protocol  http",
++                    "  L protocol  'http'",
++                    "  R protocol  memory",
++                ]
++            ) if fsspec.__version__ < "2025.10.0" else "\n".join(
++                [
++                    "Differing filesystem:",
++                    "  L protocol  ('http', 'https')",
+                     "  R protocol  memory",
+                 ]
+             ),


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 0001-Python-packages.patch
+0002-Fix-compatibility-with-new-fsspec-versions.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-ceos-alos2/-/commit/e41083ccf707adfa139651e2f76f12a1a72981d9

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-ceos-alos2/-/commit/e41083ccf707adfa139651e2f76f12a1a72981d9
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/20260220/aff0a1df/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list