Changelog for
python3-cffi-0.8.6-6.13.i586.rpm :
Thu Sep 4 14:00:00 2014 toddrme2178AATTgmail.com
- Fix typo in source line
Wed Aug 27 14:00:00 2014 toddrme2178AATTgmail.com
- Re-enable unit tests
Tue Aug 26 14:00:00 2014 toddrme2178AATTgmail.com
- Update to 0.8.6
* No upstream changelog
See https://bitbucket.org/cffi/cffi/commits/all for a list of
commits
- update to 0.8.2
* minor bugfixes
- remove cffi-pytest-integration.patch as it is no longer necessary
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)
0.8:
* integrated support for C99 variable-sized structures
* multi-thread safety
* ffi.getwinerror()
* a number of small fixes
- added a note wrt disabled tests
- add cffi-pytest-integration.patch: allowinf call pytest from setup.py
Tue Oct 1 14:00:00 2013 mvyskocilAATTsuse.com
- Use python3-setuptools instead of distribute
Mon Sep 30 14:00:00 2013 mvyskocilAATTsuse.com
- port to python3
- 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