Received: by mail.netbsd.org (Postfix, from userid 605) id 8677E84E65; Mon, 31 Oct 2022 15:27:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B74DD84E5F for ; Mon, 31 Oct 2022 15:27:28 +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 to3hT7zqG7SR for ; Mon, 31 Oct 2022 15:27:28 +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 3944E84D08 for ; Mon, 31 Oct 2022 15:27:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32EA2FA90; Mon, 31 Oct 2022 15:27:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667230048240610" MIME-Version: 1.0 Date: Mon, 31 Oct 2022 15:27:28 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-progressbar2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221031152728.32EA2FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667230048240610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 31 15:27:28 UTC 2022 Modified Files: pkgsrc/devel/py-progressbar2: Makefile distinfo Log Message: py-progressbar2: updated to 4.2.0 v4.2.0 Added increment() method for easy usage as callback from libraries such as boto To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-progressbar2/Makefile \ pkgsrc/devel/py-progressbar2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667230048240610 Content-Disposition: inline Content-Length: 1647 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-progressbar2/Makefile diff -u pkgsrc/devel/py-progressbar2/Makefile:1.6 pkgsrc/devel/py-progressbar2/Makefile:1.7 --- pkgsrc/devel/py-progressbar2/Makefile:1.6 Thu Oct 20 08:59:16 2022 +++ pkgsrc/devel/py-progressbar2/Makefile Mon Oct 31 15:27:28 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/10/20 08:59:16 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/10/31 15:27:28 adam Exp $ -DISTNAME= progressbar2-4.1.1 +DISTNAME= progressbar2-4.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/progressbar2/} Index: pkgsrc/devel/py-progressbar2/distinfo diff -u pkgsrc/devel/py-progressbar2/distinfo:1.6 pkgsrc/devel/py-progressbar2/distinfo:1.7 --- pkgsrc/devel/py-progressbar2/distinfo:1.6 Thu Oct 20 08:59:16 2022 +++ pkgsrc/devel/py-progressbar2/distinfo Mon Oct 31 15:27:28 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/10/20 08:59:16 adam Exp $ +$NetBSD: distinfo,v 1.7 2022/10/31 15:27:28 adam Exp $ -BLAKE2s (progressbar2-4.1.1.tar.gz) = 69a58a33a704b4ff5bc0965a05cb88569feb1d28c9df778919e41f8ec3d7f447 -SHA512 (progressbar2-4.1.1.tar.gz) = 4df7652584c867589448ea8765ba2da99ce5e4c9cfc27268ff850dfe41efa6342a6a44f19384c5c54ef8c79432db35a755958ed9561cf2d37f98fc661a42099f -Size (progressbar2-4.1.1.tar.gz) = 638622 bytes +BLAKE2s (progressbar2-4.2.0.tar.gz) = 0f3f2015ce436ad8eadc0cbffc6fbe21bcf32e32271ff8c22acbae0743f8b127 +SHA512 (progressbar2-4.2.0.tar.gz) = d49c154e48bd730c2a7916ed53272ff20cb6fac8c9752734cf645d4701ffcdf25309bf493d03fdc5b6072a85b5f758332fa7448f307d4acc001ad4ab36303a68 +Size (progressbar2-4.2.0.tar.gz) = 650564 bytes --_----------=_1667230048240610--