diff --git a/python-setuptools-rust.changes b/python-setuptools-rust.changes index 39def8a..6a036fe 100644 --- a/python-setuptools-rust.changes +++ b/python-setuptools-rust.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Feb 4 22:05:19 UTC 2022 - Dirk Müller + +- update to 1.1.2: + * Removed dependency on `tomli` to simplify installation + * Improve error messages on invalid inputs to `rust_extensions` keyword + * Fix regression from `setuptools-rust` 1.1.0 which broke builds for the + `x86_64-unknown-linux-musl` targeta + * Fix `--target` command line option being unable to take a value + * Fix regression from `setuptools-rust` 1.1.0 which incorrectly converted + library extension suffixes to the "abi3" suffix when `py_limited_api` was + unspecified Add support for cross-compiling using + * [`cross`](https://github.com/rust-embedded/cross) + * Fix incompatibility with Python 3.6.0 using default values for NamedTuple classes + * Stop forcing the `msvc` Rust toolchain for Windows environments using the + `gnu` toolchain + ------------------------------------------------------------------- Mon Jan 10 11:54:35 UTC 2022 - Dirk Müller diff --git a/python-setuptools-rust.spec b/python-setuptools-rust.spec index 4cc9b15..2f579e9 100644 --- a/python-setuptools-rust.spec +++ b/python-setuptools-rust.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-setuptools-rust -Version: 1.0.0 +Version: 1.1.2 Release: 0 Summary: Setuptools plugin for Rust extensions License: BSD-3-Clause @@ -34,7 +34,6 @@ BuildRequires: %{python_module typing_extensions >= 3.7.4.3} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros Requires: python-semantic_version >= 2.8.2 -Requires: python-tomli Requires: python-typing_extensions >= 3.7.4.3 BuildArch: noarch %python_subpackages diff --git a/setuptools-rust-1.0.0.tar.gz b/setuptools-rust-1.0.0.tar.gz deleted file mode 100644 index d7cf7b4..0000000 --- a/setuptools-rust-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb6e6d41f01e63d042288e5c609684adf93426c10ea745ec324263f3fcbf27e9 -size 279024 diff --git a/setuptools-rust-1.1.2.tar.gz b/setuptools-rust-1.1.2.tar.gz new file mode 100644 index 0000000..2289d00 --- /dev/null +++ b/setuptools-rust-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0adb9b503c0ffc4e8fe80b7c617898cefa78049983aaaea7f747e153a3e65d1 +size 285260