diff --git a/gevent-0.13.7.tar.gz b/gevent-0.13.7.tar.gz deleted file mode 100644 index cbda994..0000000 --- a/gevent-0.13.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0754f141d2889fa861918eb75482b9572763bd661479bbfc73a8c250f4eab6c5 -size 288284 diff --git a/gevent-0.13.8.tar.gz b/gevent-0.13.8.tar.gz new file mode 100644 index 0000000..c1e897c --- /dev/null +++ b/gevent-0.13.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b8d26300ce408c0916a3e63ef6cd3e6aca76230833558deb7de15196ed955e +size 300098 diff --git a/python-gevent.changes b/python-gevent.changes index f32cab8..3c07d6f 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -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() 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 diff --git a/python-gevent.spec b/python-gevent.spec index ad02a68..ea92ed3 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -17,7 +17,7 @@ Name: python-gevent -Version: 0.13.7 +Version: 0.13.8 Release: 0 Url: http://www.gevent.org/ Summary: Python network library that uses greenlet and libevent