forked from pool/python-setuptools-rust
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user