Accepting request 126119 from devel:languages:python

- Update to version 0.13.7:
  + Fixed #94: fallback to buffer if memoryview fails in _get_memory on
    python 2.7.
  + Fixed #103: ``Queue(None).full()`` returns ``False`` now (previously
    it returned ``True``).
  + Fixed #112: threading._sleep is not patched.
  + Fixed #115: _dummy gets unexpected Timeout arg.

OBS-URL: https://build.opensuse.org/request/show/126119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2012-06-26 15:54:40 +00:00 committed by Git OBS Bridge
commit 7efb1b9cff
4 changed files with 15 additions and 4 deletions

View File

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

3
gevent-0.13.7.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 25 15:19:15 UTC 2012 - saschpe@suse.de
- Update to version 0.13.7:
+ Fixed #94: fallback to buffer if memoryview fails in _get_memory on
python 2.7.
+ Fixed #103: ``Queue(None).full()`` returns ``False`` now (previously
it returned ``True``).
+ Fixed #112: threading._sleep is not patched.
+ Fixed #115: _dummy gets unexpected Timeout arg.
-------------------------------------------------------------------
Tue Mar 27 11:41:44 UTC 2012 - saschpe@suse.de

View File

@ -17,7 +17,7 @@
Name: python-gevent
Version: 0.13.6
Version: 0.13.7
Release: 0
Url: http://www.gevent.org/
Summary: Python network library that uses greenlet and libevent