Package: python-maturin
I hope to update rust-itertools to 0.14 soon, python-maturin
needs a dependency adjustment to allow the new version.
debdiff is attatched.
diff -Nru python-maturin-1.9.4/debian/changelog
python-maturin-1.9.4/debian/changelog
--- python-maturin-1.9.4/debian/changelog 2026-01-12 13:33:48.000000000
+0000
+++ python-maturin-1.9.4/debian/changelog 2026-01-22 13:46:21.000000000
+0000
@@ -1,3 +1,10 @@
+python-maturin (1.9.4-4.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Relax itertools dependency.
+
+ -- Peter Michael Green <[email protected]> Thu, 22 Jan 2026 13:46:21 +0000
+
python-maturin (1.9.4-4) unstable; urgency=medium
* Team upload.
diff -Nru python-maturin-1.9.4/debian/control
python-maturin-1.9.4/debian/control
--- python-maturin-1.9.4/debian/control 2026-01-12 13:33:48.000000000 +0000
+++ python-maturin-1.9.4/debian/control 2026-01-22 13:46:18.000000000 +0000
@@ -33,7 +33,8 @@
librust-indexmap-2+default-dev (>= 2.2.3-~~),
librust-indoc-2+default-dev (>= 2.0.3-~~),
librust-insta-1+default-dev (>= 1.34.0-~~),
- librust-itertools-0.13+default-dev,
+ librust-itertools+default-dev (>= 0.12.1),
+ librust-itertools+default-dev (<< 0.15),
librust-lddtree-0.3+default-dev (>= 0.3.7-~~),
librust-minijinja-2+default-dev (>= 2.5.0-~~),
librust-normpath-1+default-dev (>= 1.1.1-~~),
diff -Nru python-maturin-1.9.4/debian/patches/relax-itertools
python-maturin-1.9.4/debian/patches/relax-itertools
--- python-maturin-1.9.4/debian/patches/relax-itertools 2026-01-12
13:33:48.000000000 +0000
+++ python-maturin-1.9.4/debian/patches/relax-itertools 2026-01-22
13:44:56.000000000 +0000
@@ -3,5 +3,5 @@
@@ -76,3 +76,3 @@
ignore = "0.4.20"
-itertools = "0.12.1"
-+itertools = "0.13"
++itertools = ">= 0.12.1, < 0.15"
lddtree = "0.3.7"