Sun Aug 17 17:40:04 2014 UTC ()
Update to 0.6.5:

* Release 0.6.5 (12-Aug-2014)

** Compatibility Fixes

This release is compatible with Twisted-14.0.0.

Foolscap no longer claims compatability with python-2.4.x or 2.5.x . These
old versions might still work, but there are no longer automated tests to
ensure this. Future versions will almost certainly *not* work with anything
older than python-2.6.x . Foolscap remains incompatible with py3, sorry.

** Forward Compatibility

When parsing FURLs, the connection hints can now use TCP sockets described
with the Twisted Endpoints syntax (e.g. "tcp:host=127.0.0.1:port=9999"), in
addition to the earlier host:port "127.0.0.1:9999" form. Foolscap-0.6.5
ignores any hint that is not in one of these two forms. This should make it
easier to introduce new hint types in the future.

** Minor Changes

The "ChangeLog" file is no longer updated.

Violation reports now include the method name. (#201)

The "flappserver" tool explicitly rejects unicode input, rather than
producing hard-to-diagnose errors later. (#209)


(wiz)
diff -r1.10 -r1.11 pkgsrc/net/py-foolscap/Makefile
diff -r1.4 -r1.5 pkgsrc/net/py-foolscap/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/net/py-foolscap/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-foolscap/Makefile 2014/05/09 07:37:15 1.10
+++ pkgsrc/net/py-foolscap/Makefile 2014/08/17 17:40:04 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2014/08/17 17:40:04 wiz Exp $
2 2
3DISTNAME= foolscap-0.6.4 3DISTNAME= foolscap-0.6.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.tar//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.tar//}
5CATEGORIES= net python 5CATEGORIES= net python
6MASTER_SITES= http://pypi.python.org/packages/source/f/foolscap/ 6MASTER_SITES= http://pypi.python.org/packages/source/f/foolscap/
7 7
8MAINTAINER= kamel.derouiche@gmail.com 8MAINTAINER= kamel.derouiche@gmail.com
9#MAINTAINER+= gdt@NetBSD.org 9#MAINTAINER+= gdt@NetBSD.org
10HOMEPAGE= http://foolscap.lothar.com/trac 10HOMEPAGE= http://foolscap.lothar.com/trac
11COMMENT= Foolscap contains an RPC protocol for Twisted 11COMMENT= Foolscap contains an RPC protocol for Twisted
12LICENSE= mit 12LICENSE= mit
13 13
14DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface 14DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface
15DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted 15DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
16DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL 16DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL

cvs diff -r1.4 -r1.5 pkgsrc/net/py-foolscap/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-foolscap/distinfo 2012/08/21 23:43:46 1.4
+++ pkgsrc/net/py-foolscap/distinfo 2014/08/17 17:40:04 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2012/08/21 23:43:46 gdt Exp $ 1$NetBSD: distinfo,v 1.5 2014/08/17 17:40:04 wiz Exp $
2 2
3SHA1 (foolscap-0.6.4.tar.gz) = fc705bf300dd54c6d8ec857db39d7aec08760ccb 3SHA1 (foolscap-0.6.5.tar.gz) = 5b95b8e97ec1dd54fcfa7daa749b60eb16c1359e
4RMD160 (foolscap-0.6.4.tar.gz) = ed46849924db6333703ed33071cffc42eb8eeef7 4RMD160 (foolscap-0.6.5.tar.gz) = df514f312146aca450f8b092b51b9ab2a5c61687
5Size (foolscap-0.6.4.tar.gz) = 479664 bytes 5Size (foolscap-0.6.5.tar.gz) = 481184 bytes