1
0

Accepting request 313105 from home:tbechtold:branches:devel:languages:python

- update to 0.4.7:
  - Added a missing workaround for `return 0` on mips
  - Restore compatibility with Python 2.5
  - Fixed stack switching on sparc

OBS-URL: https://build.opensuse.org/request/show/313105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=33
This commit is contained in:
Dirk Mueller 2015-06-23 06:22:57 +00:00 committed by Git OBS Bridge
parent 41ddf6532f
commit 3c581346e2
4 changed files with 12 additions and 4 deletions

View File

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

3
greenlet-0.4.7.zip Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jun 22 14:34:33 UTC 2015 - tbechtold@suse.com
- update to 0.4.7:
- Added a missing workaround for `return 0` on mips
- Restore compatibility with Python 2.5
- Fixed stack switching on sparc
-------------------------------------------------------------------
Wed May 6 12:29:51 UTC 2015 - benoit.monin@gmx.fr

View File

@ -18,7 +18,7 @@
Name: python-greenlet
Version: 0.4.6
Version: 0.4.7
Release: 0
Url: http://pypi.python.org/pypi/greenlet
Summary: Lightweight in-process concurrent programming