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 <[email protected]> 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 <[email protected]> +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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
