Your message dated Fri, 10 Oct 2025 01:04:42 +0000
with message-id <[email protected]>
and subject line Bug#1115459: fixed in python-maturin 1.8.7-3
has caused the Debian Bug report #1115459,
regarding python-maturin - upcoming rust-zip update
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1115459: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115459
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-maturin

I hope to update rust-zip to the latest upstream version soon,
python-maturin's Debian build-dependencies allow the new
version but it's Cargo dependencies do not. I patched the
Cargo dependency to remove the upper limit and also
updated the Debian dependency to match the Cargo one.

Debdiff is attatched, I may team upload this later.

The new version of rust-zip is available in experimental
if you want to do further testing.


diff -Nru python-maturin-1.8.7/debian/changelog 
python-maturin-1.8.7/debian/changelog
--- python-maturin-1.8.7/debian/changelog       2025-09-11 14:12:21.000000000 
+0000
+++ python-maturin-1.8.7/debian/changelog       2025-09-16 21:30:56.000000000 
+0000
@@ -1,3 +1,12 @@
+python-maturin (1.8.7-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Relax Cargo dependency on zip crate.
+  * Tighten Debian dependency on zip crate to match
+    Cargo dependency.
+
+ -- Peter Michael Green <[email protected]>  Tue, 16 Sep 2025 21:30:56 +0000
+
 python-maturin (1.8.7-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru python-maturin-1.8.7/debian/control 
python-maturin-1.8.7/debian/control
--- python-maturin-1.8.7/debian/control 2025-08-30 17:19:22.000000000 +0000
+++ python-maturin-1.8.7/debian/control 2025-09-16 21:30:43.000000000 +0000
@@ -62,7 +62,7 @@
                librust-tracing-subscriber-dev,
                librust-trycmd-dev,
                librust-which-dev (>= 8.0.0),
-               librust-zip-dev (>= 0.6.1),
+               librust-zip-dev (>= 2.3.0),
                pybuild-plugin-pyproject,
                python3-all,
                python3-setuptools (>= 53.0.0),
diff -Nru python-maturin-1.8.7/debian/patches/relax-zip 
python-maturin-1.8.7/debian/patches/relax-zip
--- python-maturin-1.8.7/debian/patches/relax-zip       1970-01-01 
00:00:00.000000000 +0000
+++ python-maturin-1.8.7/debian/patches/relax-zip       2025-09-16 
21:30:24.000000000 +0000
@@ -0,0 +1,13 @@
+Index: python-maturin-1.8.7/Cargo.toml
+===================================================================
+--- python-maturin-1.8.7.orig/Cargo.toml
++++ python-maturin-1.8.7/Cargo.toml
+@@ -57,7 +57,7 @@ tar = "0.4.38"
+ tempfile = "3.2.0"
+ toml = "0.8.10"
+ toml_edit = "0.22.6"
+-zip = { version = "2.3.0", default-features = false, features = [
++zip = { version = ">= 2.3.0", default-features = false, features = [
+     "bzip2",
+     "deflate",
+     "time",
diff -Nru python-maturin-1.8.7/debian/patches/series 
python-maturin-1.8.7/debian/patches/series
--- python-maturin-1.8.7/debian/patches/series  2025-08-30 17:19:22.000000000 
+0000
+++ python-maturin-1.8.7/debian/patches/series  2025-09-16 21:29:59.000000000 
+0000
@@ -12,3 +12,4 @@
 relax-target-lexicon
 relax-fs4
 relax-pep440-pep508
+relax-zip

--- End Message ---
--- Begin Message ---
Source: python-maturin
Source-Version: 1.8.7-3
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-maturin, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated python-maturin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 10 Oct 2025 01:37:18 +0100
Source: python-maturin
Architecture: source
Version: 1.8.7-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1115459 1117369
Changes:
 python-maturin (1.8.7-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Peter Michael Green ]
   * Relax Cargo dependency on zip crate (closes: #1115459, #1117369).
   * Tighten Debian dependency on zip crate to match Cargo dependency.
 .
   [ Colin Watson ]
   * Expand patch context for compatibility with git-buildpackage.
Checksums-Sha1:
 fb66c99ed075825f9330bf3e886305c8bc6e5440 4060 python-maturin_1.8.7-3.dsc
 ade15f4b2b2c74c299694331e573d46898076267 6364 
python-maturin_1.8.7-3.debian.tar.xz
 8be1fd94c487ee380d4c49d84934a3bb0c2c272d 1085048 
python-maturin_1.8.7-3.git.tar.xz
 494030f54523c2745b83db65cce6b9d60b8c0cb6 18246 
python-maturin_1.8.7-3_source.buildinfo
Checksums-Sha256:
 329c18f0fbb9db9678f35a9f2ef2453a5d14068f048016569d6fb3afbea4f15d 4060 
python-maturin_1.8.7-3.dsc
 0787a730ea8099f81041673395de43eb742e5483cb410e4db055b9138282ade8 6364 
python-maturin_1.8.7-3.debian.tar.xz
 8c9e3e3d222f69aabc0c021d95392e38ba2873bfad5a98f8510d2c58b0722931 1085048 
python-maturin_1.8.7-3.git.tar.xz
 730e44d037a23cf729a89775863f861c1dbe71c6cf5f7bed351ac4077440fdf3 18246 
python-maturin_1.8.7-3_source.buildinfo
Files:
 a75e89c309735b4c59239e84968dbd11 4060 python - python-maturin_1.8.7-3.dsc
 c961167d6e78f78ece5d7fc2731f3b30 6364 python - 
python-maturin_1.8.7-3.debian.tar.xz
 85bb6d9d8cc627de64295f6e1c38acdc 1085048 python None 
python-maturin_1.8.7-3.git.tar.xz
 812066ce7ff05a7c82106d73f0180b60 18246 python - 
python-maturin_1.8.7-3_source.buildinfo
Git-Tag-Info: tag=025246ee376e8647510cddafe4d1720fe3d02990 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmjoVfUACgkQYG0ITkaD
wHkpeBAA2sYzOLzY6A0v1hTiRMkeucNUtHeFMi6pKHnbiid43Cvz+vibOjMKFPPI
U+6ZRu/kxYjVXIyaITBAT/V3gnVD25ArUIrmSVVqeiezU413iNbeft/3By7PNDfB
VPUgZzJSbUjerr+OFKoFzRP3J1Iq8iZ4UajJv9ufVYmLRNv3RvC0Qalksx/p0Nlt
ue0F35XPxz6G5eJj1NdkXFITDZJdvp1AClNsMSvw6DhpPPDpXHOuHe7RJRvmil7r
hxhzYq5dfn1fPFMB+W2vAeyJy9F1zlEdFZufXtX2GVHHMVQHBNdvJVMilEDoFe1v
r6vVPoE2ehp2khpyJJnOP7CNAykGaZZAsGSEGTjBaXUkjDmSkyD7eYLtwo3WcQGf
g+sO8VyahO87d1a2Jr8+i27pkE5B8AnRFW4VHKYVg4CdaAfyalbpeIDdHLh+BZ8C
0T5CzKDTY2o5bibcnXDz56f2309t9tsXWfCq7/bfB0iRux2f3aib+GfvQsDbtxAA
GqeaDEFH6ilnvfHGdNIexgMDBW6ypeALaZWyWTsXeXyQRZA07AVHwhywUEvceHop
UI/o5ILQloVbkIFf7Ediugh7MntNmwAS6iI/Pw3puaNG8EsAZmM0vhB0gCub0FMy
uBxg2hgd8gDTZ+jNTXpuZHBS8SeTJJaiXhGJ6BEE/I558iM81kI=
=pIvT
-----END PGP SIGNATURE-----

Attachment: pgpkGApoKdZBI.pgp
Description: PGP signature


--- End Message ---

Reply via email to