Received: by mail.netbsd.org (Postfix, from userid 605) id C373A84D75; Wed, 13 Nov 2019 20:59:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A9E484CE9 for ; Wed, 13 Nov 2019 20:59: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 A40BRAqdXq4P for ; Wed, 13 Nov 2019 20:59:34 +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 C77F684C85 for ; Wed, 13 Nov 2019 20:59:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA760FA95; Wed, 13 Nov 2019 20:59:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157367877427720" MIME-Version: 1.0 Date: Wed, 13 Nov 2019 20:59:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pyrsistent To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191113205934.BA760FA95@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. --_----------=_157367877427720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Nov 13 20:59:34 UTC 2019 Modified Files: pkgsrc/devel/py-pyrsistent: Makefile distinfo Log Message: py-pyrsistent: updated to 0.15.5 0.15.5: Fixed 'ignore_extra' factory parameter for pvector. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 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. --_----------=_157367877427720 Content-Disposition: inline Content-Length: 1719 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.2 pkgsrc/devel/py-pyrsistent/Makefile:1.3 --- pkgsrc/devel/py-pyrsistent/Makefile:1.2 Sat Oct 19 14:29:45 2019 +++ pkgsrc/devel/py-pyrsistent/Makefile Wed Nov 13 20:59:34 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2019/10/19 14:29:45 adam Exp $ +# $NetBSD: Makefile,v 1.3 2019/11/13 20:59:34 adam Exp $ -DISTNAME= pyrsistent-0.15.4 +DISTNAME= pyrsistent-0.15.5 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.2 pkgsrc/devel/py-pyrsistent/distinfo:1.3 --- pkgsrc/devel/py-pyrsistent/distinfo:1.2 Sat Oct 19 14:29:45 2019 +++ pkgsrc/devel/py-pyrsistent/distinfo Wed Nov 13 20:59:34 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2019/10/19 14:29:45 adam Exp $ +$NetBSD: distinfo,v 1.3 2019/11/13 20:59:34 adam Exp $ -SHA1 (pyrsistent-0.15.4.tar.gz) = 12855cfc5c23d5e4eb7a43c98c591398464a95dd -RMD160 (pyrsistent-0.15.4.tar.gz) = 14fe3f3021c98b6ac1787a407f99b3c3dfdb588c -SHA512 (pyrsistent-0.15.4.tar.gz) = a88cf1c8422919707f47ab3933841407075f1ea03d62dceb3f10433ff9514dc55b463720b83c53961a322dbd66074392295ef44ef9e831c9f1b527b4f18032a2 -Size (pyrsistent-0.15.4.tar.gz) = 107237 bytes +SHA1 (pyrsistent-0.15.5.tar.gz) = d6f6fd89fcf0e88a65fd7b1fd4e2b0e5c38a11b4 +RMD160 (pyrsistent-0.15.5.tar.gz) = a89a3a6a5b075aa9260d0f6d308171fa6e13a773 +SHA512 (pyrsistent-0.15.5.tar.gz) = 6cdf561be95d6379138c5b7c09c47eb2fa52571e4bfefb2c09ebb302d15f04e2aca88f26fe24977de48ac27eff76f0731a12ac5d669f0d4cdcf44a997969dafa +Size (pyrsistent-0.15.5.tar.gz) = 107395 bytes --_----------=_157367877427720--