summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2016-01-18 23:03:03 +0000
committerwiz <wiz>2016-01-18 23:03:03 +0000
commitc90740793b392bdd4ba4d99a6d547016537f82c9 (patch)
tree8f4fe610d16c20543d865b4626771159c9e3789a /net
parentd46cbf69834a563ec33b517a9ffed9996385d46a (diff)
downloadpkgsrc-c90740793b392bdd4ba4d99a6d547016537f82c9.tar.gz
Update py-foolscap to 0.10.0:
* Release 0.10.0 (15-Jan-2015) ** Compatibility Fixes This release is compatible with Twisted-15.3.0 through 15.5.0. A change in 15.3.0 triggered a bug in Foolscap which produced a somewhat-infinite series of log messages when run under `twistd`. This release fixes that bug, and slightly changes the semantics of calling `log.msg()` with additional parameters. (#244) Foolscap no longer claims compatibility with python-2.6.x . Twisted-15.5.0 was the last release to offer 2.6 support, and subsequent releases actively throw errors when run against 2.6, so we've turned off Foolscap's automated testing for 2.6. It may remain compatible by accident for a while. (#245)
Diffstat (limited to 'net')
-rw-r--r--net/py-foolscap/Makefile6
-rw-r--r--net/py-foolscap/PLIST5
-rw-r--r--net/py-foolscap/distinfo10
3 files changed, 12 insertions, 9 deletions
diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile
index 0ef6cc3cb5a..0a0c1530fdb 100644
--- a/net/py-foolscap/Makefile
+++ b/net/py-foolscap/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:53 adam Exp $
+# $NetBSD: Makefile,v 1.16 2016/01/18 23:03:03 wiz Exp $
-DISTNAME= foolscap-0.9.1
+DISTNAME= foolscap-0.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= http://pypi.python.org/packages/source/f/foolscap/
@@ -12,7 +12,7 @@ COMMENT= Foolscap contains an RPC protocol for Twisted
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface
-DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+DEPENDS+= ${PYPKGPREFIX}-twisted>=15.3.0:../../net/py-twisted
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted
diff --git a/net/py-foolscap/PLIST b/net/py-foolscap/PLIST
index 1bfdbfb6c39..1e7abccab36 100644
--- a/net/py-foolscap/PLIST
+++ b/net/py-foolscap/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2015/09/30 19:24:35 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2016/01/18 23:03:03 wiz Exp $
bin/flappclient
bin/flappserver
bin/flogtool
@@ -82,6 +82,9 @@ ${PYSITELIB}/foolscap/logging/dumper.pyo
${PYSITELIB}/foolscap/logging/filter.py
${PYSITELIB}/foolscap/logging/filter.pyc
${PYSITELIB}/foolscap/logging/filter.pyo
+${PYSITELIB}/foolscap/logging/flogfile.py
+${PYSITELIB}/foolscap/logging/flogfile.pyc
+${PYSITELIB}/foolscap/logging/flogfile.pyo
${PYSITELIB}/foolscap/logging/gatherer.py
${PYSITELIB}/foolscap/logging/gatherer.pyc
${PYSITELIB}/foolscap/logging/gatherer.pyo
diff --git a/net/py-foolscap/distinfo b/net/py-foolscap/distinfo
index 2cb0dbbe5bc..f3fa107d9ae 100644
--- a/net/py-foolscap/distinfo
+++ b/net/py-foolscap/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/04 00:35:30 agc Exp $
+$NetBSD: distinfo,v 1.10 2016/01/18 23:03:03 wiz Exp $
-SHA1 (foolscap-0.9.1.tar.gz) = 480ca30dffff0d86da1a4a1d88f1a510ea999be2
-RMD160 (foolscap-0.9.1.tar.gz) = 05c6b63bbc1b6ea7c2f9c3128192f025c3cbbf77
-SHA512 (foolscap-0.9.1.tar.gz) = 4d4465a9e927edb28cbb4be86c6cc809ff1d10486000fa409beac0ae16b4c24f94db29e1ed31e5fb5cc01dd793a40b11fa85a6a3e5aef4ecd722fce4336781d9
-Size (foolscap-0.9.1.tar.gz) = 488628 bytes
+SHA1 (foolscap-0.10.0.tar.gz) = ea3fe920c997ecb7e8d5f5a400a4eee4145a0f25
+RMD160 (foolscap-0.10.0.tar.gz) = aa1fda71940ae52aa5eb4ef56b04a7bdc55493ee
+SHA512 (foolscap-0.10.0.tar.gz) = 6a0db7864a51c199c8ccbd58704f24df80d980f6f79ae39113b77a978289b3b133d330511ac96cc66dc6f213ef9072cc2ea3ba69ac439d697d6b45add261b6c2
+Size (foolscap-0.10.0.tar.gz) = 491271 bytes