diff --git a/src/pyo3/debian/changelog b/src/pyo3/debian/changelog index 53bddc7..aa54b28 100644 --- a/src/pyo3/debian/changelog +++ b/src/pyo3/debian/changelog @@ -1,11 +1,14 @@ -rust-pyo3 (0.16.5-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium +rust-pyo3 (0.17.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; 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) - -- Claudius Heine Mon, 05 Dec 2022 10:28:40 +0100 + -- Peter Michael Green Sat, 10 Dec 2022 16:50:44 +0000 rust-pyo3 (0.16.5-2) unstable; urgency=medium diff --git a/src/pyo3/debian/copyright.debcargo.hint b/src/pyo3/debian/copyright.debcargo.hint index a6ad922..d367837 100644 --- a/src/pyo3/debian/copyright.debcargo.hint +++ b/src/pyo3/debian/copyright.debcargo.hint @@ -208,8 +208,8 @@ FIXME (overlay): These notices are extracted from files. Please review them before uploading to the archive. -Files: src/types/cls.rs -Copyright: 2017-present PyO3 Project and Contributors +Files: src/types/code.rs +Copyright: 2022-present PyO3 Project and Contributors License: UNKNOWN-LICENSE; FIXME (overlay) Comment: FIXME (overlay): These notices are extracted from files. Please review them @@ -223,6 +223,20 @@ before uploading to the archive. Files: src/types/floatob.rs +Copyright: 2017-present PyO3 Project and Contributors +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: src/types/frame.rs +Copyright: 2022-present PyO3 Project and Contributors +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: src/types/frozenset.rs Copyright: 2017-present PyO3 Project and Contributors License: UNKNOWN-LICENSE; FIXME (overlay) Comment: diff --git a/src/pyo3/debian/patches/older-widestring b/src/pyo3/debian/patches/older-widestring index a3af4c5..0b65a17 100644 --- a/src/pyo3/debian/patches/older-widestring +++ b/src/pyo3/debian/patches/older-widestring @@ -1,11 +1,7 @@ --- pyo3.old/Cargo.toml 2022-08-24 02:27:41.000000000 +0100 +++ pyo3/Cargo.toml 2022-08-28 17:46:08.993592193 +0100 -@@ -186,7 +186,7 @@ - version = "1.0.49" - +@@ -188,3 +188,3 @@ [dev-dependencies.widestring] -version = "0.5.1" +version = ">=0.4" - [build-dependencies.pyo3-build-config] - version = "0.16.5"