diff --git a/cffi-1.12.2.tar.gz b/cffi-1.12.2.tar.gz deleted file mode 100644 index 374a3b3..0000000 --- a/cffi-1.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e113878a446c6228669144ae8a56e268c91b7f1fafae927adc4879d9849e0ea7 -size 453893 diff --git a/cffi-1.12.3.tar.gz b/cffi-1.12.3.tar.gz new file mode 100644 index 0000000..d401ab2 --- /dev/null +++ b/cffi-1.12.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774 +size 456340 diff --git a/python-cffi.changes b/python-cffi.changes index 61f1869..22fc47f 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Apr 30 19:42:59 UTC 2019 - Todd R + +- Update to 1.12.3 + * Fix for nested struct types that end in a var-sized array (#405). + * Add support for using U and L characters at the end of integer constants in ffi.cdef() (thanks Guillaume). + * More 3.8 fixes. + ------------------------------------------------------------------- Thu Mar 7 14:10:49 UTC 2019 - John Vandenberg diff --git a/python-cffi.spec b/python-cffi.spec index 3cc8f47..a10a393 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.12.2 +Version: 1.12.3 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT