From 6dc6094763fef90181b5b5eef73ca80ce44f5cec81c124dc9644c47cfdfa185a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 28 May 2014 08:38:49 +0000 Subject: [PATCH] Accepting request 234745 from home:matejcik:branches:devel:languages:python - update to 0.8.2 * minor bugfixes - remove cffi-pytest-integration.patch as it is no longer necessary OBS-URL: https://build.opensuse.org/request/show/234745 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=11 --- cffi-0.8.1.tar.gz | 3 --- cffi-0.8.2.tar.gz | 3 +++ python-cffi.changes | 7 +++++++ python-cffi.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 cffi-0.8.1.tar.gz create mode 100644 cffi-0.8.2.tar.gz diff --git a/cffi-0.8.1.tar.gz b/cffi-0.8.1.tar.gz deleted file mode 100644 index 6e4b9bb..0000000 --- a/cffi-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1db1eff2093e31eaaa83b274f8c6d5d2dad2908d43a301185d205e5d256d6818 -size 195206 diff --git a/cffi-0.8.2.tar.gz b/cffi-0.8.2.tar.gz new file mode 100644 index 0000000..0cf61c1 --- /dev/null +++ b/cffi-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8192393640f7bc304ce82669b35eb90592566a30abbb4924456f52079afc18e2 +size 197622 diff --git a/python-cffi.changes b/python-cffi.changes index f67d945..895d90b 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Mon Mar 31 14:18:44 UTC 2014 - speilicke@suse.com diff --git a/python-cffi.spec b/python-cffi.spec index 5ee99bc..4bb8bed 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -17,7 +17,7 @@ Name: python-cffi -Version: 0.8.1 +Version: 0.8.2 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT