Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2011 19:27:09 GMT
From:      C-S <c-s@c-s.li>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154290: [UPDATE] net/py-eventlet
Message-ID:  <201101251927.p0PJR9YR051327@red.freebsd.org>
Resent-Message-ID: <201101251930.p0PJUALp092626@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154290
>Category:       ports
>Synopsis:       [UPDATE] net/py-eventlet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 25 19:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
Update to 0.9.14:

Here’s 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 doesn’t hold on to invalid fds;
    * Documentation for eventlet.green.zmq.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN py-eventlet.orig/Makefile py-eventlet/Makefile
--- py-eventlet.orig/Makefile	2011-01-25 20:19:20.917966392 +0100
+++ py-eventlet/Makefile	2011-01-25 20:21:28.027491061 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	eventlet
-PORTVERSION=	0.9.13
+PORTVERSION=	0.9.14
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -ruN py-eventlet.orig/distinfo py-eventlet/distinfo
--- py-eventlet.orig/distinfo	2011-01-25 20:19:20.917966392 +0100
+++ py-eventlet/distinfo	2011-01-25 20:21:28.028484751 +0100
@@ -1,3 +1,2 @@
-MD5 (eventlet-0.9.13.tar.gz) = 2273527ca1715bad018090fdd2d480cf
-SHA256 (eventlet-0.9.13.tar.gz) = 0614fd895b75e6f34c0cd7727f2f8a0d5368bc0a486ec14da0660bc472e058ca
-SIZE (eventlet-0.9.13.tar.gz) = 308371
+SHA256 (eventlet-0.9.14.tar.gz) = 219207d165176b12565e7f8f40aaadb2965814ce5935dba1097083d0f183bf28
+SIZE (eventlet-0.9.14.tar.gz) = 315519


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101251927.p0PJR9YR051327>