summaryrefslogtreecommitdiff
path: root/net/py-twisted
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-11-13 07:06:58 +0000
committeradam <adam@pkgsrc.org>2013-11-13 07:06:58 +0000
commitfac4c4cc7a0c1ca224737dd46d087f45b3fbdbf1 (patch)
treecc4335795c9ee7e3a4c80750f8c93a1580fa856b /net/py-twisted
parent3bf4b906114122b28df268be184a91445f236357 (diff)
downloadpkgsrc-fac4c4cc7a0c1ca224737dd46d087f45b3fbdbf1.tar.gz
Changes 13.2.0:
* Twisted now includes a HostnameEndpoint implementation which uses IPv4 and IPv6 in parallel, speeding up the connection by using whichever connects first (the 'Happy Eyeballs'/RFC 6555 algorithm). * Improved support for Cancellable Deferreds by kaizhang, our GSoC student. * Improved Twisted.Mail documentation by shira, our Outreach Program for Women intern. * twistd now waits for the application to start successfully before exiting after daemonization. * SSL server endpoint string descriptions now support the specification of chain certificates. * Over 70 closed tickets since 13.1.0.
Diffstat (limited to 'net/py-twisted')
-rw-r--r--net/py-twisted/Makefile.common4
-rw-r--r--net/py-twisted/PLIST15
-rw-r--r--net/py-twisted/distinfo8
3 files changed, 20 insertions, 7 deletions
diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common
index 3669e3b3910..0b47c29e725 100644
--- a/net/py-twisted/Makefile.common
+++ b/net/py-twisted/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.12 2013/08/13 17:47:41 adam Exp $
+# $NetBSD: Makefile.common,v 1.13 2013/11/13 07:06:58 adam Exp $
# used by net/py-twisted/Makefile
# used by net/py-twisted-docs/Makefile
-DISTNAME= Twisted-13.1.0
+DISTNAME= Twisted-13.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 ea911fceef0..6063db1062a 100644
--- a/net/py-twisted/PLIST
+++ b/net/py-twisted/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2013/08/13 17:47:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2013/11/13 07:06:58 adam Exp $
bin/cftp
bin/ckeygen
bin/conch
@@ -534,6 +534,7 @@ ${PYSITELIB}/twisted/internet/test/_win32ifaces.pyo
${PYSITELIB}/twisted/internet/test/connectionmixins.py
${PYSITELIB}/twisted/internet/test/connectionmixins.pyc
${PYSITELIB}/twisted/internet/test/connectionmixins.pyo
+${PYSITELIB}/twisted/internet/test/fake_CAs/chain.pem
${PYSITELIB}/twisted/internet/test/fake_CAs/not-a-certificate
${PYSITELIB}/twisted/internet/test/fake_CAs/thing1.pem
${PYSITELIB}/twisted/internet/test/fake_CAs/thing2-duplicate.pem
@@ -769,6 +770,9 @@ ${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
@@ -979,6 +983,9 @@ ${PYSITELIB}/twisted/names/test/test_hosts.pyo
${PYSITELIB}/twisted/names/test/test_names.py
${PYSITELIB}/twisted/names/test/test_names.pyc
${PYSITELIB}/twisted/names/test/test_names.pyo
+${PYSITELIB}/twisted/names/test/test_resolve.py
+${PYSITELIB}/twisted/names/test/test_resolve.pyc
+${PYSITELIB}/twisted/names/test/test_resolve.pyo
${PYSITELIB}/twisted/names/test/test_rootresolve.py
${PYSITELIB}/twisted/names/test/test_rootresolve.pyc
${PYSITELIB}/twisted/names/test/test_rootresolve.pyo
@@ -1541,6 +1548,9 @@ ${PYSITELIB}/twisted/scripts/test/__init__.pyo
${PYSITELIB}/twisted/scripts/test/test_scripts.py
${PYSITELIB}/twisted/scripts/test/test_scripts.pyc
${PYSITELIB}/twisted/scripts/test/test_scripts.pyo
+${PYSITELIB}/twisted/scripts/test/test_tap2deb.py
+${PYSITELIB}/twisted/scripts/test/test_tap2deb.pyc
+${PYSITELIB}/twisted/scripts/test/test_tap2deb.pyo
${PYSITELIB}/twisted/scripts/test/test_tap2rpm.py
${PYSITELIB}/twisted/scripts/test/test_tap2rpm.pyc
${PYSITELIB}/twisted/scripts/test/test_tap2rpm.pyo
@@ -2057,6 +2067,9 @@ ${PYSITELIB}/twisted/trial/test/moduletest.pyo
${PYSITELIB}/twisted/trial/test/novars.py
${PYSITELIB}/twisted/trial/test/novars.pyc
${PYSITELIB}/twisted/trial/test/novars.pyo
+${PYSITELIB}/twisted/trial/test/ordertests.py
+${PYSITELIB}/twisted/trial/test/ordertests.pyc
+${PYSITELIB}/twisted/trial/test/ordertests.pyo
${PYSITELIB}/twisted/trial/test/packages.py
${PYSITELIB}/twisted/trial/test/packages.pyc
${PYSITELIB}/twisted/trial/test/packages.pyo
diff --git a/net/py-twisted/distinfo b/net/py-twisted/distinfo
index db2cecdf32a..be0d4049544 100644
--- a/net/py-twisted/distinfo
+++ b/net/py-twisted/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2013/08/13 17:47:41 adam Exp $
+$NetBSD: distinfo,v 1.13 2013/11/13 07:06:58 adam Exp $
-SHA1 (Twisted-13.1.0.tar.bz2) = 7f6e07b8098b248157ac26378fafa9e018f279a7
-RMD160 (Twisted-13.1.0.tar.bz2) = fb4e6c4cbdd7a32d3702544c27beb75737241b57
-Size (Twisted-13.1.0.tar.bz2) = 2678426 bytes
+SHA1 (Twisted-13.2.0.tar.bz2) = e1d43645fd3d84dc2867f36b60d2e469a71eb01d
+RMD160 (Twisted-13.2.0.tar.bz2) = e74ea62d7074bbdc03f411acf77b1bf40691f37c
+Size (Twisted-13.2.0.tar.bz2) = 2704819 bytes
SHA1 (patch-ab) = 26495e5abd57025e915b923cc7089704bbd85629