diff options
author | adam <adam@pkgsrc.org> | 2019-08-21 09:01:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-08-21 09:01:00 +0000 |
commit | cc043986655d70d1f1e7e4a08de462c355e0d37b (patch) | |
tree | e0ac284c2cf4c85a0d056fc9075287a8912c5d2c /misc | |
parent | dc8f8d22abf7a294d2138bef9ca984a11c0ba6d9 (diff) | |
download | pkgsrc-cc043986655d70d1f1e7e4a08de462c355e0d37b.tar.gz |
py-tqdm: updated to 4.34.0
tqdm v4.34.0 stable
add leave=None convenience option for leave = position == 0
ensure nested completed bars respect leave=True
ensure nested bars are cleared before being moved up
support both and = syntax for CLI options
misc documentation updates
fix/update tests
update GitHub docker package deployment
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-tqdm/Makefile | 4 | ||||
-rw-r--r-- | misc/py-tqdm/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 7c09826170e..bbbb0bb5f5a 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/08/09 07:35:15 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/08/21 09:01:00 adam Exp $ -DISTNAME= tqdm-4.33.0 +DISTNAME= tqdm-4.34.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tqdm/} diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo index 286f826e742..0aa5883f81d 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2019/08/09 07:35:15 adam Exp $ +$NetBSD: distinfo,v 1.7 2019/08/21 09:01:00 adam Exp $ -SHA1 (tqdm-4.33.0.tar.gz) = bd5c46e22057960dedc8752937a235d024d97f09 -RMD160 (tqdm-4.33.0.tar.gz) = 5411559f33a2d487a0314d9b36de0220f46f62aa -SHA512 (tqdm-4.33.0.tar.gz) = de86a2dc2c5f887b9671ee01e7c05820375b0ef83dec92f17da4d944dd02cbf96a133fd9d349ba5f9c75af70e7b87110a9a7ad3293c7eb81e49ed6ea288ba73c -Size (tqdm-4.33.0.tar.gz) = 121571 bytes +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 |