diff --git a/cffi-1.14.6.tar.gz b/cffi-1.14.6.tar.gz deleted file mode 100644 index 08e0781..0000000 --- a/cffi-1.14.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd -size 475744 diff --git a/cffi-1.15.0.tar.gz b/cffi-1.15.0.tar.gz new file mode 100644 index 0000000..7933ad1 --- /dev/null +++ b/cffi-1.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954 +size 484058 diff --git a/python-cffi.changes b/python-cffi.changes index db772d5..5998eec 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Nov 6 17:37:42 UTC 2021 - Dirk Müller + +- update to 1.15.0: + * Fixed MANIFEST.in to include missing file for Windows arm64 support + * Fixed Linux wheel build to use gcc default ISA for libffi + * Updated setup.py Python trove specifiers to currently-tested Python versions + * CPython 3.10 support (including wheels) + * MacOS arm64 support (including wheels) + * Initial Windows arm64 support + * Misc. doc and test updates + ------------------------------------------------------------------- Fri Jul 16 19:47:06 UTC 2021 - Dirk Müller diff --git a/python-cffi.spec b/python-cffi.spec index 3bdc5c6..5a1e2f8 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cffi -Version: 1.14.6 +Version: 1.15.0 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT