From 84231cc54f9327794a0aeee6afaac3145545fd17 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 23 May 2016 16:54:19 +0000 Subject: Updated py-twisted to 16.2.0. Twisted 16.2 Released On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 16.2! Just in time for PyCon US, this release brings a few headlining features (like the haproxy endpoint) and the continuation of the modernisation of the codebase. More Python 3, less deprecated code, what's not to like? twisted.protocols.haproxy.proxyEndpoint, a wrapper endpoint that gives some extra information to the wrapped protocols passed by haproxy; Migration of twistd and other twisted.application.app users to the new logging system (twisted.logger); Porting of parts of Twisted Names' server to Python 3; The removal of the very old MSN client code and the deprecation of the unmaintained ICQ/OSCAR client code; More cleanups in Conch in preparation for a Python 3 port and cleanups in HTTP code in preparation for HTTP/2 support; Over thirty tickets overall closed since 16.1. --- net/py-twisted/Makefile.common | 4 +-- net/py-twisted/PLIST | 77 +++++++++++++++++++++++++++++++----------- net/py-twisted/distinfo | 10 +++--- 3 files changed, 65 insertions(+), 26 deletions(-) (limited to 'net') diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common index a4f4f938c07..54aa9cf1ecd 100644 --- a/net/py-twisted/Makefile.common +++ b/net/py-twisted/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.27 2016/04/13 19:44:49 wiz Exp $ +# $NetBSD: Makefile.common,v 1.28 2016/05/23 16:54:19 wiz Exp $ # # used by net/py-twisted/Makefile # used by net/py-twisted-docs/Makefile -DISTNAME= Twisted-16.1.1 +DISTNAME= Twisted-16.2.0 CATEGORIES= net python MASTER_SITES= http://twistedmatrix.com/Releases/Twisted/${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/py-twisted/PLIST b/net/py-twisted/PLIST index ec8bdf5e932..a28804b1e05 100644 --- a/net/py-twisted/PLIST +++ b/net/py-twisted/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2016/04/13 19:44:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.22 2016/05/23 16:54:19 wiz Exp $ bin/cftp bin/ckeygen bin/conch @@ -554,9 +554,6 @@ ${PYSITELIB}/twisted/internet/protocol.pyo ${PYSITELIB}/twisted/internet/pyuisupport.py ${PYSITELIB}/twisted/internet/pyuisupport.pyc ${PYSITELIB}/twisted/internet/pyuisupport.pyo -${PYSITELIB}/twisted/internet/qtreactor.py -${PYSITELIB}/twisted/internet/qtreactor.pyc -${PYSITELIB}/twisted/internet/qtreactor.pyo ${PYSITELIB}/twisted/internet/reactor.py ${PYSITELIB}/twisted/internet/reactor.pyc ${PYSITELIB}/twisted/internet/reactor.pyo @@ -685,9 +682,6 @@ ${PYSITELIB}/twisted/internet/test/test_process.pyo ${PYSITELIB}/twisted/internet/test/test_protocol.py ${PYSITELIB}/twisted/internet/test/test_protocol.pyc ${PYSITELIB}/twisted/internet/test/test_protocol.pyo -${PYSITELIB}/twisted/internet/test/test_qtreactor.py -${PYSITELIB}/twisted/internet/test/test_qtreactor.pyc -${PYSITELIB}/twisted/internet/test/test_qtreactor.pyo ${PYSITELIB}/twisted/internet/test/test_serialport.py ${PYSITELIB}/twisted/internet/test/test_serialport.pyc ${PYSITELIB}/twisted/internet/test/test_serialport.pyo @@ -1186,9 +1180,6 @@ ${PYSITELIB}/twisted/plugins/twisted_news.pyo ${PYSITELIB}/twisted/plugins/twisted_portforward.py ${PYSITELIB}/twisted/plugins/twisted_portforward.pyc ${PYSITELIB}/twisted/plugins/twisted_portforward.pyo -${PYSITELIB}/twisted/plugins/twisted_qtstub.py -${PYSITELIB}/twisted/plugins/twisted_qtstub.pyc -${PYSITELIB}/twisted/plugins/twisted_qtstub.pyo ${PYSITELIB}/twisted/plugins/twisted_reactors.py ${PYSITELIB}/twisted/plugins/twisted_reactors.pyc ${PYSITELIB}/twisted/plugins/twisted_reactors.pyo @@ -1267,6 +1258,45 @@ ${PYSITELIB}/twisted/protocols/gps/nmea.pyo ${PYSITELIB}/twisted/protocols/gps/rockwell.py ${PYSITELIB}/twisted/protocols/gps/rockwell.pyc ${PYSITELIB}/twisted/protocols/gps/rockwell.pyo +${PYSITELIB}/twisted/protocols/haproxy/__init__.py +${PYSITELIB}/twisted/protocols/haproxy/__init__.pyc +${PYSITELIB}/twisted/protocols/haproxy/__init__.pyo +${PYSITELIB}/twisted/protocols/haproxy/_exceptions.py +${PYSITELIB}/twisted/protocols/haproxy/_exceptions.pyc +${PYSITELIB}/twisted/protocols/haproxy/_exceptions.pyo +${PYSITELIB}/twisted/protocols/haproxy/_info.py +${PYSITELIB}/twisted/protocols/haproxy/_info.pyc +${PYSITELIB}/twisted/protocols/haproxy/_info.pyo +${PYSITELIB}/twisted/protocols/haproxy/_interfaces.py +${PYSITELIB}/twisted/protocols/haproxy/_interfaces.pyc +${PYSITELIB}/twisted/protocols/haproxy/_interfaces.pyo +${PYSITELIB}/twisted/protocols/haproxy/_parser.py +${PYSITELIB}/twisted/protocols/haproxy/_parser.pyc +${PYSITELIB}/twisted/protocols/haproxy/_parser.pyo +${PYSITELIB}/twisted/protocols/haproxy/_v1parser.py +${PYSITELIB}/twisted/protocols/haproxy/_v1parser.pyc +${PYSITELIB}/twisted/protocols/haproxy/_v1parser.pyo +${PYSITELIB}/twisted/protocols/haproxy/_v2parser.py +${PYSITELIB}/twisted/protocols/haproxy/_v2parser.pyc +${PYSITELIB}/twisted/protocols/haproxy/_v2parser.pyo +${PYSITELIB}/twisted/protocols/haproxy/_wrapper.py +${PYSITELIB}/twisted/protocols/haproxy/_wrapper.pyc +${PYSITELIB}/twisted/protocols/haproxy/_wrapper.pyo +${PYSITELIB}/twisted/protocols/haproxy/test/__init__.py +${PYSITELIB}/twisted/protocols/haproxy/test/__init__.pyc +${PYSITELIB}/twisted/protocols/haproxy/test/__init__.pyo +${PYSITELIB}/twisted/protocols/haproxy/test/test_parser.py +${PYSITELIB}/twisted/protocols/haproxy/test/test_parser.pyc +${PYSITELIB}/twisted/protocols/haproxy/test/test_parser.pyo +${PYSITELIB}/twisted/protocols/haproxy/test/test_v1parser.py +${PYSITELIB}/twisted/protocols/haproxy/test/test_v1parser.pyc +${PYSITELIB}/twisted/protocols/haproxy/test/test_v1parser.pyo +${PYSITELIB}/twisted/protocols/haproxy/test/test_v2parser.py +${PYSITELIB}/twisted/protocols/haproxy/test/test_v2parser.pyc +${PYSITELIB}/twisted/protocols/haproxy/test/test_v2parser.pyo +${PYSITELIB}/twisted/protocols/haproxy/test/test_wrapper.py +${PYSITELIB}/twisted/protocols/haproxy/test/test_wrapper.pyc +${PYSITELIB}/twisted/protocols/haproxy/test/test_wrapper.pyo ${PYSITELIB}/twisted/protocols/htb.py ${PYSITELIB}/twisted/protocols/htb.pyc ${PYSITELIB}/twisted/protocols/htb.pyo @@ -1336,6 +1366,9 @@ ${PYSITELIB}/twisted/python/_appdirs.pyo ${PYSITELIB}/twisted/python/_inotify.py ${PYSITELIB}/twisted/python/_inotify.pyc ${PYSITELIB}/twisted/python/_inotify.pyo +${PYSITELIB}/twisted/python/_oldstyle.py +${PYSITELIB}/twisted/python/_oldstyle.pyc +${PYSITELIB}/twisted/python/_oldstyle.pyo ${PYSITELIB}/twisted/python/_release.py ${PYSITELIB}/twisted/python/_release.pyc ${PYSITELIB}/twisted/python/_release.pyo @@ -1587,6 +1620,12 @@ ${PYSITELIB}/twisted/runner/procmontap.pyo ${PYSITELIB}/twisted/runner/test/__init__.py ${PYSITELIB}/twisted/runner/test/__init__.pyc ${PYSITELIB}/twisted/runner/test/__init__.pyo +${PYSITELIB}/twisted/runner/test/test_inetdconf.py +${PYSITELIB}/twisted/runner/test/test_inetdconf.pyc +${PYSITELIB}/twisted/runner/test/test_inetdconf.pyo +${PYSITELIB}/twisted/runner/test/test_inetdtap.py +${PYSITELIB}/twisted/runner/test/test_inetdtap.pyc +${PYSITELIB}/twisted/runner/test/test_inetdtap.pyo ${PYSITELIB}/twisted/runner/test/test_procmon.py ${PYSITELIB}/twisted/runner/test/test_procmon.pyc ${PYSITELIB}/twisted/runner/test/test_procmon.pyo @@ -1690,9 +1729,6 @@ ${PYSITELIB}/twisted/tap/telnet.pyo ${PYSITELIB}/twisted/test/__init__.py ${PYSITELIB}/twisted/test/__init__.pyc ${PYSITELIB}/twisted/test/__init__.pyo -${PYSITELIB}/twisted/test/_preamble.py -${PYSITELIB}/twisted/test/_preamble.pyc -${PYSITELIB}/twisted/test/_preamble.pyo ${PYSITELIB}/twisted/test/crash_test_dummy.py ${PYSITELIB}/twisted/test/crash_test_dummy.pyc ${PYSITELIB}/twisted/test/crash_test_dummy.pyo @@ -1726,6 +1762,12 @@ ${PYSITELIB}/twisted/test/process_echoer.pyo ${PYSITELIB}/twisted/test/process_fds.py ${PYSITELIB}/twisted/test/process_fds.pyc ${PYSITELIB}/twisted/test/process_fds.pyo +${PYSITELIB}/twisted/test/process_getargv.py +${PYSITELIB}/twisted/test/process_getargv.pyc +${PYSITELIB}/twisted/test/process_getargv.pyo +${PYSITELIB}/twisted/test/process_getenv.py +${PYSITELIB}/twisted/test/process_getenv.pyc +${PYSITELIB}/twisted/test/process_getenv.pyo ${PYSITELIB}/twisted/test/process_linger.py ${PYSITELIB}/twisted/test/process_linger.pyc ${PYSITELIB}/twisted/test/process_linger.pyo @@ -1901,6 +1943,9 @@ ${PYSITELIB}/twisted/test/test_monkey.pyo ${PYSITELIB}/twisted/test/test_nmea.py ${PYSITELIB}/twisted/test/test_nmea.pyc ${PYSITELIB}/twisted/test/test_nmea.pyo +${PYSITELIB}/twisted/test/test_nooldstyle.py +${PYSITELIB}/twisted/test/test_nooldstyle.pyc +${PYSITELIB}/twisted/test/test_nooldstyle.pyo ${PYSITELIB}/twisted/test/test_paths.py ${PYSITELIB}/twisted/test/test_paths.pyc ${PYSITELIB}/twisted/test/test_paths.pyo @@ -2469,9 +2514,6 @@ ${PYSITELIB}/twisted/words/protocols/jabber/xmlstream.pyo ${PYSITELIB}/twisted/words/protocols/jabber/xmpp_stringprep.py ${PYSITELIB}/twisted/words/protocols/jabber/xmpp_stringprep.pyc ${PYSITELIB}/twisted/words/protocols/jabber/xmpp_stringprep.pyo -${PYSITELIB}/twisted/words/protocols/msn.py -${PYSITELIB}/twisted/words/protocols/msn.pyc -${PYSITELIB}/twisted/words/protocols/msn.pyo ${PYSITELIB}/twisted/words/protocols/oscar.py ${PYSITELIB}/twisted/words/protocols/oscar.pyc ${PYSITELIB}/twisted/words/protocols/oscar.pyo @@ -2529,9 +2571,6 @@ ${PYSITELIB}/twisted/words/test/test_jabberxmlstream.pyo ${PYSITELIB}/twisted/words/test/test_jabberxmppstringprep.py ${PYSITELIB}/twisted/words/test/test_jabberxmppstringprep.pyc ${PYSITELIB}/twisted/words/test/test_jabberxmppstringprep.pyo -${PYSITELIB}/twisted/words/test/test_msn.py -${PYSITELIB}/twisted/words/test/test_msn.pyc -${PYSITELIB}/twisted/words/test/test_msn.pyo ${PYSITELIB}/twisted/words/test/test_oscar.py ${PYSITELIB}/twisted/words/test/test_oscar.pyc ${PYSITELIB}/twisted/words/test/test_oscar.pyo diff --git a/net/py-twisted/distinfo b/net/py-twisted/distinfo index b29faeb8ffe..a57259fa0ab 100644 --- a/net/py-twisted/distinfo +++ b/net/py-twisted/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.25 2016/04/13 19:44:49 wiz Exp $ +$NetBSD: distinfo,v 1.26 2016/05/23 16:54:19 wiz Exp $ -SHA1 (Twisted-16.1.1.tar.bz2) = 202449e218600f7c21c6cf66a00b68b59bedb7d2 -RMD160 (Twisted-16.1.1.tar.bz2) = c749b42027a84605b3476f5538aecc2c90c29693 -SHA512 (Twisted-16.1.1.tar.bz2) = 2a7e9eddace9f8025c5a2150e09d8154c9751235e7c5fe8a6fbcdc6121e3c77d7c954a1f226d37265d90ad19a02cfcba87150a6ae8226861143e3556bbe03c9b -Size (Twisted-16.1.1.tar.bz2) = 2938611 bytes +SHA1 (Twisted-16.2.0.tar.bz2) = 2f32d725b44106c4124840beb5d25aa32dc45652 +RMD160 (Twisted-16.2.0.tar.bz2) = 63ccfddd4bf9946e07a0c25589c5f6591292d62c +SHA512 (Twisted-16.2.0.tar.bz2) = a1942c15a84946e8bd4833801fffe7be01443560209972e10043262fd17a73c5d0c50592bd037130b6a1de08d7223cbdc1e2398c8c67f559d42e3e8ec81df840 +Size (Twisted-16.2.0.tar.bz2) = 2942537 bytes SHA1 (patch-ab) = 26495e5abd57025e915b923cc7089704bbd85629 -- cgit v1.2.3