dnspython 1.11.0 has is missing a definition of retry_servfail which occasionally causes code using this module to crash. Could we please update to 1.11.1? Fix: Please see the attached patch. How-To-Repeat: Here's the github issue: https://github.com/rthalley/dnspython/issues/31 "NameError: global name 'retry_servfail' is not defined"
Responsible Changed From-To: freebsd-ports-bugs->rm Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: rm->wg I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: wg Date: Sat Nov 2 22:22:52 2013 New Revision: 332546 URL: http://svnweb.freebsd.org/changeset/ports/332546 Log: dns/py-dnspython: update to 1.11.1 PR: oorts/182586 Submitted by: Craig Leres <leres ee.lbl.gov> Approved by: maintainer (timeout) Modified: head/dns/py-dnspython/Makefile head/dns/py-dnspython/distinfo Modified: head/dns/py-dnspython/Makefile ============================================================================== --- head/dns/py-dnspython/Makefile Sat Nov 2 22:18:38 2013 (r332545) +++ head/dns/py-dnspython/Makefile Sat Nov 2 22:22:52 2013 (r332546) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnspython -PORTVERSION= 1.11.0 +PORTVERSION= 1.11.1 CATEGORIES= dns python MASTER_SITES= http://www.dnspython.org/kits${PORTVERSIONSUFFIX}/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/py-dnspython/distinfo ============================================================================== --- head/dns/py-dnspython/distinfo Sat Nov 2 22:18:38 2013 (r332545) +++ head/dns/py-dnspython/distinfo Sat Nov 2 22:22:52 2013 (r332546) @@ -1,4 +1,2 @@ -SHA256 (dnspython-1.11.0.tar.gz) = 10adadf4711810222afd431eb3959606d5c8c3641a438a305476d387e2205e3b -SIZE (dnspython-1.11.0.tar.gz) = 129045 -SHA256 (dnspython3-1.11.0.tar.gz) = 29c64f12b91a98d359a3449f3f83a1dbe9c3b7927f773cba27391509d712ae17 -SIZE (dnspython3-1.11.0.tar.gz) = 128451 +SHA256 (dnspython-1.11.1.tar.gz) = c0c6fcf3ff52939e7eadd931282d083271f65cf0a174555a703563a400289768 +SIZE (dnspython-1.11.1.tar.gz) = 129573 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"