Received: by mail.netbsd.org (Postfix, from userid 605) id CA8A684D91; Mon, 18 May 2020 10:50:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 48DA184D7B for ; Mon, 18 May 2020 10:50:05 +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 N09fWTqZPj5h for ; Mon, 18 May 2020 10:50:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B64E284DB5 for ; Mon, 18 May 2020 10:50:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0516FB27; Mon, 18 May 2020 10:50:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589799004172270" MIME-Version: 1.0 Date: Mon, 18 May 2020 10:50:04 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/misc/py-immutables To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200518105004.B0516FB27@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. --_----------=_1589799004172270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 18 10:50:04 UTC 2020 Modified Files: pkgsrc/misc/py-immutables: Makefile PLIST distinfo Log Message: py-immutables: updated to 0.14 v0.14: Allow None to be used as key in pure-Python implementation. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/py-immutables/Makefile \ pkgsrc/misc/py-immutables/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-immutables/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589799004172270 Content-Disposition: inline Content-Length: 2581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/py-immutables/Makefile diff -u pkgsrc/misc/py-immutables/Makefile:1.3 pkgsrc/misc/py-immutables/Makefile:1.4 --- pkgsrc/misc/py-immutables/Makefile:1.3 Thu May 14 06:04:46 2020 +++ pkgsrc/misc/py-immutables/Makefile Mon May 18 10:50:04 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/05/14 06:04:46 adam Exp $ +# $NetBSD: Makefile,v 1.4 2020/05/18 10:50:04 adam Exp $ -DISTNAME= immutables-0.13 +DISTNAME= immutables-0.14 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc python MASTER_SITES= ${MASTER_SITE_PYPI:=i/immutables/} Index: pkgsrc/misc/py-immutables/distinfo diff -u pkgsrc/misc/py-immutables/distinfo:1.3 pkgsrc/misc/py-immutables/distinfo:1.4 --- pkgsrc/misc/py-immutables/distinfo:1.3 Thu May 14 06:04:46 2020 +++ pkgsrc/misc/py-immutables/distinfo Mon May 18 10:50:04 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/05/14 06:04:46 adam Exp $ +$NetBSD: distinfo,v 1.4 2020/05/18 10:50:04 adam Exp $ -SHA1 (immutables-0.13.tar.gz) = 0281dde4819357bc6313e4faf1a04f56e6a02e69 -RMD160 (immutables-0.13.tar.gz) = 10d450481b10f93f5f68515d10999f887f071950 -SHA512 (immutables-0.13.tar.gz) = e56d1c5310cb4e599c84149e0c6c6eed2ca1627e692a94efd430f7121c68f1183525027a3247d5f1280cbd773d638f787fc92f667e3c71eacc7af275c132d277 -Size (immutables-0.13.tar.gz) = 41044 bytes +SHA1 (immutables-0.14.tar.gz) = 0e22ddf7fbcbf8ccdfae3e7dc6305efb1650d383 +RMD160 (immutables-0.14.tar.gz) = e49b1a366e66d74be6f8b3377ec61279da12a344 +SHA512 (immutables-0.14.tar.gz) = 499adbecdb6a24232794d13fead4ae1fc79b884d5702b1db0c48af56613aa6d6cf8b9fc626b9bf2ada1a13c9c18b5bcc28b404aca348ed6a4dd36a61719f054c +Size (immutables-0.14.tar.gz) = 42983 bytes Index: pkgsrc/misc/py-immutables/PLIST diff -u pkgsrc/misc/py-immutables/PLIST:1.2 pkgsrc/misc/py-immutables/PLIST:1.3 --- pkgsrc/misc/py-immutables/PLIST:1.2 Wed May 13 14:50:33 2020 +++ pkgsrc/misc/py-immutables/PLIST Mon May 18 10:50:04 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2020/05/13 14:50:33 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/05/18 10:50:04 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -10,6 +10,9 @@ ${PYSITELIB}/immutables/_map.c ${PYSITELIB}/immutables/_map.h ${PYSITELIB}/immutables/_map.pyi ${PYSITELIB}/immutables/_map.so +${PYSITELIB}/immutables/_testutils.py +${PYSITELIB}/immutables/_testutils.pyc +${PYSITELIB}/immutables/_testutils.pyo ${PYSITELIB}/immutables/_version.py ${PYSITELIB}/immutables/_version.pyc ${PYSITELIB}/immutables/_version.pyo --_----------=_1589799004172270--