summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2015-09-06 20:35:58 +0000
committerwiz <wiz>2015-09-06 20:35:58 +0000
commit5ad7686832c4337c3e9cd442cec1de465e127d9d (patch)
tree83f6debba063690c7305d454f8210d6935afdcbe /net
parent5a69fac665143eabbd0ef7edb121664d2fba2294 (diff)
downloadpkgsrc-5ad7686832c4337c3e9cd442cec1de465e127d9d.tar.gz
Update to 15.4.0:
Twisted Core 15.4.0 (2015-09-04) ================================ Features -------- - Trial has been ported to Python 3. (#5965) - Twisted now requires setuptools for installation. (#7177) - twisted.internet.endpoints.clientFromString is now ported to Python 3. (#7973) - twisted.internet._sslverify now uses SHA256 instead of MD5 for certificate request signing by default. (#7979) - twisted.internet.endpoints.serverFromString is now ported to Python 3. (#7982) - twisted.positioning is now ported to Python 3. (#7987) - twisted.python.failure.Failure's __repr__ now includes the exception message. (#8004) Bugfixes -------- - fixed a bug which could lead to a hang at shutdown in twisted.python.threadpool. (#2673) - twisted.internet.kqreactor on Python 3 now supports EINTR (Control-C) gracefully. (#7887) - Fix a bug introduced in 15.3.0; pickling a lambda function after importing twisted.persisted.styles raises PicklingError rather than AttributeError. (#7989) Other ----- - #7902, #7980, #7990, #7992 Twisted Web 15.4.0 (2015-09-04) =============================== Features -------- - twisted.web.proxy is now ported to Python 3. (#7939) - twisted.web.guard is now ported to Python 3. (#7974) Bugfixes -------- - twisted.web.http.Request.setResponseCode now only allows bytes messages. (#7981) - twisted.web.server.Request.processingFailed will now correctly write out the traceback on Python 3. (#7996)
Diffstat (limited to 'net')
-rw-r--r--net/py-twisted/Makefile.common4
-rw-r--r--net/py-twisted/PLIST41
-rw-r--r--net/py-twisted/distinfo8
3 files changed, 46 insertions, 7 deletions
diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common
index e4a13f8f4fa..33558900d4b 100644
--- a/net/py-twisted/Makefile.common
+++ b/net/py-twisted/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.23 2015/08/14 20:26:32 wiz Exp $
+# $NetBSD: Makefile.common,v 1.24 2015/09/06 20:35:58 wiz Exp $
#
# used by net/py-twisted/Makefile
# used by net/py-twisted-docs/Makefile
-DISTNAME= Twisted-15.3.0
+DISTNAME= Twisted-15.4.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 a038963025a..6dc5e2a9d2a 100644
--- a/net/py-twisted/PLIST
+++ b/net/py-twisted/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2015/08/14 20:26:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2015/09/06 20:35:58 wiz Exp $
bin/cftp
bin/ckeygen
bin/conch
@@ -19,6 +19,42 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/twisted/__init__.py
${PYSITELIB}/twisted/__init__.pyc
${PYSITELIB}/twisted/__init__.pyo
+${PYSITELIB}/twisted/_threads/__init__.py
+${PYSITELIB}/twisted/_threads/__init__.pyc
+${PYSITELIB}/twisted/_threads/__init__.pyo
+${PYSITELIB}/twisted/_threads/_convenience.py
+${PYSITELIB}/twisted/_threads/_convenience.pyc
+${PYSITELIB}/twisted/_threads/_convenience.pyo
+${PYSITELIB}/twisted/_threads/_ithreads.py
+${PYSITELIB}/twisted/_threads/_ithreads.pyc
+${PYSITELIB}/twisted/_threads/_ithreads.pyo
+${PYSITELIB}/twisted/_threads/_memory.py
+${PYSITELIB}/twisted/_threads/_memory.pyc
+${PYSITELIB}/twisted/_threads/_memory.pyo
+${PYSITELIB}/twisted/_threads/_pool.py
+${PYSITELIB}/twisted/_threads/_pool.pyc
+${PYSITELIB}/twisted/_threads/_pool.pyo
+${PYSITELIB}/twisted/_threads/_team.py
+${PYSITELIB}/twisted/_threads/_team.pyc
+${PYSITELIB}/twisted/_threads/_team.pyo
+${PYSITELIB}/twisted/_threads/_threadworker.py
+${PYSITELIB}/twisted/_threads/_threadworker.pyc
+${PYSITELIB}/twisted/_threads/_threadworker.pyo
+${PYSITELIB}/twisted/_threads/test/__init__.py
+${PYSITELIB}/twisted/_threads/test/__init__.pyc
+${PYSITELIB}/twisted/_threads/test/__init__.pyo
+${PYSITELIB}/twisted/_threads/test/test_convenience.py
+${PYSITELIB}/twisted/_threads/test/test_convenience.pyc
+${PYSITELIB}/twisted/_threads/test/test_convenience.pyo
+${PYSITELIB}/twisted/_threads/test/test_memory.py
+${PYSITELIB}/twisted/_threads/test/test_memory.pyc
+${PYSITELIB}/twisted/_threads/test/test_memory.pyo
+${PYSITELIB}/twisted/_threads/test/test_team.py
+${PYSITELIB}/twisted/_threads/test/test_team.pyc
+${PYSITELIB}/twisted/_threads/test/test_team.pyo
+${PYSITELIB}/twisted/_threads/test/test_threadworker.py
+${PYSITELIB}/twisted/_threads/test/test_threadworker.pyc
+${PYSITELIB}/twisted/_threads/test/test_threadworker.pyo
${PYSITELIB}/twisted/_version.py
${PYSITELIB}/twisted/_version.pyc
${PYSITELIB}/twisted/_version.pyo
@@ -627,6 +663,9 @@ ${PYSITELIB}/twisted/internet/test/test_inotify.pyo
${PYSITELIB}/twisted/internet/test/test_iocp.py
${PYSITELIB}/twisted/internet/test/test_iocp.pyc
${PYSITELIB}/twisted/internet/test/test_iocp.pyo
+${PYSITELIB}/twisted/internet/test/test_kqueuereactor.py
+${PYSITELIB}/twisted/internet/test/test_kqueuereactor.pyc
+${PYSITELIB}/twisted/internet/test/test_kqueuereactor.pyo
${PYSITELIB}/twisted/internet/test/test_main.py
${PYSITELIB}/twisted/internet/test/test_main.pyc
${PYSITELIB}/twisted/internet/test/test_main.pyo
diff --git a/net/py-twisted/distinfo b/net/py-twisted/distinfo
index 1c036a8ee6f..d03e7f6087b 100644
--- a/net/py-twisted/distinfo
+++ b/net/py-twisted/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2015/08/14 20:26:32 wiz Exp $
+$NetBSD: distinfo,v 1.22 2015/09/06 20:35:58 wiz Exp $
-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 (Twisted-15.4.0.tar.bz2) = eb3607f58ac3d046fa38f513e15a68544f038c58
+RMD160 (Twisted-15.4.0.tar.bz2) = 2c18608b6b5ce297941a121b60b79a65a7be2ea3
+Size (Twisted-15.4.0.tar.bz2) = 3116400 bytes
SHA1 (patch-ab) = 26495e5abd57025e915b923cc7089704bbd85629