- use pkgconfig(libffi) to get the most recent ffi OBS-URL: https://build.opensuse.org/request/show/201429 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=4
23 lines
715 B
Plaintext
23 lines
715 B
Plaintext
-------------------------------------------------------------------
|
|
Mon Sep 30 07:51:11 UTC 2013 - mvyskocil@suse.com
|
|
|
|
- use pkgconfig(libffi) to get the most recent ffi
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 19 13:27:16 UTC 2013 - mvyskocil@suse.com
|
|
|
|
- Update to 0.7.2
|
|
* add implicit bool
|
|
* standard names are handled as defaults in cdef declarations
|
|
* enum types follow GCC rules and not just int
|
|
* supports simple slices x[start:stop]
|
|
* enums are handled like ints
|
|
* new ffi.new_handle(python_object)
|
|
* and various bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 10 09:28:56 UTC 2013 - saschpe@suse.de
|
|
|
|
- Initial version
|
|
|