Received: by mail.netbsd.org (Postfix, from userid 605) id 194F584F80; Mon, 12 Aug 2019 07:08:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9734A84F78 for ; Mon, 12 Aug 2019 07:08:23 +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 y-LHz1gztqZr for ; Mon, 12 Aug 2019 07:08:23 +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 1E80F84CD3 for ; Mon, 12 Aug 2019 07:08:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 12496FBF4; Mon, 12 Aug 2019 07:08:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156559370330790" MIME-Version: 1.0 Date: Mon, 12 Aug 2019 07:08:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-configparser To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190812070823.12496FBF4@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. --_----------=_156559370330790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Aug 12 07:08:22 UTC 2019 Modified Files: pkgsrc/devel/py-configparser: Makefile distinfo Log Message: py-configparser: updated to 3.8.1 3.8.1 Synced with Python 3.8.0b3. 3.7.5 Synced project with Python 3.7.4 (no meaningful changes). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-configparser/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-configparser/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156559370330790 Content-Disposition: inline Content-Length: 1750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-configparser/Makefile diff -u pkgsrc/devel/py-configparser/Makefile:1.7 pkgsrc/devel/py-configparser/Makefile:1.8 --- pkgsrc/devel/py-configparser/Makefile:1.7 Tue May 7 05:15:38 2019 +++ pkgsrc/devel/py-configparser/Makefile Mon Aug 12 07:08:22 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/05/07 05:15:38 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/08/12 07:08:22 adam Exp $ -DISTNAME= configparser-3.7.4 +DISTNAME= configparser-3.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/configparser/} Index: pkgsrc/devel/py-configparser/distinfo diff -u pkgsrc/devel/py-configparser/distinfo:1.5 pkgsrc/devel/py-configparser/distinfo:1.6 --- pkgsrc/devel/py-configparser/distinfo:1.5 Tue May 7 05:15:38 2019 +++ pkgsrc/devel/py-configparser/distinfo Mon Aug 12 07:08:22 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2019/05/07 05:15:38 adam Exp $ +$NetBSD: distinfo,v 1.6 2019/08/12 07:08:22 adam Exp $ -SHA1 (configparser-3.7.4.tar.gz) = 81351574c345e2a8600b7f2b2afb2b8f1c6aded2 -RMD160 (configparser-3.7.4.tar.gz) = 9939d5d4bda6925d02fce40829ec6cc3e2c4cbf5 -SHA512 (configparser-3.7.4.tar.gz) = 205a7bc921ccfb3df5a25afaf2f5ab78d3a5a92bfd2c9c78098e8d009c1fe8d431b8bf09d2da44f7ebf172e912121619dc7bbfadc74f355133f8d32bc42a8b00 -Size (configparser-3.7.4.tar.gz) = 71987 bytes +SHA1 (configparser-3.8.1.tar.gz) = 675549f76a63c4d9216013b1c1f8370cd5c43a87 +RMD160 (configparser-3.8.1.tar.gz) = 4c82ab13fa0b390d1245df4e1d70581b957a4b6f +SHA512 (configparser-3.8.1.tar.gz) = f392cbb45d46aa2cd516b5c75451b15fa55e3592a1be8eff4698c5dd4c8411dc7edd6d012020454a4b6ac97d9be8ec3cb5643709e27024ac4ca095833fe15cb0 +Size (configparser-3.8.1.tar.gz) = 72571 bytes --_----------=_156559370330790--