15
0
forked from pool/python-cffi

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
This commit is contained in:
Jan Matejek
2017-11-06 15:39:18 +00:00
committed by Git OBS Bridge
parent 4ecbbe5c86
commit 2fe88e35b4
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c40817cc0f71b5351eb0bdd0b585db4a285c2bcc03fbcb961b79bb8086b7576
size 435135

3
cffi-1.11.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6
size 435142

View File

@@ -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

View File

@@ -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