Changelog for
python-cffi-0.8.2-2.1.1.x86_64.rpm :
Mon May 19 14:00:00 2014 jmatejekAATTsuse.com
- update to 0.8.2
* minor bugfixes
- remove cffi-pytest-integration.patch as it is no longer necessary
Mon Mar 31 14:00:00 2014 speilickeAATTsuse.com
- Require libffi43-devel on SLE_11_SP2 instead of using pkg-config to fix build
Mon Feb 24 13:00:00 2014 mvyskocilAATTsuse.com
- update to 0.8.1
* fixes on Python 3 on OS/X, and some FreeBSD fixes (thanks Tobias)
- added a note wrt disabled tests
- add cffi-pytest-integration.patch: allowinf call pytest from setup.py
Mon Nov 18 13:00:00 2013 mvyskocilAATTsuse.com
- update to 0.8
* integrated support for C99 variable-sized structures
* multi-thread safety
* ffi.getwinerror()
* a number of small fixes
Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)
Mon Sep 30 14:00:00 2013 mvyskocilAATTsuse.com
- use pkgconfig(libffi) to get the most recent ffi
Mon Aug 19 14:00:00 2013 mvyskocilAATTsuse.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 13:00:00 2013 saschpeAATTsuse.de
- Initial version