From 9a5dc9f790cb3bbd1382374998b837e3fba515a1698a5a456a278b1b210017a0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 19 May 2016 09:44:00 +0000 Subject: [PATCH] Accepting request 396298 from home:matejcik:branches:devel:languages:python - update to 1.5.2 * support for cffi-based embedding * more robustness for shutdown logic OBS-URL: https://build.opensuse.org/request/show/396298 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=25 --- cffi-1.4.2.tar.gz | 3 --- cffi-1.5.2.tar.gz | 3 +++ python-cffi.changes | 7 +++++++ python-cffi.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 cffi-1.4.2.tar.gz create mode 100644 cffi-1.5.2.tar.gz diff --git a/cffi-1.4.2.tar.gz b/cffi-1.4.2.tar.gz deleted file mode 100644 index 31ac13c..0000000 --- a/cffi-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f1d177d364ea35900415ae24ca3e471be3d5334ed0419294068c49f45913998 -size 365490 diff --git a/cffi-1.5.2.tar.gz b/cffi-1.5.2.tar.gz new file mode 100644 index 0000000..e6a5e63 --- /dev/null +++ b/cffi-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9bde99872e46f7bb5cff40a9b1cc08406765efafb583c704de108b6cb821dd +size 388793 diff --git a/python-cffi.changes b/python-cffi.changes index 0e51348..056c7b9 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 11 14:45:11 UTC 2016 - jmatejek@suse.com + +- update to 1.5.2 + * support for cffi-based embedding + * more robustness for shutdown logic + ------------------------------------------------------------------- Sat Jan 9 17:18:52 UTC 2016 - michael@stroeder.com diff --git a/python-cffi.spec b/python-cffi.spec index fcf36f4..d14cfc6 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,7 +1,7 @@ # # spec file for package python-cffi # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-cffi -Version: 1.4.2 +Version: 1.5.2 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT