15
0
forked from pool/python-cffi

- update to 1.14.1:

* CFFI source code is now hosted on Heptapod.
  * Improved support for typedef int my_array_t[...]; with an explicit dot-dot-dot in API mode (issue #453)
  * Windows (32 and 64 bits): multiple fixes for ABI-mode call to functions that return a structure.
  * Experimental support for MacOS 11 on aarch64.
  * and a few other minor changes and bug fixes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=71
This commit is contained in:
2020-08-10 08:15:41 +00:00
committed by Git OBS Bridge
parent 5620af39cd
commit efd9de8edf
4 changed files with 14 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cffi
Version: 1.14.0
Version: 1.14.1
Release: 0
Summary: Foreign Function Interface for Python calling C code
License: MIT