15
0
forked from pool/python-cffi

Accepting request 398109 from home:badshah400:branches:openSUSE:Factory:Rings:2-TestDVD

Update to v1.6.0; update fixes building against gcc >= 6

OBS-URL: https://build.opensuse.org/request/show/398109
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=27
This commit is contained in:
2016-05-27 09:26:18 +00:00
committed by Git OBS Bridge
parent 9a5dc9f790
commit 3edd6bed23
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 26 02:33:02 UTC 2016 - badshah400@gmail.com
- Update to version 1.6.0:
* ffi.list_types()
* ffi.unpack()
* extern “Python+C”
* in API mode, lib.foo.__doc__ contains the C signature now.
* Yet another attempt at robustness of ffi.def_extern() against
CPythons interpreter shutdown logic.
-------------------------------------------------------------------
Mon Apr 11 14:45:11 UTC 2016 - jmatejek@suse.com