- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=7
This commit is contained in:
Dirk Mueller 2022-02-04 22:07:23 +00:00 committed by Git OBS Bridge
parent 957e08721c
commit 85902ebf56
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Feb 4 22:05:19 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb6e6d41f01e63d042288e5c609684adf93426c10ea745ec324263f3fcbf27e9
size 279024

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0adb9b503c0ffc4e8fe80b7c617898cefa78049983aaaea7f747e153a3e65d1
size 285260