update to 1.8.1
This commit is contained in:
parent
e9a7e08e11
commit
07414fcdb3
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-setuptools-rust
|
Name: python-setuptools-rust
|
||||||
Version: 1.6.0
|
Version: 1.8.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Setuptools Rust extension plugin
|
Summary: Setuptools Rust extension plugin
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/PyO3/setuptools-rust
|
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
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
Setuptools helpers for Rust Python extensions. Compile and distribute Python
|
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 example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
||||||
|
|
||||||
%check
|
|
||||||
%{__python3} setup.py test
|
|
||||||
|
|
||||||
%files -n python3-setuptools-rust
|
%files -n python3-setuptools-rust
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -64,6 +62,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 17 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.6.0-1
|
||||||
- Update package to version 1.6.0
|
- Update package to version 1.6.0
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
setuptools-rust-1.8.1.tar.gz
Normal file
BIN
setuptools-rust-1.8.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user