Skip to content

Commit

Permalink
Update py-foolscap to 0.10.0:
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
wiz committed Jan 18, 2016
1 parent 8bf0db6 commit c468f85
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions net/py-foolscap/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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
Expand Down
5 changes: 4 additions & 1 deletion net/py-foolscap/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions net/py-foolscap/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c468f85

Please sign in to comment.