Michael R. Crusoe pushed to branch master at Debian Med / sourmash
Commits: 7b41c2c4 by Michael R. Crusoe at 2025-09-19T19:03:27+02:00 Removed the liblzma pin. Closes: #1115589 - - - - - 2 changed files: - debian/changelog - debian/patches/soften-deps Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +sourmash (4.9.4-3) unstable; urgency=medium + + * Removed the liblzma pin. Closes: #1115589. + + -- Michael R. Crusoe <[email protected]> Fri, 19 Sep 2025 19:03:19 +0200 + sourmash (4.9.4-2) unstable; urgency=medium * Upgrade to needletail 0.6. Closes: #1115342. ===================================== debian/patches/soften-deps ===================================== @@ -4,7 +4,7 @@ Description: soften some dependencies to match what is packaged in Debian Forwarded: not-needed --- sourmash.orig/src/core/Cargo.toml +++ sourmash/src/core/Cargo.toml -@@ -31,43 +31,42 @@ +@@ -31,43 +31,40 @@ camino = { version = "1.1.10", features = ["serde1"] } cfg-if = "1.0" counter = "0.6.0" @@ -26,11 +26,10 @@ Forwarded: not-needed murmurhash3 = "0.0.5" -needletail = { version = "0.6.3", default-features = false } -niffler = { version = "3.0.0", default-features = false, features = [ "gz", "lzma", "zstd" ] } +-# declare liblzma here to allow static compilation and fix macos linking issues in Python wheel +-liblzma = { version = "0.3.6", features = ["static"] } +needletail = { version = "0.6", default-features = false } +niffler = { version = "2.6", default-features = false, features = [ "gz", "lzma", "zstd" ] } - # declare liblzma here to allow static compilation and fix macos linking issues in Python wheel --liblzma = { version = "0.3.6", features = ["static"] } -+liblzma = { version = "0.3" } nohash-hasher = "0.2.0" num-iter = "0.1.45" once_cell = "1.18.0" @@ -64,7 +63,7 @@ Forwarded: not-needed tempfile = "3.20.0" [[bench]] -@@ -93,26 +92,9 @@ +@@ -93,26 +90,9 @@ ["branchwater", "parallel"], # branchwater implies parallel ] View it on GitLab: https://salsa.debian.org/med-team/sourmash/-/commit/7b41c2c45d807518a5e1426b462eca58bfe93243 -- View it on GitLab: https://salsa.debian.org/med-team/sourmash/-/commit/7b41c2c45d807518a5e1426b462eca58bfe93243 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
