15
0
forked from pool/python-gevent

Accepting request 262199 from home:TheBlackCat:branches:devel:languages:python

Update to 1.0.1

OBS-URL: https://build.opensuse.org/request/show/262199
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=15
This commit is contained in:
Todd R
2014-11-18 14:19:33 +00:00
committed by Git OBS Bridge
parent 79b1f6ce3b
commit c418c295e1
5 changed files with 16 additions and 31 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 18 14:00:29 UTC 2014 - toddrme2178@gmail.com
- Update to 1.0.1
- Upgrade libev to 4.15. This fixes #361: installation on armv5.
- Better support for win64. Patch by Alexey Borzenkov.
- Fix #423: Pool's imap/imap_unordered could hang forever. Based on patch and test by Jianfei Wang.
- Enable libev's check watchers.
- Add dummy Event._reset_internal_locks() method. Only relevant if patch_all(Event=True) is enabled (non-default).
- Backport new testrunner.py from master branch.
- Removed upstream included libev.patch
-------------------------------------------------------------------
Thu Jun 12 08:47:18 UTC 2014 - schwab@suse.de