[med-svn] [Git][med-team/sourmash][master] Removed the liblzma pin. Closes: #1115589
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Fri Sep 19 18:07:41 BST 2025
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 <crusoe at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250919/a0ea2a46/attachment-0001.htm>
More information about the debian-med-commit
mailing list