update to 1.10.2 [release 1.10.2-1mamba;Thu Nov 28 2024]
This commit is contained in:
parent
bd484ecc44
commit
cec6e3819e
@ -1,6 +1,6 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-setuptools-rust
|
||||
Version: 1.9.0
|
||||
Version: 1.10.2
|
||||
Release: 1mamba
|
||||
Summary: A plugin for setuptools to build Rust Python extensions implemented with PyO3 or rust-cpython
|
||||
Group: System/Libraries
|
||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/PyO3/setuptools-rust
|
||||
Source: https://pypi.debian.net/setuptools-rust/setuptools-rust-%{version}.tar.gz
|
||||
Source: https://pypi.debian.net/setuptools-rust/setuptools_rust-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
@ -25,7 +25,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n setuptools-rust-%{version}
|
||||
%setup -q -n setuptools_rust-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
@ -50,6 +50,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Nov 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.2-1mamba
|
||||
- update to 1.10.2
|
||||
|
||||
* Sun Feb 25 2024 Automatic Build System <autodist@openmamba.org> 1.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user