From 26eddf2edafd46aae18fa932900b849b391abb119275b2f45512682f7c6f026e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Jul 2022 11:32:29 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=201.15.1:=20=20=20*=20If=20you?= =?UTF-8?q?=20call=20ffi.embedding=5Fapi()=20but=20don=E2=80=99t=20write?= =?UTF-8?q?=20any=20extern=20=E2=80=9CPython=E2=80=9D=20function=20=20=20?= =?UTF-8?q?=20=20there,=20then=20the=20resulting=20C=20code=20would=20fail?= =?UTF-8?q?=20an=20assert.=20Fixed.=20=20=20*=20Updated=20Windows/arm64=20?= =?UTF-8?q?embedded=20libffi=20static=20lib=20to=20v3.4.2,=20and=20scripte?= =?UTF-8?q?d=20to=20=20=20=20=20ease=20future=20updates=20(thanks=20Niyas?= =?UTF-8?q?=20Sait!)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=83 --- cffi-1.15.0.tar.gz | 3 --- cffi-1.15.1.tar.gz | 3 +++ python-cffi.changes | 9 +++++++++ python-cffi.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 cffi-1.15.0.tar.gz create mode 100644 cffi-1.15.1.tar.gz diff --git a/cffi-1.15.0.tar.gz b/cffi-1.15.0.tar.gz deleted file mode 100644 index 7933ad1..0000000 --- a/cffi-1.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954 -size 484058 diff --git a/cffi-1.15.1.tar.gz b/cffi-1.15.1.tar.gz new file mode 100644 index 0000000..3269583 --- /dev/null +++ b/cffi-1.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9 +size 508501 diff --git a/python-cffi.changes b/python-cffi.changes index 5998eec..9f93037 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 19 11:31:46 UTC 2022 - Dirk Müller + +- 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!) + ------------------------------------------------------------------- Sat Nov 6 17:37:42 UTC 2021 - Dirk Müller diff --git a/python-cffi.spec b/python-cffi.spec index 5a1e2f8..8ed3bb3 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -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