14
0

Accepting request 181901 from home:dirkmueller:branches:devel:languages:python

- update to 0.13.1:
 * hubs: kqueue support! Thanks to YAMAMOTO Takashi, Edward George
 * greenio: Fix AttributeError on MacOSX; Bitbucket #136; Thanks to Derk Tegeler
 * green: subprocess: Fix subprocess.communicate() block on Python 2.7; Thanks to Edward George
 * green: select: ensure that hub can .wait() at least once before timeout; Thanks to YAMAMOTO Takashi
 * tpool: single request queue to avoid deadlocks; Bitbucket pull request 31,32; Thanks to Edward George
 * zmq: pyzmq 13.x compatibility; Thanks to Edward George
 * green: subprocess: Popen.wait() accepts new `timeout` kwarg; Python 3.3 and RHEL 6.1 compatibility
 * hubs: EVENTLET_HUB can point to external modules; Thanks to Edward George
 * semaphore: support timeout for acquire(); Thanks to Justin Patrin
 * support: do not clear sys.exc_info if can be preserved (greenlet >= 0.3.2); Thanks to Edward George
 * Travis continous integration; Thanks to Thomas Grainger, Jakub Stasiak
 * wsgi: minimum_chunk_size of last Server altered all previous (global variable); Thanks to Jakub Stasiak
 * doc: hubs: Point to the correct function in exception message; Thanks to Floris Bruynooghe

OBS-URL: https://build.opensuse.org/request/show/181901
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=12
This commit is contained in:
Alexandre Rogoski
2013-07-03 16:07:03 +00:00
committed by Git OBS Bridge
parent 943d0aa33d
commit 4df8bc95f5
4 changed files with 22 additions and 4 deletions

View File

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

3
eventlet-0.13.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jul 3 15:42:06 UTC 2013 - dmueller@suse.com
- update to 0.13.1:
* hubs: kqueue support! Thanks to YAMAMOTO Takashi, Edward George
* greenio: Fix AttributeError on MacOSX; Bitbucket #136; Thanks to Derk Tegeler
* green: subprocess: Fix subprocess.communicate() block on Python 2.7; Thanks to Edward George
* green: select: ensure that hub can .wait() at least once before timeout; Thanks to YAMAMOTO Takashi
* tpool: single request queue to avoid deadlocks; Bitbucket pull request 31,32; Thanks to Edward George
* zmq: pyzmq 13.x compatibility; Thanks to Edward George
* green: subprocess: Popen.wait() accepts new `timeout` kwarg; Python 3.3 and RHEL 6.1 compatibility
* hubs: EVENTLET_HUB can point to external modules; Thanks to Edward George
* semaphore: support timeout for acquire(); Thanks to Justin Patrin
* support: do not clear sys.exc_info if can be preserved (greenlet >= 0.3.2); Thanks to Edward George
* Travis continous integration; Thanks to Thomas Grainger, Jakub Stasiak
* wsgi: minimum_chunk_size of last Server altered all previous (global variable); Thanks to Jakub Stasiak
* doc: hubs: Point to the correct function in exception message; Thanks to Floris Bruynooghe
-------------------------------------------------------------------
Fri Feb 8 11:19:25 UTC 2013 - p.drouand@gmail.com

View File

@@ -17,7 +17,7 @@
Name: python-eventlet
Version: 0.12.1
Version: 0.13.0
Release: 0
Url: http://eventlet.net
Summary: Highly concurrent networking library