[med-svn] [Git][med-team/sourmash][master] soften deps more
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Mon Oct 28 12:40:17 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / sourmash
Commits:
c75ee5f0 by Michael R. Crusoe at 2024-10-28T13:39:51+01:00
soften deps more
- - - - -
2 changed files:
- debian/control
- debian/patches/soften-deps
Changes:
=====================================
debian/control
=====================================
@@ -41,8 +41,6 @@ Build-Depends: debhelper-compat (= 13),
librust-typed-builder-dev,
librust-vec-collections-dev,
librust-chrono-dev,
- librust-criterion-dev,
- librust-codspeed-criterion-compat-dev,
pybuild-plugin-pyproject,
python3-maturin,
python3-bitstring,
=====================================
debian/patches/soften-deps
=====================================
@@ -17,7 +17,7 @@ Forwarded: not-needed
getset = "0.1.1"
histogram = "0.11.0"
-itertools = "0.13.0"
-+itertools = "0.10"
++itertools = "0.13"
log = "0.4.22"
md5 = "0.7.0"
-memmap2 = "0.9.4"
@@ -41,7 +41,7 @@ Forwarded: not-needed
roots = "0.0.8"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
-@@ -61,7 +61,7 @@
+@@ -61,11 +61,10 @@
streaming-stats = "0.2.3"
thiserror = "1.0"
twox-hash = "1.6.0"
@@ -50,7 +50,11 @@ Forwarded: not-needed
vec-collections = "0.4.3"
[dev-dependencies]
-@@ -93,20 +93,6 @@
+-codspeed-criterion-compat = "2.6.0"
+ proptest = { version = "1.5.0", default-features = false, features = ["std"]}
+ rand = "0.8.2"
+ tempfile = "3.10.1"
+@@ -93,22 +92,8 @@
["branchwater", "parallel"], # branchwater implies parallel
]
@@ -71,3 +75,7 @@ Forwarded: not-needed
### These crates don't compile on wasm
#[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
#rocksdb = { version = "0.21.0", optional = true }
+-[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
+-criterion = "0.5.1"
++#[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
++#criterion = "0.5.1"
View it on GitLab: https://salsa.debian.org/med-team/sourmash/-/commit/c75ee5f0339954961e6591693c9a464c7397f0d5
--
View it on GitLab: https://salsa.debian.org/med-team/sourmash/-/commit/c75ee5f0339954961e6591693c9a464c7397f0d5
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/20241028/6ed66ae2/attachment-0001.htm>
More information about the debian-med-commit
mailing list