From 0b535274e9314ab8b10ef8b155c3657155c7c4a7 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 14 Aug 2015 20:26:32 +0000 Subject: Update to 15.3.0: Twisted Core 15.3.0 (2015-08-04) ================================ Features -------- - twisted.application.app is now ported to Python 3 (#6914) - twisted.plugin now supports Python 3 (#7182) - twisted.cred.checkers is now ported to Python 3. (#7834) - twisted.internet.unix is now ported to Python 3. (#7874) - twisted.python.sendmsg has now been ported to Python 3, using the stdlib sendmsg/recvmsg functionality when available. (#7884) - twisted.internet.protocol.Factory now uses the new logging system (twisted.logger) for all its logging statements. (#7897) - twisted.internet.stdio is now ported to Python 3. (#7899) - The isDocker method has been introduced on twisted.python.runtime.Platform to detect if the running Python is inside a Docker container. Additionally, Platform.supportsINotify() now returns False if isDocker() is True, because of many Docker storage layers having broken INotify. (#7968) Bugfixes -------- - twisted.logger.LogBeginner.beginLoggingTo now outputs the correct warning when it is called more than once. (#7916) Deprecations and Removals ------------------------- - twisted.cred.pamauth (providing PAM support) has been removed due to it being unusable in current supported Python versions. (#3728) - twisted.application.app.HotshotRunner (twistd's hotshot profiler module) is removed and twistd now uses cProfile by default. (#5137) - twisted.python.win32.getProgramsMenuPath and twisted.python.win32.getProgramFilesPath are now deprecated. (#7883) - twisted.lore has now been removed, in preference to Sphinx. (#7892) - Deprecated zsh tab-complete files are now removed in preference to twisted.python.usage's tab-complete functionality. (#7898) - twisted.python.hashlib, deprecated since 13.1, has now been removed. (#7905) - twisted.trial.runner.DryRunVisitor, deprecated in Twisted 13.0, has now been removed. (#7919) - twisted.trial.util.getPythonContainers, deprecated since Twisted 12.3, is now removed. (#7920) - Twisted no longer supports being packaged as subprojects. (#7964) Other ----- - #6136, #7035, #7803, #7817, #7827, #7844, #7876, #7906, #7908, #7915, #7931, #7940, #7967, #7983 Twisted Conch 15.3.0 (2015-08-04) ================================= Bugfixes -------- - The Conch Unix server now sets the HOME environment variable when executing commands. (#7936) Other ----- - #7937 Twisted Web 15.3.0 (2015-08-04) =============================== Features -------- - twisted.web.xmlrpc is now ported to Python 3. (#7795) - twisted.web.template and twisted.web.util are now ported to Python 3. (#7811) - twisted.web.error is now ported to Python 3. (#7845) Deprecations and Removals ------------------------- - twisted.web.html is now deprecated in favor of twisted.web.template. (#4948) Other ----- - #7895, #7942, #7949, #7952, #7975 --- net/py-twisted/Makefile.common | 4 +- net/py-twisted/PLIST | 153 ++++++----------------------------------- net/py-twisted/distinfo | 8 +-- 3 files changed, 27 insertions(+), 138 deletions(-) (limited to 'net') diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common index 790b5716af7..e4a13f8f4fa 100644 --- a/net/py-twisted/Makefile.common +++ b/net/py-twisted/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.22 2015/05/31 13:17:12 wiz Exp $ +# $NetBSD: Makefile.common,v 1.23 2015/08/14 20:26:32 wiz Exp $ # # used by net/py-twisted/Makefile # used by net/py-twisted-docs/Makefile -DISTNAME= Twisted-15.2.1 +DISTNAME= Twisted-15.3.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 b50ed4c53cb..a038963025a 100644 --- a/net/py-twisted/PLIST +++ b/net/py-twisted/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.17 2015/05/28 07:15:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.18 2015/08/14 20:26:32 wiz Exp $ bin/cftp bin/ckeygen bin/conch -bin/lore bin/mailmail bin/manhole bin/pyhtmlizer @@ -47,6 +46,9 @@ ${PYSITELIB}/twisted/application/test/__init__.pyo ${PYSITELIB}/twisted/application/test/test_internet.py ${PYSITELIB}/twisted/application/test/test_internet.pyc ${PYSITELIB}/twisted/application/test/test_internet.pyo +${PYSITELIB}/twisted/application/test/test_service.py +${PYSITELIB}/twisted/application/test/test_service.pyc +${PYSITELIB}/twisted/application/test/test_service.pyo ${PYSITELIB}/twisted/conch/__init__.py ${PYSITELIB}/twisted/conch/__init__.pyc ${PYSITELIB}/twisted/conch/__init__.pyo @@ -293,6 +295,9 @@ ${PYSITELIB}/twisted/conch/test/test_text.pyo ${PYSITELIB}/twisted/conch/test/test_transport.py ${PYSITELIB}/twisted/conch/test/test_transport.pyc ${PYSITELIB}/twisted/conch/test/test_transport.pyo +${PYSITELIB}/twisted/conch/test/test_unix.py +${PYSITELIB}/twisted/conch/test/test_unix.pyc +${PYSITELIB}/twisted/conch/test/test_unix.pyo ${PYSITELIB}/twisted/conch/test/test_userauth.py ${PYSITELIB}/twisted/conch/test/test_userauth.pyc ${PYSITELIB}/twisted/conch/test/test_userauth.pyo @@ -334,9 +339,6 @@ ${PYSITELIB}/twisted/cred/credentials.pyo ${PYSITELIB}/twisted/cred/error.py ${PYSITELIB}/twisted/cred/error.pyc ${PYSITELIB}/twisted/cred/error.pyo -${PYSITELIB}/twisted/cred/pamauth.py -${PYSITELIB}/twisted/cred/pamauth.pyc -${PYSITELIB}/twisted/cred/pamauth.pyo ${PYSITELIB}/twisted/cred/portal.py ${PYSITELIB}/twisted/cred/portal.pyc ${PYSITELIB}/twisted/cred/portal.pyo @@ -799,106 +801,6 @@ ${PYSITELIB}/twisted/logger/test/test_stdlib.pyo ${PYSITELIB}/twisted/logger/test/test_util.py ${PYSITELIB}/twisted/logger/test/test_util.pyc ${PYSITELIB}/twisted/logger/test/test_util.pyo -${PYSITELIB}/twisted/lore/__init__.py -${PYSITELIB}/twisted/lore/__init__.pyc -${PYSITELIB}/twisted/lore/__init__.pyo -${PYSITELIB}/twisted/lore/_version.py -${PYSITELIB}/twisted/lore/_version.pyc -${PYSITELIB}/twisted/lore/_version.pyo -${PYSITELIB}/twisted/lore/default.py -${PYSITELIB}/twisted/lore/default.pyc -${PYSITELIB}/twisted/lore/default.pyo -${PYSITELIB}/twisted/lore/docbook.py -${PYSITELIB}/twisted/lore/docbook.pyc -${PYSITELIB}/twisted/lore/docbook.pyo -${PYSITELIB}/twisted/lore/htmlbook.py -${PYSITELIB}/twisted/lore/htmlbook.pyc -${PYSITELIB}/twisted/lore/htmlbook.pyo -${PYSITELIB}/twisted/lore/indexer.py -${PYSITELIB}/twisted/lore/indexer.pyc -${PYSITELIB}/twisted/lore/indexer.pyo -${PYSITELIB}/twisted/lore/latex.py -${PYSITELIB}/twisted/lore/latex.pyc -${PYSITELIB}/twisted/lore/latex.pyo -${PYSITELIB}/twisted/lore/lint.py -${PYSITELIB}/twisted/lore/lint.pyc -${PYSITELIB}/twisted/lore/lint.pyo -${PYSITELIB}/twisted/lore/lmath.py -${PYSITELIB}/twisted/lore/lmath.pyc -${PYSITELIB}/twisted/lore/lmath.pyo -${PYSITELIB}/twisted/lore/man2lore.py -${PYSITELIB}/twisted/lore/man2lore.pyc -${PYSITELIB}/twisted/lore/man2lore.pyo -${PYSITELIB}/twisted/lore/numberer.py -${PYSITELIB}/twisted/lore/numberer.pyc -${PYSITELIB}/twisted/lore/numberer.pyo -${PYSITELIB}/twisted/lore/process.py -${PYSITELIB}/twisted/lore/process.pyc -${PYSITELIB}/twisted/lore/process.pyo -${PYSITELIB}/twisted/lore/scripts/__init__.py -${PYSITELIB}/twisted/lore/scripts/__init__.pyc -${PYSITELIB}/twisted/lore/scripts/__init__.pyo -${PYSITELIB}/twisted/lore/scripts/lore.py -${PYSITELIB}/twisted/lore/scripts/lore.pyc -${PYSITELIB}/twisted/lore/scripts/lore.pyo -${PYSITELIB}/twisted/lore/slides.py -${PYSITELIB}/twisted/lore/slides.pyc -${PYSITELIB}/twisted/lore/slides.pyo -${PYSITELIB}/twisted/lore/template.mgp -${PYSITELIB}/twisted/lore/test/__init__.py -${PYSITELIB}/twisted/lore/test/__init__.pyc -${PYSITELIB}/twisted/lore/test/__init__.pyo -${PYSITELIB}/twisted/lore/test/lore_index_file_out.html -${PYSITELIB}/twisted/lore/test/lore_index_file_out_multiple.html -${PYSITELIB}/twisted/lore/test/lore_index_file_unnumbered_out.html -${PYSITELIB}/twisted/lore/test/lore_index_test.xhtml -${PYSITELIB}/twisted/lore/test/lore_index_test2.xhtml -${PYSITELIB}/twisted/lore/test/lore_numbering_test_out.html -${PYSITELIB}/twisted/lore/test/lore_numbering_test_out2.html -${PYSITELIB}/twisted/lore/test/simple.html -${PYSITELIB}/twisted/lore/test/simple3.html -${PYSITELIB}/twisted/lore/test/simple4.html -${PYSITELIB}/twisted/lore/test/template.tpl -${PYSITELIB}/twisted/lore/test/test_docbook.py -${PYSITELIB}/twisted/lore/test/test_docbook.pyc -${PYSITELIB}/twisted/lore/test/test_docbook.pyo -${PYSITELIB}/twisted/lore/test/test_latex.py -${PYSITELIB}/twisted/lore/test/test_latex.pyc -${PYSITELIB}/twisted/lore/test/test_latex.pyo -${PYSITELIB}/twisted/lore/test/test_lint.py -${PYSITELIB}/twisted/lore/test/test_lint.pyc -${PYSITELIB}/twisted/lore/test/test_lint.pyo -${PYSITELIB}/twisted/lore/test/test_lmath.py -${PYSITELIB}/twisted/lore/test/test_lmath.pyc -${PYSITELIB}/twisted/lore/test/test_lmath.pyo -${PYSITELIB}/twisted/lore/test/test_lore.py -${PYSITELIB}/twisted/lore/test/test_lore.pyc -${PYSITELIB}/twisted/lore/test/test_lore.pyo -${PYSITELIB}/twisted/lore/test/test_man2lore.py -${PYSITELIB}/twisted/lore/test/test_man2lore.pyc -${PYSITELIB}/twisted/lore/test/test_man2lore.pyo -${PYSITELIB}/twisted/lore/test/test_scripts.py -${PYSITELIB}/twisted/lore/test/test_scripts.pyc -${PYSITELIB}/twisted/lore/test/test_scripts.pyo -${PYSITELIB}/twisted/lore/test/test_slides.py -${PYSITELIB}/twisted/lore/test/test_slides.pyc -${PYSITELIB}/twisted/lore/test/test_slides.pyo -${PYSITELIB}/twisted/lore/test/test_texi.py -${PYSITELIB}/twisted/lore/test/test_texi.pyc -${PYSITELIB}/twisted/lore/test/test_texi.pyo -${PYSITELIB}/twisted/lore/texi.py -${PYSITELIB}/twisted/lore/texi.pyc -${PYSITELIB}/twisted/lore/texi.pyo -${PYSITELIB}/twisted/lore/topfiles/NEWS -${PYSITELIB}/twisted/lore/topfiles/README -${PYSITELIB}/twisted/lore/tree.py -${PYSITELIB}/twisted/lore/tree.pyc -${PYSITELIB}/twisted/lore/tree.pyo -${PYSITELIB}/twisted/lore/xhtml-lat1.ent -${PYSITELIB}/twisted/lore/xhtml-special.ent -${PYSITELIB}/twisted/lore/xhtml-symbol.ent -${PYSITELIB}/twisted/lore/xhtml1-strict.dtd -${PYSITELIB}/twisted/lore/xhtml1-transitional.dtd ${PYSITELIB}/twisted/mail/__init__.py ${PYSITELIB}/twisted/mail/__init__.pyc ${PYSITELIB}/twisted/mail/__init__.pyo @@ -1252,9 +1154,6 @@ ${PYSITELIB}/twisted/plugins/twisted_ftp.pyo ${PYSITELIB}/twisted/plugins/twisted_inet.py ${PYSITELIB}/twisted/plugins/twisted_inet.pyc ${PYSITELIB}/twisted/plugins/twisted_inet.pyo -${PYSITELIB}/twisted/plugins/twisted_lore.py -${PYSITELIB}/twisted/plugins/twisted_lore.pyc -${PYSITELIB}/twisted/plugins/twisted_lore.pyo ${PYSITELIB}/twisted/plugins/twisted_mail.py ${PYSITELIB}/twisted/plugins/twisted_mail.pyc ${PYSITELIB}/twisted/plugins/twisted_mail.pyo @@ -1421,6 +1320,8 @@ ${PYSITELIB}/twisted/python/_inotify.pyo ${PYSITELIB}/twisted/python/_release.py ${PYSITELIB}/twisted/python/_release.pyc ${PYSITELIB}/twisted/python/_release.pyo +${PYSITELIB}/twisted/python/_sendmsg.c +${PYSITELIB}/twisted/python/_sendmsg.so ${PYSITELIB}/twisted/python/_shellcomp.py ${PYSITELIB}/twisted/python/_shellcomp.pyc ${PYSITELIB}/twisted/python/_shellcomp.pyo @@ -1466,9 +1367,6 @@ ${PYSITELIB}/twisted/python/finalize.pyo ${PYSITELIB}/twisted/python/formmethod.py ${PYSITELIB}/twisted/python/formmethod.pyc ${PYSITELIB}/twisted/python/formmethod.pyo -${PYSITELIB}/twisted/python/hashlib.py -${PYSITELIB}/twisted/python/hashlib.pyc -${PYSITELIB}/twisted/python/hashlib.pyo ${PYSITELIB}/twisted/python/hook.py ${PYSITELIB}/twisted/python/hook.pyc ${PYSITELIB}/twisted/python/hook.pyo @@ -1511,8 +1409,9 @@ ${PYSITELIB}/twisted/python/roots.pyo ${PYSITELIB}/twisted/python/runtime.py ${PYSITELIB}/twisted/python/runtime.pyc ${PYSITELIB}/twisted/python/runtime.pyo -${PYSITELIB}/twisted/python/sendmsg.c -${PYSITELIB}/twisted/python/sendmsg.so +${PYSITELIB}/twisted/python/sendmsg.py +${PYSITELIB}/twisted/python/sendmsg.pyc +${PYSITELIB}/twisted/python/sendmsg.pyo ${PYSITELIB}/twisted/python/shortcut.py ${PYSITELIB}/twisted/python/shortcut.pyc ${PYSITELIB}/twisted/python/shortcut.pyo @@ -1525,6 +1424,9 @@ ${PYSITELIB}/twisted/python/systemd.pyo ${PYSITELIB}/twisted/python/test/__init__.py ${PYSITELIB}/twisted/python/test/__init__.pyc ${PYSITELIB}/twisted/python/test/__init__.pyo +${PYSITELIB}/twisted/python/test/cmodulepullpipe.py +${PYSITELIB}/twisted/python/test/cmodulepullpipe.pyc +${PYSITELIB}/twisted/python/test/cmodulepullpipe.pyo ${PYSITELIB}/twisted/python/test/deprecatedattributes.py ${PYSITELIB}/twisted/python/test/deprecatedattributes.pyc ${PYSITELIB}/twisted/python/test/deprecatedattributes.pyo @@ -1552,9 +1454,6 @@ ${PYSITELIB}/twisted/python/test/test_dist3.pyo ${PYSITELIB}/twisted/python/test/test_fakepwd.py ${PYSITELIB}/twisted/python/test/test_fakepwd.pyc ${PYSITELIB}/twisted/python/test/test_fakepwd.pyo -${PYSITELIB}/twisted/python/test/test_hashlib.py -${PYSITELIB}/twisted/python/test/test_hashlib.pyc -${PYSITELIB}/twisted/python/test/test_hashlib.pyo ${PYSITELIB}/twisted/python/test/test_htmlizer.py ${PYSITELIB}/twisted/python/test/test_htmlizer.pyc ${PYSITELIB}/twisted/python/test/test_htmlizer.pyo @@ -1634,22 +1533,6 @@ ${PYSITELIB}/twisted/python/zippath.pyo ${PYSITELIB}/twisted/python/zipstream.py ${PYSITELIB}/twisted/python/zipstream.pyc ${PYSITELIB}/twisted/python/zipstream.pyo -${PYSITELIB}/twisted/python/zsh/README.txt -${PYSITELIB}/twisted/python/zsh/_cftp -${PYSITELIB}/twisted/python/zsh/_ckeygen -${PYSITELIB}/twisted/python/zsh/_conch -${PYSITELIB}/twisted/python/zsh/_lore -${PYSITELIB}/twisted/python/zsh/_manhole -${PYSITELIB}/twisted/python/zsh/_mktap -${PYSITELIB}/twisted/python/zsh/_pyhtmlizer -${PYSITELIB}/twisted/python/zsh/_tap2deb -${PYSITELIB}/twisted/python/zsh/_tap2rpm -${PYSITELIB}/twisted/python/zsh/_tapconvert -${PYSITELIB}/twisted/python/zsh/_tkconch -${PYSITELIB}/twisted/python/zsh/_tkmktap -${PYSITELIB}/twisted/python/zsh/_trial -${PYSITELIB}/twisted/python/zsh/_twistd -${PYSITELIB}/twisted/python/zsh/_websetroot ${PYSITELIB}/twisted/runner/__init__.py ${PYSITELIB}/twisted/runner/__init__.pyc ${PYSITELIB}/twisted/runner/__init__.pyo @@ -2423,6 +2306,9 @@ ${PYSITELIB}/twisted/web/test/test_error.pyo ${PYSITELIB}/twisted/web/test/test_flatten.py ${PYSITELIB}/twisted/web/test/test_flatten.pyc ${PYSITELIB}/twisted/web/test/test_flatten.pyo +${PYSITELIB}/twisted/web/test/test_html.py +${PYSITELIB}/twisted/web/test/test_html.pyc +${PYSITELIB}/twisted/web/test/test_html.pyo ${PYSITELIB}/twisted/web/test/test_http.py ${PYSITELIB}/twisted/web/test/test_http.pyc ${PYSITELIB}/twisted/web/test/test_http.pyo @@ -2468,6 +2354,9 @@ ${PYSITELIB}/twisted/web/test/test_vhost.pyo ${PYSITELIB}/twisted/web/test/test_web.py ${PYSITELIB}/twisted/web/test/test_web.pyc ${PYSITELIB}/twisted/web/test/test_web.pyo +${PYSITELIB}/twisted/web/test/test_web__responses.py +${PYSITELIB}/twisted/web/test/test_web__responses.pyc +${PYSITELIB}/twisted/web/test/test_web__responses.pyo ${PYSITELIB}/twisted/web/test/test_webclient.py ${PYSITELIB}/twisted/web/test/test_webclient.pyc ${PYSITELIB}/twisted/web/test/test_webclient.pyo diff --git a/net/py-twisted/distinfo b/net/py-twisted/distinfo index 1e86bf3e889..1c036a8ee6f 100644 --- a/net/py-twisted/distinfo +++ b/net/py-twisted/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2015/05/31 13:17:12 wiz Exp $ +$NetBSD: distinfo,v 1.21 2015/08/14 20:26:32 wiz Exp $ -SHA1 (Twisted-15.2.1.tar.bz2) = c24b07daa5ff505ee499ec760cf4e1213112bd8f -RMD160 (Twisted-15.2.1.tar.bz2) = 5a96cd4675857577cadd3fbe5449ba496f5778e2 -Size (Twisted-15.2.1.tar.bz2) = 4563244 bytes +SHA1 (Twisted-15.3.0.tar.bz2) = 1932cc62ac038cce1624f3aa1c893bd83afe0f32 +RMD160 (Twisted-15.3.0.tar.bz2) = 34dfbb6c9018dc10623e712b3c3ac751d177b94a +Size (Twisted-15.3.0.tar.bz2) = 4432408 bytes SHA1 (patch-ab) = 26495e5abd57025e915b923cc7089704bbd85629 -- cgit v1.2.3