Andreas Tille pushed to branch master at Debian Med / sourmash
Commits:
0f48a2b9 by Andreas Tille at 2025-02-11T16:54:25+01:00
Remove upper limit from cargo dependency on rkyv (Closes: #1095393).
- - - - -
5f898b27 by Andreas Tille at 2025-02-11T17:59:14+01:00
Typo
- - - - -
8589346c by Andreas Tille at 2025-02-11T18:09:55+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/patches/soften-deps
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,16 @@
-sourmash (4.8.14-3) UNRELEASED; urgency=medium
+sourmash (4.8.14-3) unstable; urgency=medium
+ * Team upload.
+
+ [ Michael R. Crusoe ]
* d/control: Add the Debian Rust team to the uploaders to signal that
they should feel free to make new uploads fixing the Rust side of
this package.
- -- Michael R. Crusoe <[email protected]> Thu, 30 Jan 2025 13:09:12 +0100
+ [ Peter Michal Green ]
+ * Remove upper limit from cargo dependency on rkyv (Closes: #1095393).
+
+ -- Andreas Tille <[email protected]> Tue, 11 Feb 2025 17:59:52 +0100
sourmash (4.8.14-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -2,7 +2,7 @@ Source: sourmash
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team
<[email protected]>
-Uploaders: Michael R. Crusoe <[email protected]>
+Uploaders: Michael R. Crusoe <[email protected]>,
Debian Rust Maintainers
<[email protected]>
Build-Depends: debhelper-compat (= 13),
architecture-is-64-bit,
=====================================
debian/patches/soften-deps
=====================================
@@ -1,4 +1,5 @@
Author: Michael R. Crusoe <[email protected]>
+Author: Peter Michael Greem <[email protected]>
Description: soften some dependencies to match what is packaged in Debian
Forwarded: not-needed
--- sourmash.orig/src/core/Cargo.toml
@@ -40,7 +41,8 @@ Forwarded: not-needed
-primal-check = "0.3.4"
+primal-check = "0.3"
rayon = { version = "1.10.0", optional = true }
- rkyv = { version = "0.7.44", optional = true }
+-rkyv = { version = "0.7.44", optional = true }
++rkyv = { version = ">= 0.7.44", optional = true }
-roaring = "0.10.10"
+roaring = "0.10"
roots = "0.0.8"
View it on GitLab:
https://salsa.debian.org/med-team/sourmash/-/compare/eb290d4b4536058ee316f6f299038554fcb405bc...8589346c50966764540119ab39725904372af26d
--
View it on GitLab:
https://salsa.debian.org/med-team/sourmash/-/compare/eb290d4b4536058ee316f6f299038554fcb405bc...8589346c50966764540119ab39725904372af26d
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