From 2bb73276b1dfa4abe28266371d5f5a988f7fa4828a273f7ce6860b20b10e47ed Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 22 Aug 2013 14:39:36 +0000 Subject: [PATCH] Accepting request 195613 from home:mvyskocil - 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 OBS-URL: https://build.opensuse.org/request/show/195613 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=2 --- cffi-0.5.tar.gz | 3 --- cffi-0.7.2.tar.gz | 3 +++ python-cffi.changes | 12 ++++++++++++ python-cffi.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 cffi-0.5.tar.gz create mode 100644 cffi-0.7.2.tar.gz diff --git a/cffi-0.5.tar.gz b/cffi-0.5.tar.gz deleted file mode 100644 index cfe55a8..0000000 --- a/cffi-0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:773695ffc930e9c9d26210c87248e7945241343d059a0a261ac3c36abc36b13a -size 161329 diff --git a/cffi-0.7.2.tar.gz b/cffi-0.7.2.tar.gz new file mode 100644 index 0000000..1d68f37 --- /dev/null +++ b/cffi-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b723ab49b48c1604e5a3b5e838b0049eaa61e365408a71e40ba0a42d16472042 +size 175579 diff --git a/python-cffi.changes b/python-cffi.changes index 14fed46..4dc06e3 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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 diff --git a/python-cffi.spec b/python-cffi.spec index b36cb2b..52c1cf1 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -16,7 +16,7 @@ Name: python-cffi -Version: 0.5 +Version: 0.7.2 Release: 0 License: MIT Summary: Foreign Function Interface for Python calling C code