2014-05-28 08:38:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 19 16:35:30 UTC 2014 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- update to 0.8.2
|
|
|
|
* minor bugfixes
|
|
|
|
- remove cffi-pytest-integration.patch as it is no longer necessary
|
|
|
|
|
2014-03-31 14:19:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 31 14:18:44 UTC 2014 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Require libffi43-devel on SLE_11_SP2 instead of using pkg-config to fix build
|
|
|
|
|
2014-02-24 15:15:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 24 12:09:15 UTC 2014 - mvyskocil@suse.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 14:33:39 UTC 2013 - mvyskocil@suse.com
|
|
|
|
|
|
|
|
- update to 0.8
|
|
|
|
* integrated support for C99 variable-sized structures
|
|
|
|
* multi-thread safety
|
|
|
|
* ffi.getwinerror()
|
|
|
|
* a number of small fixes
|
|
|
|
|
2013-10-24 10:59:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 24 10:59:45 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
|
2013-09-30 08:50:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 30 07:51:11 UTC 2013 - mvyskocil@suse.com
|
|
|
|
|
|
|
|
- use pkgconfig(libffi) to get the most recent ffi
|
|
|
|
|
2013-08-22 14:39:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2013-02-10 10:02:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 10 09:28:56 UTC 2013 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|