Sascha Steinbiss pushed to branch master at Debian Med / ariba
Commits: a0bc5a4e by Sascha Steinbiss at 2025-12-04T08:42:02+01:00 restrict build to Python 3.13 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +ariba (2.14.7+ds-9) unstable; urgency=medium + + * Restrict build to Python 3.13 for now due to issues with pysam. + + -- Sascha Steinbiss <[email protected]> Thu, 04 Dec 2025 08:36:08 +0100 + ariba (2.14.7+ds-8) unstable; urgency=medium * Use fixed timestamps for recreated test files to improve reproducibility. ===================================== debian/control ===================================== @@ -6,8 +6,9 @@ Section: science Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, + python3, python3-biopython, - python3-all-dev, + python3.13-dev, python3-dendropy, python3-setuptools, python3-pymummer, ===================================== debian/rules ===================================== @@ -3,6 +3,8 @@ 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" View it on GitLab: https://salsa.debian.org/med-team/ariba/-/commit/a0bc5a4ed19fd3c908a5bff6347704ce4088ebba -- View it on GitLab: https://salsa.debian.org/med-team/ariba/-/commit/a0bc5a4ed19fd3c908a5bff6347704ce4088ebba 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
