pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-twisted Changes 13.2.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/1bd21b711355
branches: trunk
changeset: 626463:1bd21b711355
user: adam <adam%pkgsrc.org@localhost>
date: Wed Nov 13 07:06:58 2013 +0000
description:
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:
net/py-twisted/Makefile.common | 4 ++--
net/py-twisted/PLIST | 15 ++++++++++++++-
net/py-twisted/distinfo | 8 ++++----
3 files changed, 20 insertions(+), 7 deletions(-)
diffs (85 lines):
diff -r c006c40eb752 -r 1bd21b711355 net/py-twisted/Makefile.common
--- a/net/py-twisted/Makefile.common Wed Nov 13 02:27:11 2013 +0000
+++ b/net/py-twisted/Makefile.common Wed Nov 13 07:06:58 2013 +0000
@@ -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 -r c006c40eb752 -r 1bd21b711355 net/py-twisted/PLIST
--- a/net/py-twisted/PLIST Wed Nov 13 02:27:11 2013 +0000
+++ b/net/py-twisted/PLIST Wed Nov 13 07:06:58 2013 +0000
@@ -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/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_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_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/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/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 -r c006c40eb752 -r 1bd21b711355 net/py-twisted/distinfo
--- a/net/py-twisted/distinfo Wed Nov 13 02:27:11 2013 +0000
+++ b/net/py-twisted/distinfo Wed Nov 13 07:06:58 2013 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index