From 8ce579ac27dd2b09efbb19e98103e9b6d052f337 Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Sun, 5 Jun 2022 15:42:29 -0700 Subject: [PATCH] releasebot: release-version-change pyoxidizer 0.22.0-pre -> 0.22.0 --- Cargo.lock | 64 ++++++++++++++++++++++++++++++++++++++-- pyembed-bench/Cargo.toml | 4 +-- pyoxidizer/Cargo.toml | 2 +- 3 files changed, 65 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d93e9e50..f9457de01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4204,7 +4204,7 @@ dependencies = [ "once_cell", "pyembed", "pyo3", - "pyoxidizer", + "pyoxidizer 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", "python-oxidized-importer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "python-packaging 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "python-packed-resources 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4273,7 +4273,7 @@ dependencies = [ [[package]] name = "pyoxidizer" -version = "0.22.0-pre" +version = "0.22.0" dependencies = [ "anyhow", "apple-sdk", @@ -4334,6 +4334,66 @@ dependencies = [ "zstd", ] +[[package]] +name = "pyoxidizer" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d672a882c5db2303f08624685d914651169c95ff463ee9ad69e264ae38a73c17" +dependencies = [ + "anyhow", + "apple-sdk", + "ar", + "cargo-lock", + "cargo_metadata", + "cargo_toml", + "cc", + "clap 3.1.18", + "codemap", + "codemap-diagnostic", + "dirs", + "duct", + "env_logger", + "fs2", + "fs_extra", + "git2", + "glob", + "guppy", + "handlebars", + "hex", + "itertools", + "linked-hash-map", + "log", + "once_cell", + "path-dedot", + "pyo3-build-config", + "python-packaging 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "python-packed-resources 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "remove_dir_all 0.7.0", + "rustc_version", + "semver", + "serde", + "serde_json", + "sha2 0.10.2", + "starlark", + "starlark-dialect-build-targets 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tar", + "tempfile", + "tugger 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tugger-binary-analysis 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tugger-code-signing 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tugger-common 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tugger-file-manifest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tugger-rust-toolchain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tugger-windows 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tugger-wix 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url", + "uuid 1.1.1", + "version-compare", + "walkdir", + "which", + "zstd", +] + [[package]] name = "pyoxy" version = "0.3.0-pre" diff --git a/pyembed-bench/Cargo.toml b/pyembed-bench/Cargo.toml index abb8b9f4f..9e89d247d 100644 --- a/pyembed-bench/Cargo.toml +++ b/pyembed-bench/Cargo.toml @@ -22,8 +22,8 @@ default-features = false features = ["zipimport"] [dependencies.pyoxidizer] -version = "0.22.0-pre" -path = "../pyoxidizer" +version = "0.22.0" +# path = "../pyoxidizer" [dependencies.python-oxidized-importer] version = "0.7.0" diff --git a/pyoxidizer/Cargo.toml b/pyoxidizer/Cargo.toml index 627b06b08..9d5df8d2c 100644 --- a/pyoxidizer/Cargo.toml +++ b/pyoxidizer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyoxidizer" -version = "0.22.0-pre" +version = "0.22.0" authors = ["Gregory Szorc "] license = "MPL-2.0" description = "Package self-contained Python applications"