Upgrade to version 1.6.0

This commit is contained in:
desert-sailor 2023-07-17 15:37:52 +08:00
parent 1b2ed5a4f5
commit 0762380814
3 changed files with 10 additions and 4 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-setuptools-rust
Version: 1.5.2
Version: 1.6.0
Release: 1
Summary: Setuptools Rust extension plugin
License: MIT
URL: https://github.com/PyO3/setuptools-rust
Source0: https://files.pythonhosted.org/packages/99/db/e4ecb483ffa194d632ed44bda32cb740e564789fed7e56c2be8e2a0e2aa6/setuptools-rust-1.5.2.tar.gz
Source0: https://files.pythonhosted.org/packages/0e/c9/6f9de9f7a8404416d5d22484ccdeb138f469cc1e11bbd62a2bd26d5c1385/setuptools-rust-1.6.0.tar.gz
BuildArch: noarch
%description
Setuptools helpers for Rust Python extensions. Compile and distribute Python
@ -43,7 +43,7 @@ extensions written in Rust as easily as if they were written in C.
%pyproject_build
%install
%pyproject_install setuptools-rust==%{version}
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
@ -55,12 +55,18 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%{__python3} setup.py test
%files -n python3-setuptools-rust
%{python3_sitelib}/*
%doc README.md
%license LICENSE
%{python3_sitelib}/setuptools_rust
%{python3_sitelib}/setuptools_rust*.dist-info/
%files help
%{_docdir}/*
%changelog
* Mon Jul 17 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.6.0-1
- Update package to version 1.6.0
* Thu Apr 27 2023 Ge Wang <wang__ge@126.com> - 1.5.2-1
- Update to version 1.5.2

Binary file not shown.

Binary file not shown.