- 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
This commit is contained in:
Sascha Peilicke 2014-01-17 15:27:30 +00:00 committed by Git OBS Bridge
parent dc9a391941
commit 8d8ac9ca52
4 changed files with 15 additions and 5 deletions

View File

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

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