Antonio Valentino pushed to branch master at Debian GIS Project / xarray-sentinel
Commits: db362029 by Antonio Valentino at 2026-06-01T10:41:27+00:00 New 0002-xarray-2026.02-comapt.patch - - - - - b4906982 by Antonio Valentino at 2026-06-01T10:41:33+00:00 Set distribution to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/0002-xarray-2026.02-comapt.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,15 @@ -xarray-sentinel (0.9.6~rc1+ds-2) UNRELEASED; urgency=medium +xarray-sentinel (0.9.6~rc1+ds-2) unstable; urgency=medium - * Team upload. + [ Bas Couwenberg ] * Use test-build-validate-cleanup instead of test-build-twice. * Drop Priority: optional, default since dpkg 1.22.13. * Bump Standards-Version to 4.7.4, changes: priority. - -- Bas Couwenberg <[email protected]> Sat, 25 Oct 2025 13:10:48 +0200 + [ Antonio Valentino ] + * debian/patches: + - Nw 0002-xarray-2026.02-comapt.patch (Closes: #1138617). + + -- Antonio Valentino <[email protected]> Mon, 01 Jun 2026 10:29:36 +0000 xarray-sentinel (0.9.6~rc1+ds-1) unstable; urgency=medium ===================================== debian/patches/0002-xarray-2026.02-comapt.patch ===================================== @@ -0,0 +1,22 @@ +From: Antonio Valentino <[email protected]> +Date: Mon, 1 Jun 2026 10:26:43 +0000 +Subject: xarray-2026.02-comapt + +Forwarded: https://github.com/bopen/xarray-sentinel/pull/166 +--- + tests/test_30_xarray_backends.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tests/test_30_xarray_backends.py b/tests/test_30_xarray_backends.py +index a1c75ee..f168158 100644 +--- a/tests/test_30_xarray_backends.py ++++ b/tests/test_30_xarray_backends.py +@@ -76,7 +76,7 @@ def test_open_dataset_root() -> None: + + assert isinstance(res, xr.Dataset) + +- with pytest.raises(ValueError): ++ with pytest.raises((ValueError, FileNotFoundError)): + xr.open_dataset("") + + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 0001-test_get_fs_path.patch +0002-xarray-2026.02-comapt.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-sentinel/-/compare/656f14b92e2a931d7dc504e81495355a52e264b3...b490698219a16963da69c88c80c9b91a11f05cae -- View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-sentinel/-/compare/656f14b92e2a931d7dc504e81495355a52e264b3...b490698219a16963da69c88c80c9b91a11f05cae You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
