[Git][debian-gis-team/satpy][master] 6 commits: Add dependency on python3-s3fs
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Feb 22 21:15:32 GMT 2026
Antonio Valentino pushed to branch master at Debian GIS Project / satpy
Commits:
a39e6cac by Antonio Valentino at 2026-02-22T18:51:46+00:00
Add dependency on python3-s3fs
- - - - -
7e0c257f by Antonio Valentino at 2026-02-22T18:52:58+00:00
Enable tests using s3fs
- - - - -
9bd30808 by Antonio Valentino at 2026-02-22T21:00:41+00:00
Disable broken test
- - - - -
8094c4d8 by Antonio Valentino at 2026-02-22T21:00:48+00:00
Reorder Files paragraphs in debian/copyright by directory depth.
Changes-By: lintian-brush
Fixes: lintian: globbing-patterns-out-of-order
See-also: https://lintian.debian.org/tags/globbing-patterns-out-of-order.html
Fixes: lintian: globbing-patterns-out-of-order
See-also: https://lintian.debian.org/tags/globbing-patterns-out-of-order.html
- - - - -
dfa933bd by Antonio Valentino at 2026-02-22T21:00:48+00:00
Update copyright dates
- - - - -
593b5b90 by Antonio Valentino at 2026-02-22T21:00:48+00:00
Set distribution to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,21 @@
-satpy (0.59.0-3) UNRELEASED; urgency=medium
+satpy (0.59.0-3) unstable; urgency=medium
- * Team upload.
+ [ Bas Couwenberg ]
* Drop Priority: optional, default since dpkg 1.22.13.
* Bump Standards-Version to 4.7.3, changes: priority.
- -- Bas Couwenberg <sebastic at debian.org> Sat, 03 Jan 2026 14:19:00 +0100
+ [ Antonio Valentino ]
+ * debian/control:
+ - Add dependency on python3-s3fs.
+ * debian/rules:
+ - Enable tests using s3fs.
+ - Disable broken test "test_calibrated_reflectances_values".
+ (Closes: #1126249).
+ * debian/copuright:
+ - Reorder Files paragraphs by directory depth.
+ - Update copyright dates.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 22 Feb 2026 20:49:07 +0000
satpy (0.59.0-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -56,6 +56,7 @@ Build-Depends: debhelper-compat (= 13),
python3-rasterio,
python3-requests,
python3-rioxarray,
+ python3-s3fs <!nocheck>,
python3-scipy,
python3-skyfield,
python3-sphinx <!nodoc>,
=====================================
debian/copyright
=====================================
@@ -9,6 +9,10 @@ Copyright: 2009-2025, Satpy developers
2021, Pytroll
License: GPL-3+
+Files: debian/*
+Copyright: 2018-2026, Antonio Valentino <antonio.valentino at tiscali.it>
+License: GPL-3+
+
Files: doc/source/doi_role.py
Copyright: 2015, Jon Lund Steffensen
License: BSD-3-clause
@@ -17,10 +21,6 @@ Files: satpy/etc/eps_avhrrl1b_6.5.xml
Copyright: 2004-2005, Eumetsat
License: GPL-2+
-Files: debian/*
-Copyright: 2018-2025, Antonio Valentino <antonio.valentino at tiscali.it>
-License: GPL-3+
-
License: GPL-3+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=====================================
debian/rules
=====================================
@@ -21,12 +21,6 @@ export PYBUILD_AFTER_INSTALL=rm -rf \
# dask-image module unavailable on Debian
SKIP_ARGS=not test_median
-# s3fs module unavailable on Debian
-SKIP_ARGS+= \
-and not test_convert_remote_files_to_fsspec_fsfile \
-and not test_convert_remote_files_to_fsspec_filename_dict \
-and not test_convert_remote_files_to_fsspec_mixed_sources
-
# upath module unavailable on Debian
SKIP_ARGS+= \
and not test_read_band_gzip_stream \
@@ -61,6 +55,9 @@ SKIP_ARGS+= and not test_scene_dynamic_available_datasets
# something strange is salsa-ci (not reproducible locally)
SKIP_ARGS+= and not test_read_real_segment
+# test broken by recent changes in xarray (the test has been modified upstream)
+SKIP_ARGS+= and not test_calibrated_reflectances_values
+
# misc
SKIP_ARGS+= \
and not test_drop_fill_value \
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/a2a56b68e20fdb908c6544405e4690b9d20b178a...593b5b906a61f6832b884732489f6c507fed642d
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/a2a56b68e20fdb908c6544405e4690b9d20b178a...593b5b906a61f6832b884732489f6c507fed642d
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/20260222/e22adb86/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list