update to 1.8.1

This commit is contained in:
tzing_t 2024-02-04 03:27:15 +00:00
parent e9a7e08e11
commit 07414fcdb3
3 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-setuptools-rust
Version: 1.6.0
Version: 1.8.1
Release: 1
Summary: Setuptools Rust extension plugin
License: MIT
URL: https://github.com/PyO3/setuptools-rust
Source0: https://files.pythonhosted.org/packages/0e/c9/6f9de9f7a8404416d5d22484ccdeb138f469cc1e11bbd62a2bd26d5c1385/setuptools-rust-1.6.0.tar.gz
Source0: https://files.pythonhosted.org/packages/f2/40/f1e9fedb88462248e94ea4383cda0065111582a4d5a32ca84acf60ab1107/setuptools-rust-1.8.1.tar.gz
BuildArch: noarch
%description
Setuptools helpers for Rust Python extensions. Compile and distribute Python
@ -51,8 +51,6 @@ if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%check
%{__python3} setup.py test
%files -n python3-setuptools-rust
%doc README.md
@ -64,6 +62,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/*
%changelog
* Fri Feb 02 2024 zhengting<zhengting13@huawei.com> - 1.8.1-1
- Update package to version 1.8.1
* Mon Jul 17 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.6.0-1
- Update package to version 1.6.0

Binary file not shown.

Binary file not shown.