diff --git a/cffi-1.13.0.tar.gz b/cffi-1.13.0.tar.gz deleted file mode 100644 index bd28aff..0000000 --- a/cffi-1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fe230f612c18af1df6f348d02d682fe2c28ca0a6c3856c99599cdacae7cf226 -size 459345 diff --git a/cffi-1.13.2.tar.gz b/cffi-1.13.2.tar.gz new file mode 100644 index 0000000..5ad64e0 --- /dev/null +++ b/cffi-1.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599a1e8ff057ac530c9ad1778293c665cb81a791421f46922d80a86473c13346 +size 460243 diff --git a/python-cffi.changes b/python-cffi.changes index 9cd1f81..0025427 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 18 20:21:04 UTC 2019 - Todd R + +- Update to 1.13.2: + * re-release because the Linux wheels came with an attached version of libffi that was very old and buggy +- Update to 1.13.1: + * deprecate the way to declare in cdef() a global variable with only void *foo;. You should always use a storage class, like extern void *foo; or maybe static void *foo;. These are all equivalent for the purposes of cdef(), but the reason for deprecating the bare version is that (as far as I know) it would always be mistake in a real C header. + * fix the regression RuntimeError: found a situation in which we try to build a type recursively. + * fixed issue #427 where a multithreading mistake in the embedding logic initialization code would cause deadlocks on CPython 3.7. + ------------------------------------------------------------------- Tue Oct 15 10:39:50 UTC 2019 - Tomáš Chvátal diff --git a/python-cffi.spec b/python-cffi.spec index 14ee4a7..78d37e5 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.13.0 +Version: 1.13.2 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT