Michael R. Crusoe pushed to branch master at Debian Med / sourmash
Commits: 51293105 by Michael R. Crusoe at 2026-05-29T11:49:48+02:00 d/rules; make ulimit command optional - - - - - 94a5e771 by Michael R. Crusoe at 2026-05-29T11:49:52+02:00 d/control: only compile for the default version of Python - - - - - 6cce6e1f by Michael R. Crusoe at 2026-05-29T12:01:34+02:00 upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +sourmash (4.9.4-8) unstable; urgency=medium + + * d/rules; make ulimit command optional + * d/control: only compile for the default version of Python + + -- Michael R. Crusoe <[email protected]> Fri, 29 May 2026 12:01:22 +0200 + sourmash (4.9.4-7) unstable; urgency=medium * d/rules: clean up better to improve reproducibility. ===================================== debian/control ===================================== @@ -64,7 +64,7 @@ Build-Depends: libstd-rust-dev, pandoc <!nodoc>, pybuild-plugin-pyproject, - python3-all-dev, + python3-dev, python3-bitstring, python3-cachetools, python3-cffi, ===================================== debian/rules ===================================== @@ -15,7 +15,7 @@ export CARGO_HOME=$(CURDIR)/debian/cargo_home export CARGO_REGISTRY=$(CURDIR)/debian/cargo_registry export DEB_CARGO_CRATE=$(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM) export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow -export PYBUILD_BEFORE_TEST=ulimit -n 65536 +export PYBUILD_BEFORE_TEST=ulimit -n 65536 || /bin/true export PYBUILD_TEST_ARGS=-k 'not (test_sqlite_lca_db_create_readonly or test_compare_no_such_file or test_metagenome_kreport_out_fail or test_do_sourmash_index_multiscaled_rescale_fail)' # test_sqlite_lca_db_create_readonly, fails when building as root # test_compare_no_such_file. due to the ValueError being swallowed (?) View it on GitLab: https://salsa.debian.org/med-team/sourmash/-/compare/17bead69dba11468c5609dfdfa344bb257ad8a15...6cce6e1f78cfc81a6dbc628ba9b751e38d9968ff -- View it on GitLab: https://salsa.debian.org/med-team/sourmash/-/compare/17bead69dba11468c5609dfdfa344bb257ad8a15...6cce6e1f78cfc81a6dbc628ba9b751e38d9968ff You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
