diff options
author | adam <adam@pkgsrc.org> | 2020-04-10 08:04:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-04-10 08:04:52 +0000 |
commit | d6d353857de8b8e84730cd4b4e79c0d4c04c5ce8 (patch) | |
tree | 149439dcd0ad1e840a7627991b93bbe1bc362710 /misc/py-tqdm | |
parent | 604c528cf62a5e9024e837d262abc5b75b5e1fbb (diff) | |
download | pkgsrc-d6d353857de8b8e84730cd4b4e79c0d4c04c5ce8.tar.gz |
py-tqdm: updated to 4.45.0
tqdm v4.45.0 stable
propagate and close() on exceptions
fix nested clear()
rework nested close()
reduces screen flicker/blank space at the cost of ordering
update all documentation & demos
add and update tests
dev framework: add pre-commit helper
tqdm v4.44.1 stable
fix _utils ImportError => DeprecationWarning
tqdm v4.44.0 stable
add automatic nrows and expose for manual override
expose and warn about small chunksize in tqdm.contrib.concurrent.process_map
fix py2 file stream comparison
deprecate utils._environ_cols_wrapper
add and update tests
add documentation
Diffstat (limited to 'misc/py-tqdm')
-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 deed7d6b3be..09735b7ac26 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2020/02/21 09:10:51 adam Exp $ +# $NetBSD: Makefile,v 1.17 2020/04/10 08:04:52 adam Exp $ -DISTNAME= tqdm-4.43.0 +DISTNAME= tqdm-4.45.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 4d691085aed..2f1b2715e58 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2020/02/21 09:10:51 adam Exp $ +$NetBSD: distinfo,v 1.16 2020/04/10 08:04:52 adam Exp $ -SHA1 (tqdm-4.43.0.tar.gz) = e4216f13232012cb73a32d920ab94691d35ae778 -RMD160 (tqdm-4.43.0.tar.gz) = 97b485d13330e63c58f408aaa5111b59a152d4e7 -SHA512 (tqdm-4.43.0.tar.gz) = db6e44571af829306d513bf8e1de17a06b2cf5803f98560e6db76b1a87b39ab8eb8f3208e8d39eabdb1b5f36a935c7a39de905a9c24425262c7d988d147ec822 -Size (tqdm-4.43.0.tar.gz) = 135045 bytes +SHA1 (tqdm-4.45.0.tar.gz) = 7443bbdf9506e94b9064a755db7d3ba7f59b788e +RMD160 (tqdm-4.45.0.tar.gz) = 6d6ae1de878dcc9f06356739d73dea5479894b21 +SHA512 (tqdm-4.45.0.tar.gz) = 7b35f86205c6581ede9bdb0788e7f55be525c3f0f77952803046661c6a7a6cd3c15ed0323376ecedb5cddace1b32a41fee1932033dcaa49f9096dc3b9b674f10 +Size (tqdm-4.45.0.tar.gz) = 140990 bytes |