diff --git a/cffi-1.11.1.tar.gz b/cffi-1.11.1.tar.gz deleted file mode 100644 index 17865ea..0000000 --- a/cffi-1.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c40817cc0f71b5351eb0bdd0b585db4a285c2bcc03fbcb961b79bb8086b7576 -size 435135 diff --git a/cffi-1.11.2.tar.gz b/cffi-1.11.2.tar.gz new file mode 100644 index 0000000..786b8f6 --- /dev/null +++ b/cffi-1.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6 +size 435142 diff --git a/python-cffi.changes b/python-cffi.changes index 2d16af4..5b057f6 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 3 15:56:32 UTC 2017 - arun@gmx.de + +- update to version 1.11.2: + * Fix Windows issue with managing the thread-state on CPython 3.0 to + 3.5 + ------------------------------------------------------------------- Wed Oct 4 11:36:56 UTC 2017 - sean.marlow@suse.com diff --git a/python-cffi.spec b/python-cffi.spec index b7de7b5..91ed805 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname cffi Name: python-%{modname} -Version: 1.11.1 +Version: 1.11.2 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT