summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-07-14 12:39:03 +0000
committeradam <adam@pkgsrc.org>2020-07-14 12:39:03 +0000
commit033efa9c736cad7b1a42a386f90669c303ce5795 (patch)
treec95679e57bb7ee0b4ebf4e359f99d8620c903bfa /misc
parent91f123d33ff80e488fb6054f391cb575bda7a700 (diff)
downloadpkgsrc-033efa9c736cad7b1a42a386f90669c303ce5795.tar.gz
py-tqdm: updated to 4.47.0
tqdm v4.47.0 stable add contrib.discord (similar to contrib.telegram) add contrib.bells to auto-enable all extras add contrib.utils_worker for common slow tasks (e.g. web I/O) fix lazy large memory usage & discard unsent messages (unprocessed tasks) fix slow notebook imports fix gui TypeError on unknown len() misc documentation/error message updates more succinct ImportError on missing ipywidgets fix broken/deprecated link add inline usage for contrib.discord and contrib.telegram misc framework updates add official py3.8 support fix snap builds
Diffstat (limited to 'misc')
-rw-r--r--misc/py-tqdm/Makefile4
-rw-r--r--misc/py-tqdm/PLIST11
-rw-r--r--misc/py-tqdm/distinfo10
3 files changed, 17 insertions, 8 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile
index 4261ef2fcb7..7f397fdf1eb 100644
--- a/misc/py-tqdm/Makefile
+++ b/misc/py-tqdm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/06/17 12:00:59 adam Exp $
+# $NetBSD: Makefile,v 1.20 2020/07/14 12:39:03 adam Exp $
-DISTNAME= tqdm-4.46.1
+DISTNAME= tqdm-4.47.0
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 a1ef9759723..8ddf6776d7f 100644
--- a/misc/py-tqdm/PLIST
+++ b/misc/py-tqdm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/05/03 11:52:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/07/14 12:39:03 adam Exp $
bin/tqdm-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -49,15 +49,24 @@ ${PYSITELIB}/tqdm/completion.sh
${PYSITELIB}/tqdm/contrib/__init__.py
${PYSITELIB}/tqdm/contrib/__init__.pyc
${PYSITELIB}/tqdm/contrib/__init__.pyo
+${PYSITELIB}/tqdm/contrib/bells.py
+${PYSITELIB}/tqdm/contrib/bells.pyc
+${PYSITELIB}/tqdm/contrib/bells.pyo
${PYSITELIB}/tqdm/contrib/concurrent.py
${PYSITELIB}/tqdm/contrib/concurrent.pyc
${PYSITELIB}/tqdm/contrib/concurrent.pyo
+${PYSITELIB}/tqdm/contrib/discord.py
+${PYSITELIB}/tqdm/contrib/discord.pyc
+${PYSITELIB}/tqdm/contrib/discord.pyo
${PYSITELIB}/tqdm/contrib/itertools.py
${PYSITELIB}/tqdm/contrib/itertools.pyc
${PYSITELIB}/tqdm/contrib/itertools.pyo
${PYSITELIB}/tqdm/contrib/telegram.py
${PYSITELIB}/tqdm/contrib/telegram.pyc
${PYSITELIB}/tqdm/contrib/telegram.pyo
+${PYSITELIB}/tqdm/contrib/utils_worker.py
+${PYSITELIB}/tqdm/contrib/utils_worker.pyc
+${PYSITELIB}/tqdm/contrib/utils_worker.pyo
${PYSITELIB}/tqdm/gui.py
${PYSITELIB}/tqdm/gui.pyc
${PYSITELIB}/tqdm/gui.pyo
diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo
index d0d42b31aa1..7517791dc59 100644
--- a/misc/py-tqdm/distinfo
+++ b/misc/py-tqdm/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/06/17 12:00:59 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/07/14 12:39:03 adam Exp $
-SHA1 (tqdm-4.46.1.tar.gz) = 33d398632efc308644e8026286f0a9ad4652f1ea
-RMD160 (tqdm-4.46.1.tar.gz) = 154951367b9cb551963c96dbfeeb8ff6c509240b
-SHA512 (tqdm-4.46.1.tar.gz) = de8710ceb44b6caa073aaa3c9dca281880d752d1b542a3dd87a54884478a185c35ab1969c6cb7242e30ee0511f967cde7bd4fa83a8d4f8c58d3e95ad2bf3bfc6
-Size (tqdm-4.46.1.tar.gz) = 144383 bytes
+SHA1 (tqdm-4.47.0.tar.gz) = 1b80eb57680f2db30563d0db0a3bed35e6fcd30f
+RMD160 (tqdm-4.47.0.tar.gz) = 68598d8f19255be3ee20283c134e6b4ab73dd51b
+SHA512 (tqdm-4.47.0.tar.gz) = 4023988cef757f43a6f59f7eddc8f40246cbca4994cea91dbb4a788385c0706f376f4c0fd5c8c47146c10eb8c52be2c9d4855b7bea0a5036162c55447aac95d7
+Size (tqdm-4.47.0.tar.gz) = 145749 bytes