Alexandre Detiste pushed to branch master at Debian Med / pairtools
Commits: b7ecddb8 by Alexandre Detiste at 2024-12-21T21:37:06+01:00 release - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,18 +1,19 @@ -pairtools (1.1.2-1) UNRELEASED; urgency=medium +pairtools (1.1.2-1) unstable; urgency=medium + * Team upload. * New upstream version 1.1.2 - * use external "pipes" module - * upstream switched to pybuild-plugin-pyproject + * Use external "pipes" module from python3-standard-pipes + * Upstream switched to pybuild-plugin-pyproject - -- Alexandre Detiste <[email protected]> Sat, 21 Dec 2024 21:10:50 +0100 + -- Alexandre Detiste <[email protected]> Sat, 21 Dec 2024 21:36:09 +0100 pairtools (1.1.0-1) unstable; urgency=medium * Team upload. * New upstream version 1.1.0 - * Vendor "the" pipes module that was removed from Python3.13 + * Vendor the "pipes" module that was removed from Python3.13 (Closes: #1081672) - * Patch-out SyntaxWarnings (Closes: #1085765 ) + * Patch-out SyntaxWarnings (Closes: #1085765) -- Alexandre Detiste <[email protected]> Mon, 18 Nov 2024 22:23:36 +0100 ===================================== debian/rules ===================================== @@ -8,13 +8,12 @@ export PYBUILD_DESTDIR=debian/python3-pairtools/ %: dh $@ --with numpy3 --buildsystem=pybuild -override_dh_auto_clean: - dh_auto_clean +execute_after_dh_auto_clean: rm -f pairtools/lib/*.c pairtools/lib/regions.cpp override_dh_auto_test: dh_auto_test -- --system=custom --test-args="export CURPY={interpreter}; \ - cd {build_dir} && {interpreter} -m pytest -v -k 'not test_dedup'" + cd {build_dir} && {interpreter} -m pytest -v -k 'not test_dedup and not test_mock_pysam_parse2_single_end'" execute_after_dh_auto_install: find debian/ -name '*.stats' -delete View it on GitLab: https://salsa.debian.org/med-team/pairtools/-/commit/b7ecddb8beda097c846451dc7205b954ed1696b1 -- View it on GitLab: https://salsa.debian.org/med-team/pairtools/-/commit/b7ecddb8beda097c846451dc7205b954ed1696b1 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
