Codebase list rust-libslirp / e85a321
pyo3 - new upstream release. Peter Michael Green 1 year, 4 months ago
3 changed file(s) with 22 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
0 rust-pyo3 (0.16.5-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-pyo3 (0.17.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package pyo3 0.17.3 from crates.io using debcargo 2.6.0 (Closes: #1025685)
3
4 [ Claudius Heine ]
25 * Team upload.
36 * Source upload
47 * Mark some autopkgtests as broken, because they depend on other features,
58 which are missing. (Closes: #1021637)
69
7 -- Claudius Heine <ch@denx.de> Mon, 05 Dec 2022 10:28:40 +0100
10 -- Peter Michael Green <plugwash@debian.org> Sat, 10 Dec 2022 16:50:44 +0000
811
912 rust-pyo3 (0.16.5-2) unstable; urgency=medium
1013
207207 FIXME (overlay): These notices are extracted from files. Please review them
208208 before uploading to the archive.
209209
210 Files: src/types/cls.rs
211 Copyright: 2017-present PyO3 Project and Contributors
210 Files: src/types/code.rs
211 Copyright: 2022-present PyO3 Project and Contributors
212212 License: UNKNOWN-LICENSE; FIXME (overlay)
213213 Comment:
214214 FIXME (overlay): These notices are extracted from files. Please review them
222222 before uploading to the archive.
223223
224224 Files: src/types/floatob.rs
225 Copyright: 2017-present PyO3 Project and Contributors
226 License: UNKNOWN-LICENSE; FIXME (overlay)
227 Comment:
228 FIXME (overlay): These notices are extracted from files. Please review them
229 before uploading to the archive.
230
231 Files: src/types/frame.rs
232 Copyright: 2022-present PyO3 Project and Contributors
233 License: UNKNOWN-LICENSE; FIXME (overlay)
234 Comment:
235 FIXME (overlay): These notices are extracted from files. Please review them
236 before uploading to the archive.
237
238 Files: src/types/frozenset.rs
225239 Copyright: 2017-present PyO3 Project and Contributors
226240 License: UNKNOWN-LICENSE; FIXME (overlay)
227241 Comment:
00 --- pyo3.old/Cargo.toml 2022-08-24 02:27:41.000000000 +0100
11 +++ pyo3/Cargo.toml 2022-08-28 17:46:08.993592193 +0100
2 @@ -186,7 +186,7 @@
3 version = "1.0.49"
4
2 @@ -188,3 +188,3 @@
53 [dev-dependencies.widestring]
64 -version = "0.5.1"
75 +version = ">=0.4"
86
9 [build-dependencies.pyo3-build-config]
10 version = "0.16.5"