15
0
forked from pool/python-cffi

- update to 1.15.1:

* If you call ffi.embedding_api() but don’t write any extern “Python” function
    there, then the resulting C code would fail an assert. Fixed.
  * Updated Windows/arm64 embedded libffi static lib to v3.4.2, and scripted to
    ease future updates (thanks Niyas Sait!)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=83
This commit is contained in:
2022-07-19 11:32:29 +00:00
committed by Git OBS Bridge
parent feb781c81e
commit 26eddf2eda
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jul 19 11:31:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.15.1:
* If you call ffi.embedding_api() but dont write any extern “Python” function
there, then the resulting C code would fail an assert. Fixed.
* Updated Windows/arm64 embedded libffi static lib to v3.4.2, and scripted to
ease future updates (thanks Niyas Sait!)
-------------------------------------------------------------------
Sat Nov 6 17:37:42 UTC 2021 - Dirk Müller <dmueller@suse.com>