[Git][debian-gis-team/pytroll-schedule][master] 3 commits: Set python3-pyresample (>= 1.23) in d/control
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Apr 9 08:55:32 BST 2022
Antonio Valentino pushed to branch master at Debian GIS Project / pytroll-schedule
Commits:
189aa18b by Antonio Valentino at 2022-04-08T06:38:14+00:00
Set python3-pyresample (>= 1.23) in d/control
- - - - -
c385e1a9 by Antonio Valentino at 2022-04-09T07:41:37+00:00
Disable test_bool in autopkgtest
- - - - -
687cab89 by Antonio Valentino at 2022-04-09T07:44:41+00:00
Set distribution to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/tests/python3
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+pytroll-schedule (0.6.0-3) unstable; urgency=medium
+
+ * debian/control:
+ - set the minimum required version of python3-pyresample
+ to 1.23.
+ * debian/tests/python3:
+ - disable "test_bool" it fails with old pyresample versions
+ due to a bun in pyresample itself
+ (see https://github.com/pytroll/pytroll-schedule/issues/68).
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 09 Apr 2022 07:44:25 +0000
+
pytroll-schedule (0.6.0-2) unstable; urgency=medium
* debian/patches:
=====================================
debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 12),
python3-cartopy,
python3-numpy,
python3-pyorbital,
- python3-pyresample,
+ python3-pyresample (>= 1.23),
python3-pytest,
python3-yaml,
python3-setuptools
=====================================
debian/tests/python3
=====================================
@@ -7,5 +7,5 @@ cd "$AUTOPKGTEST_TMP"
for py in $PYS; do
echo "=== $py ==="
- $py -m pytest --pyargs trollsched 2>&1
+ $py -m pytest -k "not test_bool" --pyargs trollsched 2>&1
done
View it on GitLab: https://salsa.debian.org/debian-gis-team/pytroll-schedule/-/compare/49ba7bf1b1aae2807b71be26788990654b5afe17...687cab89732258f10dbf69ee0a2aa299366aa0b2
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pytroll-schedule/-/compare/49ba7bf1b1aae2807b71be26788990654b5afe17...687cab89732258f10dbf69ee0a2aa299366aa0b2
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/20220409/1c5cd6c8/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list