File python3-cffi.changes of Package python3-cffi
-------------------------------------------------------------------
Thu Sep 4 08:47:45 UTC 2014 - toddrme2178@gmail.com
- Fix typo in source line
-------------------------------------------------------------------
Wed Aug 27 12:31:07 UTC 2014 - toddrme2178@gmail.com
- Re-enable unit tests
-------------------------------------------------------------------
Tue Aug 26 12:40:34 UTC 2014 - toddrme2178@gmail.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:21:26 UTC 2014 - mvyskocil@suse.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 07:35:33 UTC 2013 - mvyskocil@suse.com
- Use python3-setuptools instead of distribute
-------------------------------------------------------------------
Mon Sep 30 07:42:27 UTC 2013 - mvyskocil@suse.com
- port to python3
- 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