Received: by mail.netbsd.org (Postfix, from userid 605) id CDD9984DA7; Sun, 12 Apr 2020 21:16:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 578C284D8B for ; Sun, 12 Apr 2020 21:16:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id EcaIaSaIQJlX for ; Sun, 12 Apr 2020 21:16:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D274C84D48 for ; Sun, 12 Apr 2020 21:16:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA29CFB27; Sun, 12 Apr 2020 21:16:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586726191169850" MIME-Version: 1.0 Date: Sun, 12 Apr 2020 21:16:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-pyrsistent To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200412211631.CA29CFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1586726191169850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 12 21:16:31 UTC 2020 Modified Files: pkgsrc/devel/py-pyrsistent: Makefile distinfo Log Message: py-pyrsistent: update to 0.16.0. 0.16.0, 2020-03-24 * No major updates but Python 2 support no longer guaranteed. * Fix #192, 'ignore_extra' for 'pvector_field'. Thanks @ss18 for this! * Fix #191, include LICENCE in distribution. Thanks @johnthagen for this! * Fix #190, minor MyPy errors. Thanks @Qhesz for this! To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-pyrsistent/Makefile \ pkgsrc/devel/py-pyrsistent/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586726191169850 Content-Disposition: inline Content-Length: 1717 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pyrsistent/Makefile diff -u pkgsrc/devel/py-pyrsistent/Makefile:1.5 pkgsrc/devel/py-pyrsistent/Makefile:1.6 --- pkgsrc/devel/py-pyrsistent/Makefile:1.5 Wed Jan 22 19:14:41 2020 +++ pkgsrc/devel/py-pyrsistent/Makefile Sun Apr 12 21:16:31 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/01/22 19:14:41 adam Exp $ +# $NetBSD: Makefile,v 1.6 2020/04/12 21:16:31 wiz Exp $ -DISTNAME= pyrsistent-0.15.7 +DISTNAME= pyrsistent-0.16.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyrsistent/} Index: pkgsrc/devel/py-pyrsistent/distinfo diff -u pkgsrc/devel/py-pyrsistent/distinfo:1.5 pkgsrc/devel/py-pyrsistent/distinfo:1.6 --- pkgsrc/devel/py-pyrsistent/distinfo:1.5 Wed Jan 22 19:14:41 2020 +++ pkgsrc/devel/py-pyrsistent/distinfo Sun Apr 12 21:16:31 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/01/22 19:14:41 adam Exp $ +$NetBSD: distinfo,v 1.6 2020/04/12 21:16:31 wiz Exp $ -SHA1 (pyrsistent-0.15.7.tar.gz) = 7465438c9f50284667c629805276e685a5b365d2 -RMD160 (pyrsistent-0.15.7.tar.gz) = 916e00904323216dce16999b23669ffd62981a61 -SHA512 (pyrsistent-0.15.7.tar.gz) = ebd6f4479d3583fc2678c881eedc97889b1e3ef2f0cb8a60d241d5306cc8c2907e3aa50a19f47fb37565794903dc1c823dbf6c3813a93d2e851cb694daa535e3 -Size (pyrsistent-0.15.7.tar.gz) = 107714 bytes +SHA1 (pyrsistent-0.16.0.tar.gz) = 48762e23b0c926b8bb5d5bf9c233b6beb2b76a41 +RMD160 (pyrsistent-0.16.0.tar.gz) = b6c8b46aa611f57601b3b72f61ed3da732ff185a +SHA512 (pyrsistent-0.16.0.tar.gz) = d5764b1a185d4578bf308f338037e0546b06e79a3e7189b904e24e95e0e907bc98d7c1c68becc5549a541a5864df75aba6088cafa3558ecb0a63dafb22f5674a +Size (pyrsistent-0.16.0.tar.gz) = 108012 bytes --_----------=_1586726191169850--