Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 444FC7A26F for ; Wed, 18 Jan 2017 20:46:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E740E855CA; Wed, 18 Jan 2017 20:46:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77A3C855C1 for ; Wed, 18 Jan 2017 20:46:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id y4Ri844xlYgA for ; Wed, 18 Jan 2017 20:46:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 06EAB8556E for ; Wed, 18 Jan 2017 20:46:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0243CFBA6; Wed, 18 Jan 2017 20:46:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484772394156800" MIME-Version: 1.0 Date: Wed, 18 Jan 2017 20:46:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/py-foolscap To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170118204635.0243CFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484772394156800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 18 20:46:34 UTC 2017 Modified Files: pkgsrc/net/py-foolscap: Makefile distinfo Log Message: Updated py-foolscap to 0.12.6. * Release 0.12.6 (12-Jan-2017) This is a minor release to improve compatibility with Twisted and I2P. In this release, the Foolscap test suite no longer uses several deprecated and/or internal Twisted attributes, so it should pass cleanly on the next release of Twisted (which will probably be named Twisted-17.0.0). In addition, the I2P connection handler was enhanced to let applications pass arbitrary kwargs through to the underlying "SAM" API. Finally connection-status error messages should be slightly cleaner and provide more useful information in the face of unrecogized exceptions. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/py-foolscap/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/py-foolscap/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484772394156800 Content-Disposition: inline Content-Length: 1662 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-foolscap/Makefile diff -u pkgsrc/net/py-foolscap/Makefile:1.25 pkgsrc/net/py-foolscap/Makefile:1.26 --- pkgsrc/net/py-foolscap/Makefile:1.25 Sun Jan 1 14:43:51 2017 +++ pkgsrc/net/py-foolscap/Makefile Wed Jan 18 20:46:34 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:51 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2017/01/18 20:46:34 wiz Exp $ -DISTNAME= foolscap-0.12.5 +DISTNAME= foolscap-0.12.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=f/foolscap/} Index: pkgsrc/net/py-foolscap/distinfo diff -u pkgsrc/net/py-foolscap/distinfo:1.16 pkgsrc/net/py-foolscap/distinfo:1.17 --- pkgsrc/net/py-foolscap/distinfo:1.16 Mon Dec 12 14:27:39 2016 +++ pkgsrc/net/py-foolscap/distinfo Wed Jan 18 20:46:34 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2016/12/12 14:27:39 wiz Exp $ +$NetBSD: distinfo,v 1.17 2017/01/18 20:46:34 wiz Exp $ -SHA1 (foolscap-0.12.5.tar.gz) = b52f35f13713568c3dd2c28ce666c4a5c9c2d209 -RMD160 (foolscap-0.12.5.tar.gz) = 0627c62438bdec951731b8d9715f07d96dc62e61 -SHA512 (foolscap-0.12.5.tar.gz) = 80c18ac67d74ae2ffa26c84aba17ceac4e98745d9c91730136c2aaeab7349ee8c0aadc5b6e19fed8e1e210c33957e52f9a25699348e07ace7cfb26859f13e7ec -Size (foolscap-0.12.5.tar.gz) = 516411 bytes +SHA1 (foolscap-0.12.6.tar.gz) = b516272996aab15ce4b65e125ede661fd407b51d +RMD160 (foolscap-0.12.6.tar.gz) = d8d4bd09ed0c797331da1f19d54273c28de2aa96 +SHA512 (foolscap-0.12.6.tar.gz) = def08309ac1c69e274aef4913f30b247de002e938efce84ac9eaf9955bc0033561da9257f958352b1ddfc56dc82c3b049f3c6c208af7f7bc081ac4e6fd568fec +Size (foolscap-0.12.6.tar.gz) = 517752 bytes --_----------=_1484772394156800--