diff options
author | adam <adam@pkgsrc.org> | 2019-11-14 10:53:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-11-14 10:53:31 +0000 |
commit | afd90800d9941cf8fee416485025297ae0c1864b (patch) | |
tree | aaab3a98e5941abb6debdd9c020db269600f971b /misc | |
parent | 8be2ae62c8b201c06d1760ec4a9dc75ed5862888 (diff) | |
download | pkgsrc-afd90800d9941cf8fee416485025297ae0c1864b.tar.gz |
py-tqdm: updated to 4.38.0
tqdm v4.38.0 stable
support lock_args for e.g. non-blocking intermediate writes
use self.refresh() in more places
add and update performance tests
support args for TqdmDefaultWriteLock.acquire()
fix colorama on win
framework updates
CI cleanup
move to stages (check/test/deploy)
auto deploy notes
deploy only on parent repo
separate docker deploy
update documentation sync/generation
update examples
update documentation
add and update tests
misc tidy and linting
tqdm v4.37.0 stable
potential future pandas fix
better unicode widechar support
fix example/tqdm_wget unknown total
add stacklevel=2 to warnings
misc framework updates
snapcraft version fix
update issue/pr templates
update unit tests
misc documentation updates
update parallel (multiprocessing, ThreadPoolExecutor) example
add slides, video images
add CII Best Practices badge
add repology badge
update badge icons
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 18c9cfcf51c..84902217d8c 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2019/10/07 20:17:10 adam Exp $ +# $NetBSD: Makefile,v 1.11 2019/11/14 10:53:31 adam Exp $ -DISTNAME= tqdm-4.36.1 +DISTNAME= tqdm-4.38.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 40afe40683c..80dad62ce65 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2019/10/07 20:17:10 adam Exp $ +$NetBSD: distinfo,v 1.10 2019/11/14 10:53:31 adam Exp $ -SHA1 (tqdm-4.36.1.tar.gz) = 6eddc6aa9e2f1535e2edc7908b0bdb21334627f3 -RMD160 (tqdm-4.36.1.tar.gz) = 781299d940e0094e034c47ec9888105b84d70a59 -SHA512 (tqdm-4.36.1.tar.gz) = 26fba84380ee8f39104cd0108d8fc9c33441f15f59d03ef2f95de6026f40cd40723835c0ab2c7db1358de716b0c83ad2a88103fd99a59de473127c69485f14cb -Size (tqdm-4.36.1.tar.gz) = 125123 bytes +SHA1 (tqdm-4.38.0.tar.gz) = 410649243f8b87b79202c6630b59e4b0f105fb3b +RMD160 (tqdm-4.38.0.tar.gz) = e61ced523192127b9737243f0780181f0df855f7 +SHA512 (tqdm-4.38.0.tar.gz) = 54d6e63213a4bb07c16fc36e821c963764fba4fa23593b0116a967877c11306259dbf77ffb8c24048548127cb06583c8d5cfcbf5e7538df9856c5056ad091d6d +Size (tqdm-4.38.0.tar.gz) = 127264 bytes |