Antonio Valentino pushed to branch master at Debian GIS Project / sarsen
Commits: c90aa2df by Antonio Valentino at 2026-03-29T16:32:56+00:00 Revert salsa-ci.patch - - - - - 7855fcd9 by Antonio Valentino at 2026-03-29T16:33:20+00:00 Add build depencency on dask - - - - - 9752c457 by Antonio Valentino at 2026-03-29T16:33:20+00:00 Update dates in d/copyright - - - - - 23b513cc by Antonio Valentino at 2026-03-29T16:33:20+00:00 Set distribution to unstable - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - − debian/patches/salsa-ci.patch - − debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,13 +1,17 @@ -sarsen (0.9.5+ds-2) UNRELEASED; urgency=medium +sarsen (0.9.5+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.3, changes: priority. - * Add patch to skip test that gets killed in Salsa CI and on 32-bit archs. * Make pytest output verbose. - -- Bas Couwenberg <[email protected]> Sat, 25 Oct 2025 13:08:24 +0200 + [ Antonio Valentino ] + * debian/control: + - Add dependency on dask. + * Update dates in d/copyright. + + -- Antonio Valentino <[email protected]> Sun, 29 Mar 2026 11:28:52 +0000 sarsen (0.9.5+ds-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -10,10 +10,10 @@ Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-all, python3-attr, + python3-dask <!nocheck>, python3-flox, python3-numpy, python3-pandas, - python3-psutil <!nocheck>, python3-pytest <!nocheck>, python3-setuptools, python3-setuptools-scm, @@ -56,6 +56,7 @@ Package: python3-sarsen Architecture: all Depends: ${python3:Depends}, ${misc:Depends} +Recommends: python3-dask Description: ${source:Synopsis} ${source:Extended-Description} ===================================== debian/copyright ===================================== @@ -11,7 +11,7 @@ Copyright: 2016-2022, B-Open <[email protected]> License: Apache-2.0 Files: debian/* -Copyright: 2022-2025, Antonio Valentino <[email protected]> +Copyright: 2022-2026, Antonio Valentino <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/patches/salsa-ci.patch deleted ===================================== @@ -1,37 +0,0 @@ -Description: Skip test that gets killed in Salsa CI and on 32-bit architectures. -Author: Bas Couwenberg <[email protected]> -Forwarded: https://github.com/bopen/sarsen/pull/94 - ---- a/tests/test_20_sentinel1.py -+++ b/tests/test_20_sentinel1.py -@@ -1,6 +1,8 @@ - import pathlib -+import sys - - import numpy as np -+import psutil - import pytest - import xarray as xr - -@@ -18,6 +20,11 @@ DATA_PATHS = [ - GROUPS = ["IW/VV", "IW1/VV"] - - [email protected]( -+ psutil.virtual_memory().available < (8 * 1024 * 1024 * 1024) or -+ not sys.maxsize > 2**32, -+ reason="Process gets killed" -+) - @pytest.mark.parametrize("data_path,group", zip(DATA_PATHS, GROUPS)) - def test_Sentinel1SarProduct(data_path: str, group: str) -> None: - res = sentinel1.Sentinel1SarProduct(data_path, group) ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -7,6 +7,7 @@ dev = [ - "cfchecker>=4.1.0", - "mypy>=1.15.0", - "pandas-stubs>=1.4.0", -+ "psutil", - "pytest>=7.0", - "pytest-cov>=5.0", - "setuptools>=64.0", ===================================== debian/patches/series deleted ===================================== @@ -1 +0,0 @@ -salsa-ci.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/compare/240fb77a63ea3ac16af9380e3c7309ef9c5f2f35...23b513ccb23cb566d390406188a885ae898b20aa -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/compare/240fb77a63ea3ac16af9380e3c7309ef9c5f2f35...23b513ccb23cb566d390406188a885ae898b20aa 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
