diff --git a/cffi-1.17.0.tar.gz b/cffi-1.17.0.tar.gz deleted file mode 100644 index 0cefd127fd909ef37919655bc17012f88e5492fb..0000000000000000000000000000000000000000 Binary files a/cffi-1.17.0.tar.gz and /dev/null differ diff --git a/cffi-1.17.1.tar.gz b/cffi-1.17.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0fc8092ad7f659234d4babbe5e233b3401a78a0a Binary files /dev/null and b/cffi-1.17.1.tar.gz differ diff --git a/python-cffi.spec b/python-cffi.spec index 1fa2d1f6f68c1d2d26f463bcd4c6f92f84bfaa34..f60e8ae1022a76450a7cb76944a9ab58fee7dcd2 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,7 +5,7 @@ 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.0 +Version: 1.17.1 Release: 1 Summary: %{_summary} License: MIT @@ -53,6 +53,12 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest %doc README.md %changelog +* Thu Nov 07 2024 songliyang - 1.17.1-1 +- upgrade to version 1.17.1 +- Fix failing distutils.msvc9compiler imports +- ffibuilder.emit_python_code() and ffibuiler.emit_c_code() accept file-like objects +- ffiplatform calls are bypassed by ffibuilder.emit_python_code() and ffibuilder.emit_c_code() + * Fri Aug 23 2024 dillon chen - 1.17.0-1 - Update package to version 1.17.0