diff --git a/cffi-1.17.1.tar.gz b/cffi-1.17.1.tar.gz deleted file mode 100644 index 0fc8092ad7f659234d4babbe5e233b3401a78a0a..0000000000000000000000000000000000000000 Binary files a/cffi-1.17.1.tar.gz and /dev/null differ diff --git a/cffi-2.0.0.tar.gz b/cffi-2.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1bb38028b92e1eb82ffbba039988912b4a3f4630 Binary files /dev/null and b/cffi-2.0.0.tar.gz differ diff --git a/python-cffi.spec b/python-cffi.spec index 9c4276a0bffc28291e7e4d2a38f873b94625b697..f861fedf2ad43e54d0263118f888477b342f06d4 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.17.1 -Release: 1 +Version: 2.0.0 +Release: 1 Summary: %{_summary} License: MIT URL: http://cffi.readthedocs.org @@ -53,6 +53,14 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest %doc README.md %changelog +* Wed Sep 17 2025 Yu Peng - 2.0.0-1 +- Upgrade to 2.0.0 + Added support for free threaded Python. Note that the free-threaded build does not yet support + building extensions with the limited API, so you must set py_limited_api=False when building extensions + for the free-threaded build. + Added support for Python 3.14. + WIP + * Sat Jun 21 2025 zhoulinshen - 1.17.1-1 - Update package to version 1.17.1