- 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:
Dirk Mueller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954
size 484058

BIN
cffi-1.15.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-cffi
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cffi
Version: 1.15.0
Version: 1.15.1
Release: 0
Summary: Foreign Function Interface for Python calling C code
License: MIT