diff --git a/python-setuptools-rust.spec b/python-setuptools-rust.spec index cc6170f..06ccdfa 100644 --- a/python-setuptools-rust.spec +++ b/python-setuptools-rust.spec @@ -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 - 1.6.0-1 +- Update package to version 1.6.0 + * Thu Apr 27 2023 Ge Wang - 1.5.2-1 - Update to version 1.5.2 diff --git a/setuptools-rust-1.5.2.tar.gz b/setuptools-rust-1.5.2.tar.gz deleted file mode 100644 index bcc5b8b..0000000 Binary files a/setuptools-rust-1.5.2.tar.gz and /dev/null differ diff --git a/setuptools-rust-1.6.0.tar.gz b/setuptools-rust-1.6.0.tar.gz new file mode 100644 index 0000000..5e1bef9 Binary files /dev/null and b/setuptools-rust-1.6.0.tar.gz differ