Antonio Valentino pushed to branch master at Debian GIS Project / stactools


Commits:
b00e9e09 by Antonio Valentino at 2026-02-18T06:48:01+00:00
Add dependency on python3-s3fs

- - - - -
8ddc7a3b by Antonio Valentino at 2026-02-18T07:01:52+00:00
Do not run tests that need access to the internet

- - - - -
28b1c97b by Antonio Valentino at 2026-02-22T18:02:30+00:00
Set distribution to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,11 +1,19 @@
-stactools (0.5.3-5) UNRELEASED; urgency=medium
+stactools (0.5.3-5) 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.
 
- -- Bas Couwenberg <[email protected]>  Sat, 25 Oct 2025 13:09:29 +0200
+  [ Antonio Valentino ]
+  * debian/control:
+    - Add dependency on python3-s3fs.
+  * debian/rules:
+    - Update te list of test to skip because they need access
+      to the internet.
+  * Update dates in d/copyrigth.
+
+ -- Antonio Valentino <[email protected]>  Sun, 22 Feb 2026 
18:02:13 +0000
 
 stactools (0.5.3-4) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -24,6 +24,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-pytest <!nocheck>,
                python3-rasterio,
                python3-requests,
+               python3-s3fs <!nocheck>,
                python3-setuptools,
                python3-shapely,
                python3-sphinx <!nodoc>,
@@ -48,7 +49,8 @@ Package: python3-stactools
 Architecture: all
 Depends: ${python3:Depends},
          ${misc:Depends}
-Suggests: python-stactools-doc
+Suggests: python-stactools-doc,
+          python3-s3fs
 Description: ${source:Synopsis}
  ${source:Extended-Description}
 


=====================================
debian/copyright
=====================================
@@ -60,7 +60,7 @@ Copyright: 2020-2023, Azavea
 License: PDDL-1.0
 
 Files: debian/*
-Copyright: 2023-2025, Antonio Valentino <[email protected]>
+Copyright: 2023-2026, 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 \
+and not test_external_data_s3" \
 tests
 
 %:



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/stactools/-/compare/78fd06d9f3f73ecf9f01531cc1bdd2c6c5a2f064...28b1c97bcdf08bb02a9827d38fc821eb5a73a915

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/stactools/-/compare/78fd06d9f3f73ecf9f01531cc1bdd2c6c5a2f064...28b1c97bcdf08bb02a9827d38fc821eb5a73a915
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

Reply via email to