Michael R. Crusoe pushed to branch master at Debian Med / python-cutadapt
Commits: 01e7a143 by Michael R. Crusoe at 2024-03-27T09:51:26+01:00 d/control: need python3-dnaio of at least version 1.2. - - - - - 6f99eada by Michael R. Crusoe at 2024-03-27T09:57:29+01:00 Allow autopkgtests to be skipped if their dependencies are installable. - - - - - b3852f78 by Michael R. Crusoe at 2024-03-27T09:59:59+01:00 routine-update: Testsuite: autopkgtest-pkg-python - - - - - ac5e65e3 by Michael R. Crusoe at 2024-03-27T10:00:08+01:00 Remove field Testsuite on binary package cutadapt that duplicates source. Changes-By: lintian-brush Fixes: lintian: installable-field-mirrors-source See-also: https://lintian.debian.org/tags/installable-field-mirrors-source.html - - - - - 7c5aa235 by Michael R. Crusoe at 2024-03-27T10:00:57+01:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - + debian/tests/autopkgtest-pkg-pybuild.conf Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +python-cutadapt (4.7-2) unstable; urgency=medium + + * Team upload. + * d/control: need python3-dnaio of at least version 1.2. + * Allow autopkgtests to be skipped if their dependencies are + installable. + * Testsuite: autopkgtest-pkg-python (routine-update) + Remove field Testsuite on binary package cutadapt that duplicates source. + + -- Michael R. Crusoe <[email protected]> Wed, 27 Mar 2024 10:00:57 +0100 + python-cutadapt (4.7-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -3,8 +3,9 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Olivier Sallou <[email protected]>, Andreas Tille <[email protected]>, Kevin Murray <[email protected]>, - Steffen Moeller <[email protected]>, + Steffen Moeller <[email protected]> Section: python +Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, @@ -17,14 +18,12 @@ Build-Depends: debhelper-compat (= 13), python3-pytest-mock <!nocheck>, python3-pytest-timeout <!nocheck>, python3-xopen <!nocheck>, - python3-dnaio <!nocheck>, - python3-pytest <!nocheck>, + python3-dnaio (>= 1.2.0) <!nocheck>, cython3:native Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/python-cutadapt Vcs-Git: https://salsa.debian.org/med-team/python-cutadapt.git Homepage: https://cutadapt.readthedocs.io/ -Testsuite: autopkgtest-pkg-pybuild Rules-Requires-Root: no Package: python3-cutadapt @@ -33,7 +32,7 @@ Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-xopen, - python3-dnaio, + python3-dnaio (>= 1.2.0), pigz Description: Clean biological sequences from high-throughput sequencing reads (Python 3) Cutadapt helps with biological sequence clean tasks by finding the adapter ===================================== debian/tests/autopkgtest-pkg-pybuild.conf ===================================== @@ -0,0 +1 @@ +skip-not-installable View it on GitLab: https://salsa.debian.org/med-team/python-cutadapt/-/compare/dd6c58936fda92a7a004f4cc4010455dc75a2b94...7c5aa2357942433a525cff5e5416c0d663c6a4c1 -- View it on GitLab: https://salsa.debian.org/med-team/python-cutadapt/-/compare/dd6c58936fda92a7a004f4cc4010455dc75a2b94...7c5aa2357942433a525cff5e5416c0d663c6a4c1 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
