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.60.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5ffdcd67896
branches:  trunk
changeset: 449863:d5ffdcd67896
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 06 20:16:06 2021 +0000

description:
py-tqdm: updated to 4.60.0

tqdm v4.60.0 stable

add contrib.logging helpers for redirecting to tqdm.write()
support delay in notebook
fix contrib.tmap, tzip not using tqdm_class
add notebook tests
updates & misc minor fixes for documentation

diffstat:

 misc/py-tqdm/Makefile |   7 +++++--
 misc/py-tqdm/PLIST    |   5 ++++-
 misc/py-tqdm/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r 3b1a01607471 -r d5ffdcd67896 misc/py-tqdm/Makefile
--- a/misc/py-tqdm/Makefile     Tue Apr 06 20:12:01 2021 +0000
+++ b/misc/py-tqdm/Makefile     Tue Apr 06 20:16:06 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2021/03/11 09:50:19 adam Exp $
+# $NetBSD: Makefile,v 1.30 2021/04/06 20:16:06 adam Exp $
 
-DISTNAME=      tqdm-4.59.0
+DISTNAME=      tqdm-4.60.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}
@@ -14,9 +14,12 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 
+PYSETUPTESTTARGET=     pytest
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
diff -r 3b1a01607471 -r d5ffdcd67896 misc/py-tqdm/PLIST
--- a/misc/py-tqdm/PLIST        Tue Apr 06 20:12:01 2021 +0000
+++ b/misc/py-tqdm/PLIST        Tue Apr 06 20:16:06 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2021/03/11 09:50:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2021/04/06 20:16:06 adam Exp $
 bin/tqdm-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -64,6 +64,9 @@
 ${PYSITELIB}/tqdm/contrib/itertools.py
 ${PYSITELIB}/tqdm/contrib/itertools.pyc
 ${PYSITELIB}/tqdm/contrib/itertools.pyo
+${PYSITELIB}/tqdm/contrib/logging.py
+${PYSITELIB}/tqdm/contrib/logging.pyc
+${PYSITELIB}/tqdm/contrib/logging.pyo
 ${PYSITELIB}/tqdm/contrib/telegram.py
 ${PYSITELIB}/tqdm/contrib/telegram.pyc
 ${PYSITELIB}/tqdm/contrib/telegram.pyo
diff -r 3b1a01607471 -r d5ffdcd67896 misc/py-tqdm/distinfo
--- a/misc/py-tqdm/distinfo     Tue Apr 06 20:12:01 2021 +0000
+++ b/misc/py-tqdm/distinfo     Tue Apr 06 20:16:06 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2021/03/11 09:50:19 adam Exp $
+$NetBSD: distinfo,v 1.27 2021/04/06 20:16:06 adam Exp $
 
-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
+SHA1 (tqdm-4.60.0.tar.gz) = caf46d878722af27b9e79e08e733309c657346fb
+RMD160 (tqdm-4.60.0.tar.gz) = 22162b70efe5de13853d22dbe5f8ea7cf6613ee4
+SHA512 (tqdm-4.60.0.tar.gz) = e76dda97323353725c8e30b254bacfa328b4708d37ba2d21dadd30fd26e76605d8f077f02f2047030c6ab9761710a0e86640153fee0e3a3f972db12266fcfde2
+Size (tqdm-4.60.0.tar.gz) = 174201 bytes



Home | Main Index | Thread Index | Old Index