Your message dated Tue, 30 Jun 2026 17:50:01 +0000
with message-id <[email protected]>
and subject line Bug#1141136: fixed in rust-derive-deftly 1.11.3-1
has caused the Debian Bug report #1141136,
regarding rust-derive-deftly - please select a version of sha3 crate.
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.)
--
1141136: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1141136
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rust-derive-deftly
Version: 1.11.1-1
Severity: serious
rust-sha3 was recently updated to version 0.12 and a
rust-sha3-0.10 package was introduced. The debian
depdencies for your package allow the new version
but the cargo dependencies do not.
I have prepared a patch which relaxes the cargo
dependencies on sha3 and have tested that the
package builds and the autopkgtests pass with the
new version. I have also looked at the upstream
changelog for the sha3 crate and I do not see
anything too scary.
Alternatively if you want to remain on the old
version of the sha3 crate, please change
your (build-)dependencies to
librust-sha3-0.10+default-dev
diff -Nru rust-derive-deftly-1.11.1/debian/changelog
rust-derive-deftly-1.11.1/debian/changelog
--- rust-derive-deftly-1.11.1/debian/changelog 2026-04-28 19:21:03.000000000
+0000
+++ rust-derive-deftly-1.11.1/debian/changelog 2026-06-30 09:59:39.000000000
+0000
@@ -1,3 +1,10 @@
+rust-derive-deftly (1.11.1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Relax cargo dependencies on sha3 crate to allow 0.12.
+
+ -- Peter Michael Green <[email protected]> Tue, 30 Jun 2026 09:59:39 +0000
+
rust-derive-deftly (1.11.1-1) unstable; urgency=medium
* Update to new upstream version.
diff -Nru rust-derive-deftly-1.11.1/macros/Cargo.toml
rust-derive-deftly-1.11.1/macros/Cargo.toml
--- rust-derive-deftly-1.11.1/macros/Cargo.toml 2026-04-28 19:21:03.000000000
+0000
+++ rust-derive-deftly-1.11.1/macros/Cargo.toml 2026-06-30 09:58:03.000000000
+0000
@@ -28,7 +28,7 @@
proc-macro-crate = ">=1.1.3, <4"
proc-macro2 = "1.0.53"
quote = "1"
-sha3 = { version = ">=0.10, <0.12", optional = true }
+sha3 = { version = ">=0.10, <0.13", optional = true }
strum = { version = ">=0.24, <0.29", features = ["derive"] }
syn = { version = "2.0.53", features = ["extra-traits"] }
unicode-ident = "1"
diff -Nru rust-derive-deftly-1.11.1/tests/Cargo.toml
rust-derive-deftly-1.11.1/tests/Cargo.toml
--- rust-derive-deftly-1.11.1/tests/Cargo.toml 2026-04-28 19:21:03.000000000
+0000
+++ rust-derive-deftly-1.11.1/tests/Cargo.toml 2026-06-30 09:58:22.000000000
+0000
@@ -71,7 +71,7 @@
proc-macro-crate = ">=1.1.3, <4"
proc-macro2 = "1.0.53"
quote = "1"
-sha3 = ">=0.10, <0.12"
+sha3 = ">=0.10, <0.13"
strum = { version = ">=0.24, <0.29", features = ["derive"] }
syn = { version = "2.0.53", features = ["extra-traits", "full"] }
unicode-ident = "1"
diff -Nru rust-derive-deftly-1.11.1/tests/pub-export/bizarre-macros/Cargo.toml
rust-derive-deftly-1.11.1/tests/pub-export/bizarre-macros/Cargo.toml
--- rust-derive-deftly-1.11.1/tests/pub-export/bizarre-macros/Cargo.toml
2026-04-28 19:21:03.000000000 +0000
+++ rust-derive-deftly-1.11.1/tests/pub-export/bizarre-macros/Cargo.toml
2026-06-30 09:59:04.000000000 +0000
@@ -31,7 +31,7 @@
proc-macro-crate = ">=1.1.3, <4"
proc-macro2 = "1.0.53"
quote = "1"
-sha3 = { version = ">=0.10, <0.12", optional = true }
+sha3 = { version = ">=0.10, <0.13", optional = true }
strum = { version = ">=0.24, <0.29", features = ["derive"] }
syn = { version = "2.0.53", features = ["extra-traits"] }
unicode-ident = "1"
--- End Message ---
--- Begin Message ---
Source: rust-derive-deftly
Source-Version: 1.11.3-1
Done: Ian Jackson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rust-derive-deftly, 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.
Ian Jackson <[email protected]> (supplier of updated
rust-derive-deftly 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: Tue, 30 Jun 2026 18:27:35 +0100
Source: rust-derive-deftly
Architecture: source
Version: 1.11.3-1
Distribution: unstable
Urgency: medium
Maintainer: Ian Jackson <[email protected]>
Changed-By: Ian Jackson <[email protected]>
Closes: 1141136
Changes:
rust-derive-deftly (1.11.3-1) unstable; urgency=medium
.
* Update to new upstream version.
Closes: #1141136 re rust-sha3. [Report from Peter Green]
Checksums-Sha1:
0ded6f12c2129fb6e925e68fe3015609159bc195 2811 rust-derive-deftly_1.11.3-1.dsc
7844e49f92c9ba6890ce7be38b332792231be637 343621
rust-derive-deftly_1.11.3-1.tar.gz
Checksums-Sha256:
2bddfc806adc565dee6d9733c1be61270d96973a803169ce22eafc8f24e9aefd 2811
rust-derive-deftly_1.11.3-1.dsc
b865df899b609ebe140cd53664cdc82fbe48d1d93762f772b66961f897f09922 343621
rust-derive-deftly_1.11.3-1.tar.gz
Files:
293d165bb67ea2831628fc0e295c7bb4 2811 rust optional
rust-derive-deftly_1.11.3-1.dsc
185b255102434a17436597a970df3701 343621 rust optional
rust-derive-deftly_1.11.3-1.tar.gz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEQWOBFNEyiDslog3dR1FXV9gAJFYFAmpD/c0ACgkQR1FXV9gA
JFZvJQ//ar3WaV8q0iA9Upj/zFLqeo7c61A2XimjL4JUumox6O6bSKb9Raqc3WLF
ezadjjfd2YQTboIMkeXQeZHZE9xij7GZPwNim/pd+nl0LT+e5Vdpa0QAvroKfh52
aNUJVmhY9WlHT9s9Rz+BPvDgbIVHciid+eCNt5iYYQH9HzolKz62++CtFM8SZdxA
ZTgVynlxLJbx6OPiR7dv3WmcMeFxZjYET5pmQS6OCe40YypT2DGsVXHoKxbeSarI
wtq2Nnfigs+x4sjoeZxf7Wg7/efs7uBfuRz1KMcCrLZzhGIKlv/7Rs70FrvXuyed
ihjh7Na29LwDCCZ5uVsLekxwQSyuc0BhbEO0XHXLzIwkkf/5EvJnNHygxMfS3T36
VXDSWHEe/G3pg98vkVUvrn0RNHgXqvpPxwZrDyBj+IxdqQg9prDyV2k76ydIbx/y
HLZFWqKRoH3FFx7Tm7gONdZPFib90vWfdrZxADHU5FgQP/HPYieL4yK/9qPFNCg5
iA+Rq2DyJ8l5kIPs4zBMWCo4CRBjeWA4P2BLCMwx8pF6X/RjL2hYU8fCH8uoJEe9
SbCICmbFDZYzbdbTs9Z6nqD8+NzrXNbcbsmcAmsiBgQrRzjyJ8DABIkUmipigB5x
+kBdFsReLn6jyxymX5gx5smJ7hvuQ0H2+WA7vDbJZgHrCDjGa2g=
=sdLv
-----END PGP SIGNATURE-----
pgp6rLoJ2vn96.pgp
Description: PGP signature
--- End Message ---