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 <[email protected]> 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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
