15
0
forked from pool/python-gevent

Accepting request 139481 from home:douglarek:languages

updated to version 0.13.8

OBS-URL: https://build.opensuse.org/request/show/139481
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=9
This commit is contained in:
Sascha Peilicke
2012-10-29 15:34:59 +00:00
committed by Git OBS Bridge
parent c792ac0666
commit 86ca5e3773
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Oct 26 16:23:38 UTC 2012 - douglarek@outlook.com
- Update to version 0.13.8:
* Fixed issue #80: gevent.httplib failed with RequestFailed errors because timeout was reset to 1s. Patch by Tomasz Prus.
* core: fix compilation with the latest Cython: remove emit_ifdef/emit_else/emit_endif.
* Fixed issue #132: gevent.socket.gethostbyname(<unicode>) now does ascii encoding and uses gevent's resolver rather than
calling built-in resolver. Patch by Alexey Borzenkov.
-------------------------------------------------------------------
Mon Jun 25 15:19:15 UTC 2012 - saschpe@suse.de