From 2fe88e35b4d5ec6f7ce963d630e8fcc09ed42efb57a7f929c79cbd3470b8b41d Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 6 Nov 2017 15:39:18 +0000 Subject: [PATCH] Accepting request 538866 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/538866 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=39 --- cffi-1.11.1.tar.gz | 3 --- cffi-1.11.2.tar.gz | 3 +++ python-cffi.changes | 7 +++++++ python-cffi.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 cffi-1.11.1.tar.gz create mode 100644 cffi-1.11.2.tar.gz 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