diff --git a/cffi-1.16.0.tar.gz b/cffi-1.16.0.tar.gz deleted file mode 100644 index 8e1fc2d247fcd647fa64efec363b3597efd815fc..0000000000000000000000000000000000000000 Binary files a/cffi-1.16.0.tar.gz and /dev/null differ diff --git a/cffi-1.17.0.tar.gz b/cffi-1.17.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0cefd127fd909ef37919655bc17012f88e5492fb Binary files /dev/null and b/cffi-1.17.0.tar.gz differ diff --git a/python-cffi.spec b/python-cffi.spec index ed7aa30a09ecf00ce6d2d63a1521fe17774ec577..1fa2d1f6f68c1d2d26f463bcd4c6f92f84bfaa34 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,8 +5,8 @@ C Foreign Function Interface for Python. Interact with almost any C code from Py based on C-like declarations that you can often copy-paste from header files or documentation. Name: python-%{_name} -Version: 1.16.0 -Release: 2 +Version: 1.17.0 +Release: 1 Summary: %{_summary} License: MIT URL: http://cffi.readthedocs.org @@ -50,9 +50,12 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest %files help %defattr(-,root,root) -%doc PKG-INFO README.md +%doc README.md %changelog +* Fri Aug 23 2024 dillon chen - 1.17.0-1 +- Update package to version 1.17.0 + * Sun Apr 07 2024 shixuantong - 1.16.0-2 - do not set the test suite search path