pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-twisted
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 28 13:55:50 UTC 2016
Modified Files:
pkgsrc/net/py-twisted: Makefile Makefile.common PLIST distinfo
Log Message:
Updated py-twisted to 16.6.0.
Twisted Core 16.6.0 (2016-11-17)
================================
Features
--------
- The twist script can now be run by invoking python -m twisted.
(#8657)
- twisted.protocols.sip has been ported to Python 3. (#8669)
- twisted.persisted.dirdbm has been ported to Python 3. (#8888)
Bugfixes
--------
- twisted.internet.defer.Deferred now implements send, not __send__,
which means that it is now a conforming generator. (#8861)
- The IOCP reactor no longer transmits the contents of uninitialized
memory when writing large amounts of data. (#8870)
- Deferreds awaited/yielded from in a
twisted.internet.defer.ensureDeferred wrapped coroutine will now
properly raise exceptions. Additionally, it more closely models
asyncio.ensure_future and will pass through Deferreds. (#8878)
- Deferreds that are paused or chained on other Deferreds will now
return a result when yielded/awaited in a twisted.internet.defer
.ensureDeferred-wrapped coroutine, instead of returning the
Deferred it was chained to. (#8890)
Improved Documentation
----------------------
- twisted.test.proto_helpers is now explicitly covered by the
compatibility policy. (#8857)
Other
-----
- #8281, #8823, #8862
Twisted Conch 16.6.0 (2016-11-17)
=================================
Features
--------
- twisted.conch.ssh.keys supports ECDSA keys (#8798)
- scripts/ckeygen can now generate ecdsa keys. (#8828)
- ckeygen has been ported to Python 3 (#8855)
Deprecations and Removals
-------------------------
- twisted.conch.ssh no longer uses gmpy, if available. gmpy is
unmaintained, does not have binary wheels for any platforms, and an
alternative for higher performance is available in the form of
PyPy. (#8079)
Twisted Web 16.6.0 (2016-11-17)
===============================
Features
--------
- twisted.web.server.Site's HTTP/2 server support now emits vastly
fewer WINDOW_UPDATE frames than previously. (#8681)
Bugfixes
--------
- twisted.web.Agent now tolerates receiving unexpected status codes
in the 100 range by discarding them, which is what RFC 7231
recommends doing. (#8885)
- twisted.web._http.H2Stream's getHost and getPeer implementations
now actually return the host and peer instead of None. (#8893)
Twisted Words 16.6.0 (2016-11-17)
=================================
Features
--------
- twisted.words.protocols.irc has been ported to Python 3 (#6320)
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/py-twisted/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/py-twisted/Makefile.common
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/py-twisted/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/py-twisted/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-twisted/Makefile
diff -u pkgsrc/net/py-twisted/Makefile:1.28 pkgsrc/net/py-twisted/Makefile:1.29
--- pkgsrc/net/py-twisted/Makefile:1.28 Sun Nov 20 10:47:36 2016
+++ pkgsrc/net/py-twisted/Makefile Mon Nov 28 13:55:50 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2016/11/20 10:47:36 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2016/11/28 13:55:50 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 1
COMMENT= Framework for writing networked applications
.include "../../net/py-twisted/Makefile.common"
Index: pkgsrc/net/py-twisted/Makefile.common
diff -u pkgsrc/net/py-twisted/Makefile.common:1.35 pkgsrc/net/py-twisted/Makefile.common:1.36
--- pkgsrc/net/py-twisted/Makefile.common:1.35 Tue Nov 1 15:58:02 2016
+++ pkgsrc/net/py-twisted/Makefile.common Mon Nov 28 13:55:50 2016
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.35 2016/11/01 15:58:02 wiz Exp $
+# $NetBSD: Makefile.common,v 1.36 2016/11/28 13:55:50 wiz Exp $
#
# used by net/py-twisted/Makefile
# used by net/py-twisted-docs/Makefile
-DISTNAME= Twisted-16.5.0
+DISTNAME= Twisted-16.6.0
CATEGORIES= net python
MASTER_SITES= http://twistedmatrix.com/Releases/Twisted/${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/net/py-twisted/PLIST
diff -u pkgsrc/net/py-twisted/PLIST:1.25 pkgsrc/net/py-twisted/PLIST:1.26
--- pkgsrc/net/py-twisted/PLIST:1.25 Tue Nov 1 15:55:46 2016
+++ pkgsrc/net/py-twisted/PLIST Mon Nov 28 13:55:50 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2016/11/01 15:55:46 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2016/11/28 13:55:50 wiz Exp $
bin/cftp-${PYVERSSUFFIX}
bin/ckeygen-${PYVERSSUFFIX}
bin/conch-${PYVERSSUFFIX}
@@ -18,6 +18,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
${PYSITELIB}/twisted/__init__.py
${PYSITELIB}/twisted/__init__.pyc
${PYSITELIB}/twisted/__init__.pyo
+${PYSITELIB}/twisted/__main__.py
+${PYSITELIB}/twisted/__main__.pyc
+${PYSITELIB}/twisted/__main__.pyo
${PYSITELIB}/twisted/_threads/__init__.py
${PYSITELIB}/twisted/_threads/__init__.pyc
${PYSITELIB}/twisted/_threads/__init__.pyo
@@ -1903,6 +1906,9 @@ ${PYSITELIB}/twisted/test/test_logfile.p
${PYSITELIB}/twisted/test/test_loopback.py
${PYSITELIB}/twisted/test/test_loopback.pyc
${PYSITELIB}/twisted/test/test_loopback.pyo
+${PYSITELIB}/twisted/test/test_main.py
+${PYSITELIB}/twisted/test/test_main.pyc
+${PYSITELIB}/twisted/test/test_main.pyo
${PYSITELIB}/twisted/test/test_memcache.py
${PYSITELIB}/twisted/test/test_memcache.pyc
${PYSITELIB}/twisted/test/test_memcache.pyo
Index: pkgsrc/net/py-twisted/distinfo
diff -u pkgsrc/net/py-twisted/distinfo:1.30 pkgsrc/net/py-twisted/distinfo:1.31
--- pkgsrc/net/py-twisted/distinfo:1.30 Tue Nov 1 15:55:46 2016
+++ pkgsrc/net/py-twisted/distinfo Mon Nov 28 13:55:50 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.30 2016/11/01 15:55:46 wiz Exp $
+$NetBSD: distinfo,v 1.31 2016/11/28 13:55:50 wiz Exp $
-SHA1 (Twisted-16.5.0.tar.bz2) = fae668e042fccdcabc76c145698d888fcecd0eca
-RMD160 (Twisted-16.5.0.tar.bz2) = cd033fc84f91c4e8f46035e82a5723c650d3db46
-SHA512 (Twisted-16.5.0.tar.bz2) = 4d137df8e48eb7d75f1c8f45929b9f7a3974db101bccb1ad8fecd05350d4a7e7caa0ddfad706d1c3d404d8de85317a521bd46b4294391930324d1291d40e6fe7
-Size (Twisted-16.5.0.tar.bz2) = 2970708 bytes
+SHA1 (Twisted-16.6.0.tar.bz2) = 57ea06c54e59c314f904870946c4a3586d7b86ea
+RMD160 (Twisted-16.6.0.tar.bz2) = 28cb89fd05e68a2574e69f22284c54bee4503a7b
+SHA512 (Twisted-16.6.0.tar.bz2) = 0b8de0ec7f64457f76c396fced64b366b8e63c6e000a5edc6c6388cd917fb2f95711918cd8edda39e0aa77e2cd32b5d775d23630a5ad10fc013c18f8316300cf
+Size (Twisted-16.6.0.tar.bz2) = 2979747 bytes
SHA1 (patch-src_twisted_runner_portmap.c) = b3bd85bfa067bdb7050e83eeff53da83b3e6b998
Home |
Main Index |
Thread Index |
Old Index