Sascha Steinbiss pushed to branch master at Debian Med / ariba
Commits: 9fc84195 by Sascha Steinbiss at 2025-12-13T09:35:12+01:00 stop restricting build to Python 3.13 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +ariba (2.14.7+ds-10) unstable; urgency=medium + + * Stop restricting build to Python 3.13. Thanks to Adrian Bunk for the + clarification. + Closes: #1122166 + + -- Sascha Steinbiss <[email protected]> Sat, 13 Dec 2025 09:24:43 +0100 + ariba (2.14.7+ds-9) unstable; urgency=medium * Restrict build to Python 3.13 for now due to issues with pysam. ===================================== debian/control ===================================== @@ -6,9 +6,8 @@ Section: science Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, - python3, python3-biopython, - python3.13-dev, + python3-all-dev, python3-dendropy, python3-setuptools, python3-pymummer, ===================================== debian/rules ===================================== @@ -3,9 +3,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow export PYBUILD_NAME=ariba -# Build only for Python 3.13 - pysam doesn't support 3.14 yet -export PYBUILD_VERSIONS=3.13 - ifneq ($(shell py3versions -d),$(shell py3versions -s)) export PYBUILD_TEST_ARGS_$(filter-out $(shell py3versions -d),$(shell py3versions -s))=-k "not test_load_fasta_files_and_write_clusters_file" endif View it on GitLab: https://salsa.debian.org/med-team/ariba/-/commit/9fc84195e6db9675391884832f3f127f49103733 -- View it on GitLab: https://salsa.debian.org/med-team/ariba/-/commit/9fc84195e6db9675391884832f3f127f49103733 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
