Received: by mail.netbsd.org (Postfix, from userid 605) id 62FE784D5F; Mon, 26 Jul 2021 17:34:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9ABEE84D5E for ; Mon, 26 Jul 2021 17:34:12 +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 kB3SN_5oFhX8 for ; Mon, 26 Jul 2021 17:34:12 +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 18B5784CBC for ; Mon, 26 Jul 2021 17:34:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 12065FA95; Mon, 26 Jul 2021 17:34:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627320852151250" MIME-Version: 1.0 Date: Mon, 26 Jul 2021 17:34:12 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pkginfo To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210726173412.12065FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627320852151250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jul 26 17:34:11 UTC 2021 Modified Files: pkgsrc/devel/py-pkginfo: Makefile distinfo Log Message: py-pkginfo: updated to 1.7.1 1.7.1 (2021-07-09) ------------------ - Use Python3 to build docs, and fix doctest examples to use Python3- compatible syntax. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pkginfo/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pkginfo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1627320852151250 Content-Disposition: inline Content-Length: 1655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pkginfo/Makefile diff -u pkgsrc/devel/py-pkginfo/Makefile:1.11 pkgsrc/devel/py-pkginfo/Makefile:1.12 --- pkgsrc/devel/py-pkginfo/Makefile:1.11 Sat May 8 06:19:33 2021 +++ pkgsrc/devel/py-pkginfo/Makefile Mon Jul 26 17:34:11 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2021/05/08 06:19:33 adam Exp $ +# $NetBSD: Makefile,v 1.12 2021/07/26 17:34:11 adam Exp $ -DISTNAME= pkginfo-1.7.0 +DISTNAME= pkginfo-1.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pkginfo/} Index: pkgsrc/devel/py-pkginfo/distinfo diff -u pkgsrc/devel/py-pkginfo/distinfo:1.10 pkgsrc/devel/py-pkginfo/distinfo:1.11 --- pkgsrc/devel/py-pkginfo/distinfo:1.10 Sat May 8 06:19:33 2021 +++ pkgsrc/devel/py-pkginfo/distinfo Mon Jul 26 17:34:11 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2021/05/08 06:19:33 adam Exp $ +$NetBSD: distinfo,v 1.11 2021/07/26 17:34:11 adam Exp $ -SHA1 (pkginfo-1.7.0.tar.gz) = f4d7d9631430d098d49e8d91706536a8cb90681f -RMD160 (pkginfo-1.7.0.tar.gz) = 9065991656247be33e4e01478bcbd222e6261646 -SHA512 (pkginfo-1.7.0.tar.gz) = 0e41899fac552e6a3c401c7dab3e3cd57f31cc5f052e07537f15b699c85113800edac27d232571ecab4852fab1d73374eca381d1ab70c9a7461bb422ff03de3b -Size (pkginfo-1.7.0.tar.gz) = 37209 bytes +SHA1 (pkginfo-1.7.1.tar.gz) = d36b65064cf8b9801e2cf652a14934507b5dae37 +RMD160 (pkginfo-1.7.1.tar.gz) = 7ab4420729f4b3ffdc55d282f086bef12ba0db65 +SHA512 (pkginfo-1.7.1.tar.gz) = 5b6374e45e7ccd68f3a28145c2fc350e630e97fcc5e97d46d05c32f0958a51e4713487b809099ddf0a9ab07840f7fb4409438ab7b7a9b0b05e94d292088b2c26 +Size (pkginfo-1.7.1.tar.gz) = 34280 bytes --_----------=_1627320852151250--