Received: by mail.netbsd.org (Postfix, from userid 605) id 2DE0584DD0; Mon, 2 Sep 2019 08:33:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA96A84DCF for ; Mon, 2 Sep 2019 08:33:29 +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 lo850JFAjXyO for ; Mon, 2 Sep 2019 08:33:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3394E84D86 for ; Mon, 2 Sep 2019 08:33:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C78BFBF4; Mon, 2 Sep 2019 08:33:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1567413209155140" MIME-Version: 1.0 Date: Mon, 2 Sep 2019 08:33:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/misc/py-tqdm To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190902083329.2C78BFBF4@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. --_----------=_1567413209155140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 2 08:33:29 UTC 2019 Modified Files: pkgsrc/misc/py-tqdm: Makefile distinfo Log Message: py-tqdm: updated to 4.35.0 tqdm v4.35.0: * add {bar} format specifier * add tests and documentation * update performance tests To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/py-tqdm/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/py-tqdm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1567413209155140 Content-Disposition: inline Content-Length: 1583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/py-tqdm/Makefile diff -u pkgsrc/misc/py-tqdm/Makefile:1.8 pkgsrc/misc/py-tqdm/Makefile:1.9 --- pkgsrc/misc/py-tqdm/Makefile:1.8 Wed Aug 21 09:01:00 2019 +++ pkgsrc/misc/py-tqdm/Makefile Mon Sep 2 08:33:28 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2019/08/21 09:01:00 adam Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 08:33:28 adam Exp $ -DISTNAME= tqdm-4.34.0 +DISTNAME= tqdm-4.35.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tqdm/} Index: pkgsrc/misc/py-tqdm/distinfo diff -u pkgsrc/misc/py-tqdm/distinfo:1.7 pkgsrc/misc/py-tqdm/distinfo:1.8 --- pkgsrc/misc/py-tqdm/distinfo:1.7 Wed Aug 21 09:01:00 2019 +++ pkgsrc/misc/py-tqdm/distinfo Mon Sep 2 08:33:28 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/08/21 09:01:00 adam Exp $ +$NetBSD: distinfo,v 1.8 2019/09/02 08:33:28 adam Exp $ -SHA1 (tqdm-4.34.0.tar.gz) = c996a27a804da7eb16ce2b5a78d34dbd21f87443 -RMD160 (tqdm-4.34.0.tar.gz) = 3ff58eb110cc880bd32fed9ef8bce4800e8b5a2d -SHA512 (tqdm-4.34.0.tar.gz) = e89c5189faa596b5821a3c9ba1538f97f28df61928f6e1d028a2dbd649e59bd998e226359ddb0bd4e012ba77575d6610b1283d1289cd46f78b8f8fdf3bb3e4e7 -Size (tqdm-4.34.0.tar.gz) = 121782 bytes +SHA1 (tqdm-4.35.0.tar.gz) = 0b43d925d730189f11ad63b5b7cb6b24542113aa +RMD160 (tqdm-4.35.0.tar.gz) = a1cdfc13b30f11d7a68bf1418d86420b32e6fb17 +SHA512 (tqdm-4.35.0.tar.gz) = c4bd37997c6c13a5451c5f8e71feb768d8f18420501e7932e0621e36587314a2e60d69ec8dee5313c6d2893d789c002f0987d4c1a9e258ab95b1a1305b8522e0 +Size (tqdm-4.35.0.tar.gz) = 122794 bytes --_----------=_1567413209155140--