Received: by mail.netbsd.org (Postfix, from userid 605) id AE4CD84DA9; Sun, 24 Nov 2019 11:38:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 33AB384D9C for ; Sun, 24 Nov 2019 11:38:19 +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 hcylMUsiq_U7 for ; Sun, 24 Nov 2019 11:38:18 +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 B105484D93 for ; Sun, 24 Nov 2019 11:38:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE7AAFA97; Sun, 24 Nov 2019 11:38:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574595498220530" MIME-Version: 1.0 Date: Sun, 24 Nov 2019 11:38:18 +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: <20191124113818.AE7AAFA97@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. --_----------=_1574595498220530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Nov 24 11:38:18 UTC 2019 Modified Files: pkgsrc/devel/py-pyrsistent: Makefile distinfo Log Message: py-pyrsistent: updated to 0.15.6 0.15.6: * Fix moduleinit name clash. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 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. --_----------=_1574595498220530 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.3 pkgsrc/devel/py-pyrsistent/Makefile:1.4 --- pkgsrc/devel/py-pyrsistent/Makefile:1.3 Wed Nov 13 20:59:34 2019 +++ pkgsrc/devel/py-pyrsistent/Makefile Sun Nov 24 11:38:18 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2019/11/13 20:59:34 adam Exp $ +# $NetBSD: Makefile,v 1.4 2019/11/24 11:38:18 adam Exp $ -DISTNAME= pyrsistent-0.15.5 +DISTNAME= pyrsistent-0.15.6 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.3 pkgsrc/devel/py-pyrsistent/distinfo:1.4 --- pkgsrc/devel/py-pyrsistent/distinfo:1.3 Wed Nov 13 20:59:34 2019 +++ pkgsrc/devel/py-pyrsistent/distinfo Sun Nov 24 11:38:18 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2019/11/13 20:59:34 adam Exp $ +$NetBSD: distinfo,v 1.4 2019/11/24 11:38:18 adam Exp $ -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 +SHA1 (pyrsistent-0.15.6.tar.gz) = 36584d73679a321a93e47eabd1489e3b4524d885 +RMD160 (pyrsistent-0.15.6.tar.gz) = 6691625200a9f478ef0933aa7477cc5cc58f90da +SHA512 (pyrsistent-0.15.6.tar.gz) = 42b259c66e118d5b09bcc64e57441729146ed9b40e9fd18cda83c4aa0523d5bc3acde3177113e1f2a1b5c1e3a14d15b369df9701a9218a88a656ba0359b5ff10 +Size (pyrsistent-0.15.6.tar.gz) = 107424 bytes --_----------=_1574595498220530--