rust-redis (0.32.7-2) unstable; urgency=medium * Team upload. * Package redis 0.32.7 from crates.io using debcargo 2.8.4 * Rearrange patches for easier testing. * Disable integration tests by removing reference to them from Cargo.toml rather than by setting test_is_broken in debcargo.toml. This way autopkgtest can at-least test that the code builds and the unit tests pass. * Fix build errors with rand 0.10 (Closes: #1144628) * Establish baseline for which feature configurations can be expected to build successfully. -- Peter Michael Green Tue, 18 Aug 2026 16:18:49 +0000 rust-redis (0.32.7-1) unstable; urgency=medium * Team upload. * Package redis 0.32.7 from crates.io using debcargo 2.8.4 Packaging 0.32.x rather than the current 1.x because opendal, the only reverse dependency in Debian, requires redis 0.32. * Drop older-arc-swap patch, no longer needed. * Add remove-smol.diff: the smol-comp features need smol-timeout, which is not in Debian. * Add remove-cache-aio.diff: the cache-aio feature needs lru 0.16, Debian has 0.12. * Add remove-webpki-roots.diff: webpki-roots 1 is not in Debian. * Add relax-deps.diff: accept rand 0.10, the version in Debian. * Add fix-dev-deps.diff: disable the benches (they need criterion 0.7, Debian has 0.5), drop the dev-dependencies on futures-time and partial-io which are not in Debian, relax tempfile and build rustls without default features. * Mark the test suite as broken: it requires a running Redis server. [ Jelmer Vernooij ] * Package redis 0.26.1 from crates.io using debcargo 2.6.1 -- Sylvestre Ledru Wed, 12 Aug 2026 21:44:00 +0200