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