From 48c35132b6df17b8fd0af84a9f2e764347c31c8084bbd3b02f66277937789f2e Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Fri, 25 Nov 2022 01:48:11 +0000 Subject: [PATCH 1/2] - Update to v0.14.2: * Tighten src-layout detection logic gh#PyO3/maturin#1282 * Update cargo_metadata to 0.15.2 gh#PyO3/maturin#1284 * Tell people about setting RUST_LOG=maturin=debug when making bug reports gh#PyO3/maturin#1286 * Fix generating pep517 sdist for src-layout gh#PyO3/maturin#1288 * Deprecate python-source option in Cargo.toml gh#PyO3/maturin#1291 * Fix auditwheel with read-only libraries gh#PyO3/maturin#1292 * CI: Try nextest double spawn feature gh#PyO3/maturin#1294 * Update wasmtime dependency version to 3.0.0 gh#PyO3/maturin#1295 - Changes in v0.14.1: * Downgrade cargo_metadata to 0.15.0 gh#PyO3/maturin#1279 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=45 --- maturin-0.14.0.tar.gz | 3 --- maturin-0.14.2.tar.gz | 3 +++ python-maturin.changes | 24 ++++++++++++++++++++++++ python-maturin.spec | 2 +- vendor.tar.xz | 4 ++-- 5 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 maturin-0.14.0.tar.gz create mode 100644 maturin-0.14.2.tar.gz diff --git a/maturin-0.14.0.tar.gz b/maturin-0.14.0.tar.gz deleted file mode 100644 index e371b7c..0000000 --- a/maturin-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:503e82c4cb1d82751d9372f3564b153f979db403faecd73cd680ec160bf8c10f -size 168586 diff --git a/maturin-0.14.2.tar.gz b/maturin-0.14.2.tar.gz new file mode 100644 index 0000000..5573121 --- /dev/null +++ b/maturin-0.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbaa0689a87124c99adaff99e93dcf415e36f7068d5442f311b49ede4bb7b6c3 +size 169016 diff --git a/python-maturin.changes b/python-maturin.changes index 271e6f3..d8c7011 100644 --- a/python-maturin.changes +++ b/python-maturin.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Nov 25 01:16:04 UTC 2022 - Mia Herkt + +- Update to v0.14.2: + * Tighten src-layout detection logic + gh#PyO3/maturin#1282 + * Update cargo_metadata to 0.15.2 + gh#PyO3/maturin#1284 + * Tell people about setting RUST_LOG=maturin=debug when making bug reports + gh#PyO3/maturin#1286 + * Fix generating pep517 sdist for src-layout + gh#PyO3/maturin#1288 + * Deprecate python-source option in Cargo.toml + gh#PyO3/maturin#1291 + * Fix auditwheel with read-only libraries + gh#PyO3/maturin#1292 + * CI: Try nextest double spawn feature + gh#PyO3/maturin#1294 + * Update wasmtime dependency version to 3.0.0 + gh#PyO3/maturin#1295 +- Changes in v0.14.1: + * Downgrade cargo_metadata to 0.15.0 + gh#PyO3/maturin#1279 + ------------------------------------------------------------------- Sun Nov 20 07:40:57 UTC 2022 - Mia Herkt diff --git a/python-maturin.spec b/python-maturin.spec index 7032643..bc1d3c4 100644 --- a/python-maturin.spec +++ b/python-maturin.spec @@ -17,7 +17,7 @@ Name: python-maturin -Version: 0.14.0 +Version: 0.14.2 Release: 0 Summary: Rust/Python Interoperability License: Apache-2.0 OR MIT diff --git a/vendor.tar.xz b/vendor.tar.xz index 3b29167..7afc4aa 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7974350378198f579ea73ff5dc43c00f8db586e0b739f620ae0cae59e09d7840 -size 33486316 +oid sha256:b55ea277a8e4c5d7fc71f76ce7df67bc6581ea65681ae134eb50899c50e7cf02 +size 33526776 From 7aafb4235881c7499ced7082bf55ef88b89d85c0a62a430bd2f4db403e61d4ff Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Fri, 25 Nov 2022 01:48:28 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=46 --- python-maturin.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-maturin.changes b/python-maturin.changes index d8c7011..9f6c497 100644 --- a/python-maturin.changes +++ b/python-maturin.changes @@ -6,7 +6,8 @@ Fri Nov 25 01:16:04 UTC 2022 - Mia Herkt gh#PyO3/maturin#1282 * Update cargo_metadata to 0.15.2 gh#PyO3/maturin#1284 - * Tell people about setting RUST_LOG=maturin=debug when making bug reports + * Tell people about setting RUST_LOG=maturin=debug when making + bug reports gh#PyO3/maturin#1286 * Fix generating pep517 sdist for src-layout gh#PyO3/maturin#1288