Antonio Valentino pushed to branch master at Debian GIS Project / xarray-sentinel
Commits: f981435f by Antonio Valentino at 2025-04-06T15:01:27+00:00 Fix #1101633 - - - - - 2d536e84 by Antonio Valentino at 2025-04-06T15:07:26+00:00 Update dates in d/copyright - - - - - e3e7b04a by Antonio Valentino at 2025-04-06T15:07:26+00:00 Set distribution to unstable - - - - - 5 changed files: - debian/changelog - debian/copyright - debian/patches/test_get_fs_path.patch → debian/patches/0001-test_get_fs_path.patch - + debian/patches/0002-Fix-compatibility-with-xarray-v2025.03.01.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,16 @@ -xarray-sentinel (0.9.5+ds-4) UNRELEASED; urgency=medium +xarray-sentinel (0.9.5+ds-4) unstable; urgency=medium - * Team upload. + [ Bas Couwenberg ] * Bump Standards-Version to 4.7.2, no changes. - -- Bas Couwenberg <[email protected]> Sun, 28 Jul 2024 20:07:24 +0200 + [ Antonio Valentino ] + * debian/patches: + - Rename test_get_fs_path.patch into 0001-test_get_fs_path.patch. + - New 0002-Fix-compatibility-with-xarray-v2025.03.01.patch + (Closes: 1101633). + * Update deates in d/copyright. + + -- Antonio Valentino <[email protected]> Sun, 06 Apr 2025 15:01:32 +0000 xarray-sentinel (0.9.5+ds-3) unstable; urgency=medium ===================================== debian/copyright ===================================== @@ -11,7 +11,7 @@ Copyright: 2021-2022, B-Open <[email protected]> License: Apache-2.0 Files: debian/* -Copyright: 2023, Antonio Valentino <[email protected]> +Copyright: 2023-2025, Antonio Valentino <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/patches/test_get_fs_path.patch → debian/patches/0001-test_get_fs_path.patch ===================================== @@ -1,9 +1,16 @@ -Description: Mark test_get_fs_path as xfail. -Author: Bas Couwenberg <[email protected]> +From: Bas Couwenberg <[email protected]> +Date: Sun, 6 Apr 2025 11:32:13 +0000 +Subject: Mark test_get_fs_path as xfail. + Bug-Debian: https://bugs.debian.org/1044052 Forwarded: https://github.com/bopen/xarray-sentinel/issues/130 +--- + tests/test_30_sentinel1_fsspec.py | 1 + + 1 file changed, 1 insertion(+) +diff --git a/tests/test_30_sentinel1_fsspec.py b/tests/test_30_sentinel1_fsspec.py +index 12d92cd..eb83a66 100644 --- a/tests/test_30_sentinel1_fsspec.py +++ b/tests/test_30_sentinel1_fsspec.py @@ -51,6 +51,7 @@ GRD_IW_VV_annotation = ( ===================================== debian/patches/0002-Fix-compatibility-with-xarray-v2025.03.01.patch ===================================== @@ -0,0 +1,22 @@ +From: Antonio Valentino <[email protected]> +Date: Sun, 6 Apr 2025 11:32:34 +0000 +Subject: Fix compatibility with xarray v2025.03.01 + +Forwarded: https://github.com/bopen/xarray-sentinel/issues/147 +--- + xarray_sentinel/sentinel1.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/xarray_sentinel/sentinel1.py b/xarray_sentinel/sentinel1.py +index fd03fe1..3e9d43e 100644 +--- a/xarray_sentinel/sentinel1.py ++++ b/xarray_sentinel/sentinel1.py +@@ -235,7 +235,7 @@ def open_gcp_dataset( + pixel_set = set() + for ggp in geolocation_grid_points: + if ggp["line"] not in line_set: +- azimuth_time.append(np.datetime64(ggp["azimuthTime"])) ++ azimuth_time.append(np.datetime64(ggp["azimuthTime"], "ns")) + line_set.add(ggp["line"]) + if ggp["pixel"] not in pixel_set: + slant_range_time.append(ggp["slantRangeTime"]) ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ -test_get_fs_path.patch +0001-test_get_fs_path.patch +0002-Fix-compatibility-with-xarray-v2025.03.01.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-sentinel/-/compare/c2f1eb20a9e9c229b0b404ccb31cfb85dec6d943...e3e7b04a60863efd70e5282df81d9550c2969e04 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-sentinel/-/compare/c2f1eb20a9e9c229b0b404ccb31cfb85dec6d943...e3e7b04a60863efd70e5282df81d9550c2969e04 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
