pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/py-tqdm py-tqdm: updated to 4.59.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2a1ed9f0d35
branches:  trunk
changeset: 448628:a2a1ed9f0d35
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 11 09:50:19 2021 +0000

description:
py-tqdm: updated to 4.59.0

tqdm v4.59.0 stable

add tqdm.dask.TqdmCallback
add asyncio.gather()
add basic support for length_hint
add & update tests
misc documentation updates
update contributing guide
update URLs
bash completion: add missing --delay
misc code tidy
add [notebook] extra


tqdm v4.58.0 stable

add start delay in seconds
add tests
misc code tidy
misc documentation updates


tqdm v4.57.0 stable

add line buffering for DummyTqdmFile
fix & update demo notebook
fix py3 urllib examples
suppress deprecated pandas warnings
misc framework updates
misc tests updates
misc code tidy

diffstat:

 misc/py-tqdm/Makefile |   9 ++++-----
 misc/py-tqdm/PLIST    |   5 ++++-
 misc/py-tqdm/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 11 deletions(-)

diffs (60 lines):

diff -r 2cc3b6c9f28b -r a2a1ed9f0d35 misc/py-tqdm/Makefile
--- a/misc/py-tqdm/Makefile     Thu Mar 11 09:47:59 2021 +0000
+++ b/misc/py-tqdm/Makefile     Thu Mar 11 09:50:19 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2021/02/13 21:27:19 adam Exp $
+# $NetBSD: Makefile,v 1.29 2021/03/11 09:50:19 adam Exp $
 
-DISTNAME=      tqdm-4.56.2
+DISTNAME=      tqdm-4.59.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}
@@ -15,11 +15,10 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
-# Uses async
+USE_LANGUAGES= # none
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-USE_LANGUAGES= # none
-
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/tqdm/completion.sh
diff -r 2cc3b6c9f28b -r a2a1ed9f0d35 misc/py-tqdm/PLIST
--- a/misc/py-tqdm/PLIST        Thu Mar 11 09:47:59 2021 +0000
+++ b/misc/py-tqdm/PLIST        Thu Mar 11 09:50:19 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/01/16 11:15:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/03/11 09:50:19 adam Exp $
 bin/tqdm-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -70,6 +70,9 @@
 ${PYSITELIB}/tqdm/contrib/utils_worker.py
 ${PYSITELIB}/tqdm/contrib/utils_worker.pyc
 ${PYSITELIB}/tqdm/contrib/utils_worker.pyo
+${PYSITELIB}/tqdm/dask.py
+${PYSITELIB}/tqdm/dask.pyc
+${PYSITELIB}/tqdm/dask.pyo
 ${PYSITELIB}/tqdm/gui.py
 ${PYSITELIB}/tqdm/gui.pyc
 ${PYSITELIB}/tqdm/gui.pyo
diff -r 2cc3b6c9f28b -r a2a1ed9f0d35 misc/py-tqdm/distinfo
--- a/misc/py-tqdm/distinfo     Thu Mar 11 09:47:59 2021 +0000
+++ b/misc/py-tqdm/distinfo     Thu Mar 11 09:50:19 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2021/02/13 21:27:19 adam Exp $
+$NetBSD: distinfo,v 1.26 2021/03/11 09:50:19 adam Exp $
 
-SHA1 (tqdm-4.56.2.tar.gz) = c77b95746996e91dd9572b9a21726f2207c77b5f
-RMD160 (tqdm-4.56.2.tar.gz) = 9bd7b8f04722b0e998cba0ede058c11a98f93fde
-SHA512 (tqdm-4.56.2.tar.gz) = 8e7ec199c43a3cdb69bdbfaaec33c11ce8b337255eff4ae6af9928c2a2c5adb065698538562020c9f0a29a63671cbbfcf2c4c9ccb25bec0ec1d8ae8df66516c3
-Size (tqdm-4.56.2.tar.gz) = 167040 bytes
+SHA1 (tqdm-4.59.0.tar.gz) = 96855b54e27a00393257f2855f726cd2daa41615
+RMD160 (tqdm-4.59.0.tar.gz) = 2406073eeff7bbc103da552cfbab5325ee602d22
+SHA512 (tqdm-4.59.0.tar.gz) = be7ffe2f5e28dd2c653fdafd26cdfab6c89f1fd257420f9ab47460230318183b4934370261d7d5939d05f55b907e2d3982cbef078d372d9a4167e1df42c895a8
+Size (tqdm-4.59.0.tar.gz) = 168620 bytes



Home | Main Index | Thread Index | Old Index