rust-pyo3 (0.25.1-5) unstable; urgency=medium * Team upload. * Package pyo3 0.25.1 from crates.io using debcargo 2.7.8 * Really skip "test_array_buffer" * Stop patching uuid dependency. * Bump breaks for librust-debian-analyzer-dev to << 0.159 * Fix typo in breaks for python3-pendulum -- Peter Michael Green Wed, 27 Aug 2025 23:34:53 +0000 rust-pyo3 (0.25.1-4) unstable; urgency=medium * Team upload. * Package pyo3 0.25.1 from crates.io using debcargo 2.7.8 * Skip test "test_array_buffer", it seems to be flaky. * Update Breaks to help britney's autopkgtest scheduler. -- Peter Michael Green Mon, 25 Aug 2025 12:46:20 +0000 rust-pyo3 (0.25.1-3) unstable; urgency=medium * Team upload. * Package pyo3 0.25.1 from crates.io using debcargo 2.7.10 * Drop relax-time patch; the newer version of time is needed to pass the corresponding autopkgtest, and I've upgraded it. -- Colin Watson Thu, 21 Aug 2025 11:40:16 +0100 rust-pyo3 (0.25.1-2) unstable; urgency=medium * Team upload. * Package pyo3 0.25.1 from crates.io using debcargo 2.7.8 * Fix test feature requirements. * Mark tests for the "time" feature as broken, it seems to fail sporadically. -- Peter Michael Green Thu, 21 Aug 2025 02:29:20 +0000 rust-pyo3 (0.25.1-1) unstable; urgency=medium * Package pyo3 0.25.1 from crates.io using debcargo 2.7.8 -- Jelmer Vernooij Wed, 13 Aug 2025 14:14:21 +0100 rust-pyo3 (0.22.6-3) unstable; urgency=medium * Team upload. * Package pyo3 0.22.6 from crates.io using debcargo 2.7.8 * d/patches: add fix-rustsec-2025-0020.patch to fix RUSTSEC-2025-0020 (Closes: #1103894) -- NoisyCoil Thu, 24 Apr 2025 08:39:27 +0200 rust-pyo3 (0.22.6-2) unstable; urgency=medium * Add patch newer-chrono-tz: Fix build with chrono-tz 0.10. -- Jelmer Vernooij Fri, 14 Mar 2025 19:20:56 +0000 rust-pyo3 (0.22.6-1) unstable; urgency=medium * Team upload. * Package pyo3 0.22.6 from crates.io using debcargo 2.7.2 -- Colin Watson Mon, 11 Nov 2024 19:13:08 +0000 rust-pyo3 (0.22.5-1) unstable; urgency=medium * Team upload. * Package pyo3 0.22.5 from crates.io using debcargo 2.7.2 - CVE-2024-9979: Workaround possible use-after-free in _borrowed methods on PyWeakRef and PyWeakrefProxy by leaking their contents (closes: #1085296). -- Colin Watson Sun, 03 Nov 2024 13:01:39 +0000 rust-pyo3 (0.22.2-4) unstable; urgency=medium * Team upload. * Package pyo3 0.22.2 from crates.io using debcargo 2.6.1 * Add breaks on old versions of rust-debian-control and rust-pyo3-filelike. -- Peter Michael Green Tue, 06 Aug 2024 00:29:32 +0000 rust-pyo3 (0.22.2-3) unstable; urgency=medium * Team upload. * Package pyo3 0.22.2 from crates.io using debcargo 2.6.1 * Add breaks on old versions of rust-debian-analyzer and rust-debversion. -- Peter Michael Green Sun, 04 Aug 2024 18:15:07 +0000 rust-pyo3 (0.22.2-2) unstable; urgency=medium * Team upload. * Package pyo3 0.22.2 from crates.io using debcargo 2.6.1 * Restore riscv changes in debian/tests/control which were lost in 0.22.2 update. -- Peter Michael Green Sat, 03 Aug 2024 14:57:55 +0000 rust-pyo3 (0.22.2-1) unstable; urgency=medium * Package pyo3 0.22.2 from crates.io using debcargo 2.6.1 + Drop patch use-mutex-if-atomicu64-unavailable: fixed upstream. + Drop patch newer-widestring: fixed upstream. + Drop patch either-frompyobject: no longer necessary. -- Jelmer Vernooij Tue, 30 Jul 2024 00:23:03 +0100 rust-pyo3 (0.20.2-4) unstable; urgency=medium * Team upload. * Package pyo3 0.20.2 from crates.io using debcargo 2.6.1 * Stop marking abi3-py312 test as broken, debian now has python 3.12 as default * Mark "full" test as not broken, it was implicitly marked as broken by stuff it depends on, but it's not actually broken. * Adjust autopkgtests to hopefully avoid "global timeout" issues on riscv + Stop running broken tests. + Skip many test configurations on risv64. -- Peter Michael Green Sat, 13 Jul 2024 16:20:35 +0000 rust-pyo3 (0.20.2-3) unstable; urgency=medium * Team upload. * Package pyo3 0.20.2 from crates.io using debcargo 2.6.1 * Relax memoffset dependency. -- Peter Michael Green Mon, 08 Jul 2024 04:55:53 +0000 rust-pyo3 (0.20.2-2) unstable; urgency=medium * Team upload. * Package pyo3 0.20.2 from crates.io using debcargo 2.6.1 * Add patch to use a Mutex on architectures where AtomicU64 is not available * Mark tests for the "abi3-py312" feature as "broken" since the default python version in Debian is still 3.11. -- Peter Michael Green Sun, 21 Jan 2024 20:58:20 +0000 rust-pyo3 (0.20.2-1) unstable; urgency=medium * Team upload. [ Antonio Russo ] * Package pyo3 0.20.2 from crates.io using debcargo 2.6.1 -- Jelmer Vernooij Sat, 20 Jan 2024 22:23:10 +0000 rust-pyo3 (0.19.2-1) unstable; urgency=medium * Team upload. * Package pyo3 0.19.2 from crates.io using debcargo 2.6.0 * Remove upper limit from indexmap dependency. * Add upstream patch to make tests pass with new chrono. (Closes: #1055120) [ Jelmer Vernooij ] * Drop obsolete patch newer-indexmap * Update copyright file. -- Peter Michael Green Thu, 09 Nov 2023 20:25:29 +0000 rust-pyo3 (0.19.0-3) unstable; urgency=medium * Team upload. * Add debian/patches/newer-widestring to bump widestring dependency. * Drop debian/patches/older-widestring. * Refresh debian/patches/newer-indexmap. [ Peter Michael Green ] * Reduce the number of tests marked as broken. -- Emanuele Rocca Wed, 05 Jul 2023 16:05:47 +0200 rust-pyo3 (0.19.0-2) unstable; urgency=medium * Team upload. * Package pyo3 0.19.0 from crates.io using debcargo 2.6.0 * Bump dependencies on unindent and indoc. -- Peter Michael Green Sun, 25 Jun 2023 01:54:19 +0000 rust-pyo3 (0.19.0-1) unstable; urgency=medium * Package pyo3 0.19.0 from crates.io using debcargo 2.6.0 -- Jelmer Vernooij Sun, 11 Jun 2023 14:12:18 +0100 rust-pyo3 (0.18.3-1) experimental; urgency=medium * Package pyo3 0.18.3 from crates.io using debcargo 2.6.0 -- Jelmer Vernooij Tue, 30 May 2023 16:40:03 +0100 rust-pyo3 (0.17.3-1) unstable; urgency=medium * Package pyo3 0.17.3 from crates.io using debcargo 2.6.0 (Closes: #1025685) [ Claudius Heine ] * Team upload. * Source upload * Mark some autopkgtests as broken, because they depend on other features, which are missing. (Closes: #1021637) -- Peter Michael Green Sat, 10 Dec 2022 20:54:38 +0000 rust-pyo3 (0.16.5-2) unstable; urgency=medium * Team upload. * Source upload * Package pyo3 0.16.5 from crates.io using debcargo 2.6.0 -- Sylvestre Ledru Mon, 21 Nov 2022 10:26:35 +0100 rust-pyo3 (0.16.5-1) unstable; urgency=medium * Source upload * Package pyo3 0.16.5 from crates.io using debcargo 2.5.0 -- Jelmer Vernooij Tue, 06 Sep 2022 20:46:11 +0100