Antonio Valentino pushed to branch master at Debian GIS Project / stactools
Commits: 169e0f62 by Antonio Valentino at 2024-06-02T15:39:23+00:00 Add dependency on stac-validator and stac-check - - - - - 445af22e by Antonio Valentino at 2024-06-02T15:44:31+00:00 Update dates in d/copyright - - - - - 540f3656 by Antonio Valentino at 2024-06-02T15:44:32+00:00 Set distribution to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,14 @@ -stactools (0.5.3-2) UNRELEASED; urgency=medium +stactools (0.5.3-2) unstable; urgency=medium - * Team upload. + [Bas Couwenberg] * Use pybuild --print to get build_dir path. - -- Bas Couwenberg <[email protected]> Sat, 11 May 2024 21:17:16 +0200 + [Antonio Valentino] + * debian/control: + - Add dependency on python3-stac-validator and python3-stac-check. + * Update dates in d/copyright. + + -- Antonio Valentino <[email protected]> Sun, 02 Jun 2024 15:04:11 +0000 stactools (0.5.3-1) unstable; urgency=low ===================================== debian/control ===================================== @@ -29,7 +29,9 @@ Build-Depends: debhelper-compat (= 13), python3-shapely, python3-sphinx <!nodoc>, python3-sphinx-autobuild <!nodoc>, - python3-sphinx-click <!nodoc> + python3-sphinx-click <!nodoc>, + python3-stac-check, + python3-stac-validator Standards-Version: 4.6.2 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/stac-utils/stactools ===================================== debian/copyright ===================================== @@ -60,7 +60,7 @@ Copyright: 2020-2023, Azavea License: PDDL-1.0 Files: debian/* -Copyright: 2023, Antonio Valentino <[email protected]> +Copyright: 2023-2024, Antonio Valentino <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/rules ===================================== @@ -7,7 +7,8 @@ and not test_collection_invalid_asset \ and not test_external_pc_data \ and not test_one_datetime \ and not test_fsspec_io \ -and not test_external_data_https" +and not test_external_data_https" \ +tests %: dh $@ --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/stactools/-/compare/ade38344159428547a3127137d577bd72da1f8ae...540f36562b7d0136de4a799d6cea4bdc8a472aaa -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/debian-gis-team/stactools/-/compare/ade38344159428547a3127137d577bd72da1f8ae...540f36562b7d0136de4a799d6cea4bdc8a472aaa 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
