diff --git a/python-setuptools-rust.spec b/python-setuptools-rust.spec index 06ccdfa..cf0c2b5 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.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 - 1.8.1-1 +- Update package to version 1.8.1 + * Mon Jul 17 2023 Dongxing Wang - 1.6.0-1 - Update package to version 1.6.0 diff --git a/setuptools-rust-1.6.0.tar.gz b/setuptools-rust-1.6.0.tar.gz deleted file mode 100644 index 5e1bef9..0000000 Binary files a/setuptools-rust-1.6.0.tar.gz and /dev/null differ diff --git a/setuptools-rust-1.8.1.tar.gz b/setuptools-rust-1.8.1.tar.gz new file mode 100644 index 0000000..abb8014 Binary files /dev/null and b/setuptools-rust-1.8.1.tar.gz differ