Andreas Tille pushed to branch master at Debian Med / python-multipletau
Commits: 3d660cbc by Andreas Tille at 2019-12-06T12:48:55Z Do not test dropped Python2 libraries in autopkgtest. - - - - - befefaa4 by Andreas Tille at 2019-12-06T12:49:11Z routine-update: Standards-Version: 4.4.1 - - - - - 8b7e0ffc by Andreas Tille at 2019-12-06T12:49:11Z R-U: Trailing whitespace in debian/changelog - - - - - 162723de by Andreas Tille at 2019-12-06T13:01:38Z routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/tests/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +python-multipletau (0.3.3+ds-3) unstable; urgency=medium + + * Team upload + + [ Michael Hudson-Doyle ] + * Do not test dropped Python2 libraries in autopkgtest. + Closes: #944700 + + [ Andreas Tille ] + * Standards-Version: 4.4.1 + * Remove trailing whitespace in debian/changelog + + -- Andreas Tille <[email protected]> Fri, 06 Dec 2019 13:49:14 +0100 + python-multipletau (0.3.3+ds-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 12), python3-pytest-runner, python3-setuptools, python3-sphinx -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/python-multipletau Vcs-Git: https://salsa.debian.org/med-team/python-multipletau.git Homepage: https://github.com/FCS-analysis/multipletau ===================================== debian/tests/control ===================================== @@ -1,6 +1,4 @@ -Test-Command: for p in $(pyversions -s) $(py3versions -s); do $p -m pytest tests/; done +Test-Command: for p in $(py3versions -s); do $p -m pytest tests/; done Depends: - python-pytest, - python-multipletau, python3-pytest, python3-multipletau, View it on GitLab: https://salsa.debian.org/med-team/python-multipletau/compare/526050cd191ed8b1ea3ed750ed669033fbf25e60...162723de130e91ec66cf79966eff99d650948084 -- View it on GitLab: https://salsa.debian.org/med-team/python-multipletau/compare/526050cd191ed8b1ea3ed750ed669033fbf25e60...162723de130e91ec66cf79966eff99d650948084 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
