Accepting request 214243 from devel:languages:python

- 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/request/show/214243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2014-01-20 06:55:23 +00:00 committed by Git OBS Bridge
commit 24a4161f99
3 changed files with 15 additions and 2 deletions

3
greenlet-0.4.2.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b160e556a22e16bae3f3f63ffce7898682c803cd896457192f7b54fe74fe991e
size 74404

View File

@ -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

View File

@ -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