Antonio Valentino pushed to branch master at Debian GIS Project / stactools
Commits: 9ea54abc by Antonio Valentino at 2026-08-27T16:14:25+00:00 New 0002-pystac-v1.15.x-compat.patch - - - - - 5a25955b by Antonio Valentino at 2026-08-27T16:14:56+00:00 Set distribution to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/0002-pystac-v1.15.x-compat.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,13 @@ -stactools (0.5.3-6) UNRELEASED; urgency=medium +stactools (0.5.3-6) unstable; urgency=medium - * Team upload. + [ Bas Couwenberg ] * Bump Standards-Version to 4.7.4, no changes. - -- Bas Couwenberg <[email protected]> Sat, 04 Apr 2026 10:23:43 +0200 + [ Antonio Valentino ] + * debian/control: + - New 0002-pystac-v1.15.x-compat.patch. + + -- Antonio Valentino <[email protected]> Thu, 27 Aug 2026 16:14:41 +0000 stactools (0.5.3-5) unstable; urgency=medium ===================================== debian/patches/0002-pystac-v1.15.x-compat.patch ===================================== @@ -0,0 +1,23 @@ +From: Antonio Valentino <[email protected]> +Date: Thu, 27 Aug 2026 16:08:50 +0000 +Subject: pystac-v1.15.x-compat + +Some pystac extensions have been deprecated in pystac v1.15.x. +The fix consists in configuring pytest to not raise errors in +case of (deprecation) warnings coming from pystac. + +Forwarded: not-needed +--- + pyproject.toml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pyproject.toml b/pyproject.toml +index de7ed70..69878c5 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -97,4 +97,4 @@ module = ["fsspec", "osgeo", "rasterio", "s3fs", "shapely"] + ignore_missing_imports = true + + [tool.pytest.ini_options] +-filterwarnings = ["error:::pystac[.*]"] ++# filterwarnings = ["error:::pystac[.*]"] ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 0001-Fix-broken-antimeridian-tests.patch +0002-pystac-v1.15.x-compat.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/stactools/-/compare/5b3874a56320fac874e03d2b454da639b6c2d375...5a25955b711f9ab41fda7d643a71e811eea565cd -- View it on GitLab: https://salsa.debian.org/debian-gis-team/stactools/-/compare/5b3874a56320fac874e03d2b454da639b6c2d375...5a25955b711f9ab41fda7d643a71e811eea565cd 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
