From 8d8ac9ca52b958766c2990e9355ac7cf9f4ce515b7342a90473f80de4231e154 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 17 Jan 2014 15:27:30 +0000 Subject: [PATCH] - Update to version 0.4.2: + Add .travis.yml + Fix 'err' may be used uninitialized in this function + Check _MSC_VER for msvc specific code + Fix slp_switch on SPARC for multi-threaded environments + Add support for m68k OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=16 --- greenlet-0.4.1.zip | 3 --- greenlet-0.4.2.zip | 3 +++ python-greenlet.changes | 10 ++++++++++ python-greenlet.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 greenlet-0.4.1.zip create mode 100644 greenlet-0.4.2.zip diff --git a/greenlet-0.4.1.zip b/greenlet-0.4.1.zip deleted file mode 100644 index f36d236..0000000 --- a/greenlet-0.4.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea671592f8460541286b133ed46a6cf5311a6b75051cc31b53e2bc38992b775a -size 75749 diff --git a/greenlet-0.4.2.zip b/greenlet-0.4.2.zip new file mode 100644 index 0000000..66da6f8 --- /dev/null +++ b/greenlet-0.4.2.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b160e556a22e16bae3f3f63ffce7898682c803cd896457192f7b54fe74fe991e +size 74404 diff --git a/python-greenlet.changes b/python-greenlet.changes index e0c6ba8..62a2a9a 100644 --- a/python-greenlet.changes +++ b/python-greenlet.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 17 15:26:02 UTC 2014 - speilicke@suse.com + +- Update to version 0.4.2: + + Add .travis.yml + + Fix 'err' may be used uninitialized in this function + + Check _MSC_VER for msvc specific code + + Fix slp_switch on SPARC for multi-threaded environments + + Add support for m68k + ------------------------------------------------------------------- Tue Dec 10 12:33:07 UTC 2013 - uweigand@de.ibm.com diff --git a/python-greenlet.spec b/python-greenlet.spec index 186ad1d..afb9b2d 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -1,7 +1,7 @@ # # spec file for package python-greenlet # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: python-greenlet -Version: 0.4.1 +Version: 0.4.2 Release: 0 Url: http://pypi.python.org/pypi/greenlet Summary: Lightweight in-process concurrent programming