Received: by mail.netbsd.org (Postfix, from userid 605) id 214C584E6D; Tue, 21 Feb 2023 09:03:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 515A984E5B for ; Tue, 21 Feb 2023 09:03:57 +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 ggetVqwcWnCX for ; Tue, 21 Feb 2023 09:03:56 +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 65DAE84D4E for ; Tue, 21 Feb 2023 09:03:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F275FA90; Tue, 21 Feb 2023 09:03:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676970236184530" MIME-Version: 1.0 Date: Tue, 21 Feb 2023 09:03:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pbr To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230221090356.5F275FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676970236184530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 21 09:03:56 UTC 2023 Modified Files: pkgsrc/devel/py-pbr: Makefile distinfo Log Message: py-pbr: updated to 5.11.1 5.11.1 * Run PBR integration on Ubuntu Focal too * Remove numpy dependencies * Tie recursion calls to Dist object, not module * Update tox.ini to work with tox 4 To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-pbr/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-pbr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676970236184530 Content-Disposition: inline Content-Length: 1495 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pbr/Makefile diff -u pkgsrc/devel/py-pbr/Makefile:1.38 pkgsrc/devel/py-pbr/Makefile:1.39 --- pkgsrc/devel/py-pbr/Makefile:1.38 Tue Oct 25 18:33:13 2022 +++ pkgsrc/devel/py-pbr/Makefile Tue Feb 21 09:03:56 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2022/10/25 18:33:13 adam Exp $ +# $NetBSD: Makefile,v 1.39 2023/02/21 09:03:56 adam Exp $ -DISTNAME= pbr-5.11.0 +DISTNAME= pbr-5.11.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pbr/} Index: pkgsrc/devel/py-pbr/distinfo diff -u pkgsrc/devel/py-pbr/distinfo:1.30 pkgsrc/devel/py-pbr/distinfo:1.31 --- pkgsrc/devel/py-pbr/distinfo:1.30 Tue Oct 25 18:33:13 2022 +++ pkgsrc/devel/py-pbr/distinfo Tue Feb 21 09:03:56 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2022/10/25 18:33:13 adam Exp $ +$NetBSD: distinfo,v 1.31 2023/02/21 09:03:56 adam Exp $ -BLAKE2s (pbr-5.11.0.tar.gz) = e48ba0ff5c126446f9b622f40f39ee2dcf3a335d8c5e7dd4fc4973d8f2df08c9 -SHA512 (pbr-5.11.0.tar.gz) = bdb442e8ef7bda90a65c5fb7f0696041808278fcc643eb0c15d5401b7da7d64cd3566018b1046145f55bc5683791ee182bec92461801004b02a35b8bf4c5abf0 -Size (pbr-5.11.0.tar.gz) = 127505 bytes +BLAKE2s (pbr-5.11.1.tar.gz) = a269af36ec0b11c749e6fcc124fd8e4d08ffbcba3091dee326169a1b84ceff1f +SHA512 (pbr-5.11.1.tar.gz) = 466dc5ce2622c43451186698f00d405141878449ffe9f7771b0057e8356bf12b426a9bfefff7e5843f1b3f963af3ffc9c4a42fa91a9407b79617abea046ff438 +Size (pbr-5.11.1.tar.gz) = 127597 bytes --_----------=_1676970236184530--