14
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:
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 +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