diff --git a/gevent-0.13.6.tar.gz b/gevent-0.13.6.tar.gz deleted file mode 100644 index 98685d4..0000000 --- a/gevent-0.13.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb85f7cd39e097b893b8f262ea8b0370a9d478b2083fc15b394a1a3cae7b7d99 -size 289805 diff --git a/gevent-0.13.7.tar.gz b/gevent-0.13.7.tar.gz new file mode 100644 index 0000000..cbda994 --- /dev/null +++ b/gevent-0.13.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0754f141d2889fa861918eb75482b9572763bd661479bbfc73a8c250f4eab6c5 +size 288284 diff --git a/python-gevent.changes b/python-gevent.changes index 0a89fe8..f32cab8 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -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 diff --git a/python-gevent.spec b/python-gevent.spec index 9a9a006..ad02a68 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -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