[Git][debian-gis-team/stactools][master] 3 commits: Add dependency on stac-validator and stac-check
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Jun 2 16:53:56 BST 2024
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 <sebastic at debian.org> 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 <antonio.valentino at tiscali.it> 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 <antonio.valentino at tiscali.it>
+Copyright: 2023-2024, Antonio Valentino <antonio.valentino at tiscali.it>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240602/fa4c4015/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list