15
0
forked from pool/python-cffi

- 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=101
This commit is contained in:
2024-10-09 06:37:53 +00:00
committed by Git OBS Bridge
parent b61b47e37f
commit d2ddaf7cfa
4 changed files with 14 additions and 4 deletions

View File

@@ -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