Skip to content
Commits on Source (3)
python-csb (1.2.5+dfsg-5) UNRELEASED; urgency=medium
* Team upload.
[ Matthias Klose ]
* Stop running Python2 autopkg tests.
[ Michael R. Crusoe ]
* Set upstream metadata fields: Contact, Name.
-- Matthias Klose <doko@ubuntu.com> Thu, 03 Oct 2019 11:34:14 +0200
python-csb (1.2.5+dfsg-4) unstable; urgency=medium
* Remove Python2 support
......
......@@ -5,6 +5,6 @@ set -eu
cp -r csb/test "$ADTTMP/"
cd "$ADTTMP"
for py in $(pyversions -i) $(py3versions -i); do
for py in $(py3versions -i); do
PYTHONWARNINGS=d $py test/app.py --generated-resources /tmp --verbosity 2
done
# See https://lists.debian.org/debian-devel/2018/04/msg00285.html
Tests: build
Depends: python-csb, python-unittest2, python3-csb, python3-all
Depends: python3-csb, python3-all
Restrictions: allow-stderr
......@@ -5,3 +5,5 @@ Registry:
Entry: NA
- Name: SciCrunch
Entry: SCR_016065
Name: csb
Contact: Ivan Kalev <ivan.kalev@gmail.com>