diff options
author | adam <adam@pkgsrc.org> | 2019-10-07 20:17:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-10-07 20:17:10 +0000 |
commit | 9c850b855bbb4a6f409142e844f3f28bb9e44713 (patch) | |
tree | 3cf475c16c8a5edd83ab1b7a42429a44dd763c64 | |
parent | ef1abfc802424a65df441fa15a0ae6b0a5441ac9 (diff) | |
download | pkgsrc-9c850b855bbb4a6f409142e844f3f28bb9e44713.tar.gz |
py-tqdm: updated to 4.36.1
tqdm v4.36.1 stable
fix CLI entrypoint
tqdm v4.36.0 stable
expose more custom format params
potential thread safety fix
update submodule architecture
- backward-compatibility
- expose utils
- rename main -> cli
- add/fix tests
- fix minor cached var optimisation
- gui partial upgrade
- notebook upgrade
. support {bar} in bar_format
. inherit methods including set_*(refresh)
- ready for contrib releases
support custom bar_format with unknown total
fix tqdm_notebook red block on explicit file=None
update notebook to fully support custom bar_format
misc tidy
- warnings
- linting
- update submodule contribution guide
- parallel (py)make test
- fix Zenodo metadata
update documentation
- pandas, notebook, gui
- indentation
- update multiprocessing and multithreading examples
-rw-r--r-- | misc/py-tqdm/Makefile | 4 | ||||
-rw-r--r-- | misc/py-tqdm/PLIST | 29 | ||||
-rw-r--r-- | misc/py-tqdm/distinfo | 10 |
3 files changed, 29 insertions, 14 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 5357269f60f..18c9cfcf51c 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2019/09/02 08:33:28 adam Exp $ +# $NetBSD: Makefile,v 1.10 2019/10/07 20:17:10 adam Exp $ -DISTNAME= tqdm-4.35.0 +DISTNAME= tqdm-4.36.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tqdm/} diff --git a/misc/py-tqdm/PLIST b/misc/py-tqdm/PLIST index b0034bdafc2..1e10e67f789 100644 --- a/misc/py-tqdm/PLIST +++ b/misc/py-tqdm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2019/01/28 14:13:50 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2019/10/07 20:17:10 adam Exp $ bin/tqdm-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -36,10 +36,25 @@ ${PYSITELIB}/tqdm/_utils.pyo ${PYSITELIB}/tqdm/_version.py ${PYSITELIB}/tqdm/_version.pyc ${PYSITELIB}/tqdm/_version.pyo -${PYSITELIB}/tqdm/auto/__init__.py -${PYSITELIB}/tqdm/auto/__init__.pyc -${PYSITELIB}/tqdm/auto/__init__.pyo -${PYSITELIB}/tqdm/autonotebook/__init__.py -${PYSITELIB}/tqdm/autonotebook/__init__.pyc -${PYSITELIB}/tqdm/autonotebook/__init__.pyo +${PYSITELIB}/tqdm/auto.py +${PYSITELIB}/tqdm/auto.pyc +${PYSITELIB}/tqdm/auto.pyo +${PYSITELIB}/tqdm/autonotebook.py +${PYSITELIB}/tqdm/autonotebook.pyc +${PYSITELIB}/tqdm/autonotebook.pyo +${PYSITELIB}/tqdm/cli.py +${PYSITELIB}/tqdm/cli.pyc +${PYSITELIB}/tqdm/cli.pyo +${PYSITELIB}/tqdm/gui.py +${PYSITELIB}/tqdm/gui.pyc +${PYSITELIB}/tqdm/gui.pyo +${PYSITELIB}/tqdm/notebook.py +${PYSITELIB}/tqdm/notebook.pyc +${PYSITELIB}/tqdm/notebook.pyo +${PYSITELIB}/tqdm/std.py +${PYSITELIB}/tqdm/std.pyc +${PYSITELIB}/tqdm/std.pyo +${PYSITELIB}/tqdm/utils.py +${PYSITELIB}/tqdm/utils.pyc +${PYSITELIB}/tqdm/utils.pyo man/man1/tqdm-${PYVERSSUFFIX}.1 diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo index edde710f392..40afe40683c 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2019/09/02 08:33:28 adam Exp $ +$NetBSD: distinfo,v 1.9 2019/10/07 20:17:10 adam Exp $ -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 +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 |