diff --git a/cffi-1.17.0.tar.gz b/cffi-1.17.0.tar.gz deleted file mode 100644 index 5c2ab2f..0000000 --- a/cffi-1.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3157624b7558b914cb039fd1af735e5e8049a87c817cc215109ad1c8779df76 -size 516073 diff --git a/cffi-1.17.1.tar.gz b/cffi-1.17.1.tar.gz new file mode 100644 index 0000000..5e0f883 --- /dev/null +++ b/cffi-1.17.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824 +size 516621 diff --git a/python-cffi.changes b/python-cffi.changes index e6b87db..8e0c9b4 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 9 06:36:11 UTC 2024 - Dirk Müller + +- update to 1.17.1: + * Fix failing distutils.msvc9compiler imports under Windows (#118). + * ffibuilder.emit_python_code() and ffibuiler.emit_c_code() + accept file-like objects (#115). + * ffiplatform calls are bypassed by ffibuilder.emit_python_code() + and ffibuilder.emit_c_code() (#81). + ------------------------------------------------------------------- Sat Aug 31 12:39:52 UTC 2024 - Dirk Müller diff --git a/python-cffi.spec b/python-cffi.spec index 4148b64..f9748f8 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cffi -Version: 1.17.0 +Version: 1.17.1 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT