diff --git a/python-setuptools-rust.changes b/python-setuptools-rust.changes index dba1a97..8d1f052 100644 --- a/python-setuptools-rust.changes +++ b/python-setuptools-rust.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jan 2 09:51:01 UTC 2023 - Dirk Müller + +- update to 1.5.2: + * Fix regression in `dylib` build artifacts not being found since 1.5.0. + * Fix regression in sdist missing examples and other supplementary files + since 1.5.0. #291 + * Fix regression in `get_lib_name` crashing since 1.5.0. #280 + * Fix regression in `Binding.Exec` builds with multiple executables not + finding built executables since 1.5.0. #283 + * Add support for extension modules built for wasm32-unknown-emscripten + with Pyodide. #244 + * Locate cdylib artifacts by handling messages from cargo instead of + searching target dir (fixes build on MSYS2). #267 + * No longer guess cross-compile environment using `HOST_GNU_TYPE` / + `BUILD_GNU_TYPE` sysconfig variables. #269 + * Fix RustBin build without wheel. #273 + * Fix RustBin setuptools install. #275 + ------------------------------------------------------------------- Wed Jul 20 09:16:41 UTC 2022 - Ben Greiner diff --git a/python-setuptools-rust.spec b/python-setuptools-rust.spec index cb22448..3a02aea 100644 --- a/python-setuptools-rust.spec +++ b/python-setuptools-rust.spec @@ -1,7 +1,7 @@ # # spec file for package python-setuptools-rust # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-setuptools-rust -Version: 1.4.1 +Version: 1.5.2 Release: 0 Summary: Setuptools plugin for Rust extensions License: BSD-3-Clause @@ -66,7 +66,8 @@ were written in C. %check export LANG=en_US.UTF-8 -%pytest tests/ +# network / crates.io access +%pytest tests/ -k "not test_get_lib_name_namespace_package" pushd examples/hello-world %{python_expand # See noxfile.py # hello-world is the only example which does not need extra rust packages (via cargo_vendor) diff --git a/setuptools-rust-1.4.1.tar.gz b/setuptools-rust-1.4.1.tar.gz deleted file mode 100644 index f804fcc..0000000 --- a/setuptools-rust-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18ff850831f58ee21d5783825c99fad632da21e47645e9427fd7dec048029e76 -size 288848 diff --git a/setuptools-rust-1.5.2.tar.gz b/setuptools-rust-1.5.2.tar.gz new file mode 100644 index 0000000..b8dc513 --- /dev/null +++ b/setuptools-rust-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8daccb14dc0eae1b6b6eb3ecef79675bd37b4065369f79c35393dd5c55652c7 +size 295857