Merge lp://qastaging/~jelmer/brz/pyo3-0.20 into lp://qastaging/brz
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Approved by: | Jelmer Vernooij |
Approved revision: | 7927 |
Merged at revision: | 7925 |
Proposed branch: | lp://qastaging/~jelmer/brz/pyo3-0.20 |
Merge into: | lp://qastaging/brz |
Diff against target: |
1760 lines (+304/-333) 23 files modified
Cargo.lock (+233/-267) Cargo.toml (+2/-2) breezy/bzr/groupcompress_repo.py (+3/-2) breezy/plugins/launchpad/test_uris.py (+8/-4) breezy/tests/test_osutils.py (+1/-1) crates/bazaar-py/Cargo.toml (+1/-1) crates/bazaar-py/src/dirstate.rs (+2/-2) crates/bazaar-py/src/inventory.rs (+1/-1) crates/bazaar-py/src/lib.rs (+3/-2) crates/bazaar-py/src/rio.rs (+12/-12) crates/bazaar-py/src/versionedfile.rs (+2/-0) crates/cmd-py/Cargo.toml (+1/-1) crates/cmd-py/src/lib.rs (+2/-2) crates/graph-py/src/lib.rs (+4/-4) crates/osutils-py/Cargo.toml (+1/-1) crates/osutils-py/src/lib.rs (+9/-9) crates/patch-py/Cargo.toml (+1/-1) crates/patch-py/src/lib.rs (+2/-4) crates/transport-py/Cargo.toml (+1/-1) crates/transport-py/src/lib.rs (+7/-7) crates/transport/Cargo.toml (+2/-2) crates/transport/src/pyo3.rs (+3/-4) crates/urlutils-py/src/lib.rs (+3/-3) |
To merge this branch: | bzr merge lp://qastaging/~jelmer/brz/pyo3-0.20 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jelmer Vernooij | Approve | ||
Review via email:
|
Commit message
Bump pyo3 to 0.20, and migrate to pyo3-filelike
Description of the change
Bump pyo3 to 0.20, and migrate to pyo3-filelike
To post a comment you must log in.