Update to 0.9.14: Heres the changes in this version: * Many fixes to the ZeroMQ hub, which now requires version 2.0.10 or later; * ZeroMQ hub no longer depends on pollhub, and thus works on Windows; * Better handling of connect errors on Windows; * More-robust Event delivery; * wsgi.py now distinguishes between an empty query string () and a non-existent query string (no entry in environ); * wsgi.py handles ipv6 correctly; * Better behavior in tpool when you give it nonsensical numbers; * Fixed importing on 2.5; * Hub doesnt hold on to invalid fds; * Documentation for eventlet.green.zmq. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->glarkin glarkin@ wants his PRs (via the GNATS Auto Assign Tool)
glarkin 2011-01-26 00:57:32 UTC FreeBSD ports repository Modified files: net/py-eventlet Makefile distinfo Log: - Updated to 0.9.14 Changes: * Many fixes to the ZeroMQ hub, which now requires version 2.0.10 or later * ZeroMQ hub no longer depends on pollhub, and thus works on Windows * Better handling of connect errors on Windows * More-robust Event delivery * wsgi.py now distinguishes between an empty query string ("") and a non-existent query string (no entry in environ) * wsgi.py handles ipv6 correctly * Better behavior in tpool when you give it nonsensical numbers * Fixed importing on 2.5 * Hub doesn't hold on to invalid fds * Documentation for eventlet.green.zmq. PR: ports/154290 Submitted by: C-S <c-s@c-s.li> (maintainer) Feature safe: yes Revision Changes Path 1.4 +1 -1 ports/net/py-eventlet/Makefile 1.4 +2 -3 ports/net/py-eventlet/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you!