Date: Sat, 8 Sep 2012 00:14:31 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303846 - head/devel/py-gevent Message-ID: <201209080014.q880EVP6087925@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 8 00:14:30 2012 New Revision: 303846 URL: http://svn.freebsd.org/changeset/ports/303846 Log: - Update to 0.13.8 Changes: https://groups.google.com/forum/?fromgroups#!topic/gevent/tJc8YSgOF1U - core: fix compilation with the latest Cython: remove emit_ifdef/emit_else/ emit_endif. - Fixed issue #80: gevent.httplib failed with RequestFailed errors because timeout was reset to 1s. Patch by Tomasz Prus. - 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. Modified: head/devel/py-gevent/Makefile (contents, props changed) head/devel/py-gevent/distinfo (contents, props changed) Modified: head/devel/py-gevent/Makefile ============================================================================== --- head/devel/py-gevent/Makefile Fri Sep 7 23:51:16 2012 (r303845) +++ head/devel/py-gevent/Makefile Sat Sep 8 00:14:30 2012 (r303846) @@ -6,7 +6,7 @@ # PORTNAME= gevent -PORTVERSION= 0.13.7 +PORTVERSION= 0.13.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-gevent/distinfo ============================================================================== --- head/devel/py-gevent/distinfo Fri Sep 7 23:51:16 2012 (r303845) +++ head/devel/py-gevent/distinfo Sat Sep 8 00:14:30 2012 (r303846) @@ -1,2 +1,2 @@ -SHA256 (gevent-0.13.7.tar.gz) = 0754f141d2889fa861918eb75482b9572763bd661479bbfc73a8c250f4eab6c5 -SIZE (gevent-0.13.7.tar.gz) = 288284 +SHA256 (gevent-0.13.8.tar.gz) = 54b8d26300ce408c0916a3e63ef6cd3e6aca76230833558deb7de15196ed955e +SIZE (gevent-0.13.8.tar.gz) = 300098
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209080014.q880EVP6087925>