Étienne Mollier pushed to branch master at Debian Med / python-pbcore
Commits: 05fda3e4 by Étienne Mollier at 2022-12-03T18:58:47+01:00 enable-build-time-testing.patch: move from nose to pytest. - - - - - b1a7d42f by Étienne Mollier at 2022-12-03T18:59:00+01:00 d/control: replace nose by pytest. Closes: #1018551 - - - - - 5401a279 by Étienne Mollier at 2022-12-03T19:00:40+01:00 update changelog. - - - - - 2a6440cd by Étienne Mollier at 2022-12-03T19:01:21+01:00 routine-update: Standards-Version: 4.6.1 - - - - - af0db50e by Étienne Mollier at 2022-12-03T20:32:21+01:00 d/control: add myself to uploaders. - - - - - 26abf036 by Étienne Mollier at 2022-12-03T20:32:47+01:00 enable-build-time-testing.patch: remove; cease enforcing nostests. - - - - - 3eb88492 by Étienne Mollier at 2022-12-03T20:34:06+01:00 ready to upload to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - − debian/patches/enable-build-time-testing.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +python-pbcore (2.1.2+dfsg-3) unstable; urgency=medium + + * enable-build-time-testing.patch: remove; cease enforcing nostests. + * d/control: replace nose by pytest. (Closes: #1018551) + * Standards-Version: 4.6.1 (routine-update) + * d/control: add myself to uploaders. + + -- Étienne Mollier <[email protected]> Sat, 03 Dec 2022 20:33:13 +0100 + python-pbcore (2.1.2+dfsg-2) unstable; urgency=medium * Fix watch file ===================================== debian/control ===================================== @@ -1,19 +1,20 @@ Source: python-pbcore Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]> +Uploaders: Andreas Tille <[email protected]>, + Étienne Mollier <[email protected]> Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-sphinx <!nodoc>, - python3-all, +# FIXME: restore python3-all-dev when python-pysam support python3.11 + python3-dev, python3-setuptools, python3-h5py, python3-numpy, python3-pysam, - python3-nose <!nocheck>, - python3-uritools <!nocheck>, python3-pytest <!nocheck>, + python3-uritools <!nocheck>, python3-pytest-runner <!nocheck>, python3-pytest-xdist <!nocheck>, python3-pytest-cov <!nocheck>, @@ -21,7 +22,7 @@ Build-Depends: debhelper-compat (= 13), python3-xmlschema <!nocheck>, pylint, python3-coverage -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/python-pbcore Vcs-Git: https://salsa.debian.org/med-team/python-pbcore.git Homepage: https://github.com/PacificBiosciences/pbcore ===================================== debian/patches/enable-build-time-testing.patch deleted ===================================== @@ -1,18 +0,0 @@ -Description: Modify setuptools configuration to use nosetests - Configure nose setuptools configuration as described in - https://nose.readthedocs.org/en/latest/setuptools_integration.html - and the manpage for the executable -Author: Afif Elghraoui <[email protected]> -Forwarded: not-needed -Last-Update: 2015-08-06 ---- a/setup.cfg -+++ b/setup.cfg -@@ -1,5 +1,8 @@ - [metadata] - description-file = README.md -+[nosetests] -+verbosity=2 -+where=tests - - [aliases] - test = pytest ===================================== debian/patches/series ===================================== @@ -1,5 +1,4 @@ doc-theme.patch -enable-build-time-testing.patch exclude_test_missing_data.patch b24746790c7105212e45dc2f40115d231bd8baae.patch seek-curdir-for-xml.patch View it on GitLab: https://salsa.debian.org/med-team/python-pbcore/-/compare/cd33121caa7198d55d46960ff6a3006006be1366...3eb884929402921f06ad6547dfc9b5a2b6b2ebf2 -- View it on GitLab: https://salsa.debian.org/med-team/python-pbcore/-/compare/cd33121caa7198d55d46960ff6a3006006be1366...3eb884929402921f06ad6547dfc9b5a2b6b2ebf2 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
