pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-tqdm



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr  6 20:16:06 UTC 2021

Modified Files:
        pkgsrc/misc/py-tqdm: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/py-tqdm/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/py-tqdm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-tqdm/Makefile
diff -u pkgsrc/misc/py-tqdm/Makefile:1.29 pkgsrc/misc/py-tqdm/Makefile:1.30
--- pkgsrc/misc/py-tqdm/Makefile:1.29   Thu Mar 11 09:50:19 2021
+++ pkgsrc/misc/py-tqdm/Makefile        Tue Apr  6 20:16:06 2021
@@ -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 @@ BUILD_DEPENDS+=      ${PYPKGPREFIX}-setuptool
 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

Index: pkgsrc/misc/py-tqdm/PLIST
diff -u pkgsrc/misc/py-tqdm/PLIST:1.12 pkgsrc/misc/py-tqdm/PLIST:1.13
--- pkgsrc/misc/py-tqdm/PLIST:1.12      Thu Mar 11 09:50:19 2021
+++ pkgsrc/misc/py-tqdm/PLIST   Tue Apr  6 20:16:06 2021
@@ -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/discord.pyo
 ${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

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.26 pkgsrc/misc/py-tqdm/distinfo:1.27
--- pkgsrc/misc/py-tqdm/distinfo:1.26   Thu Mar 11 09:50:19 2021
+++ pkgsrc/misc/py-tqdm/distinfo        Tue Apr  6 20:16:06 2021
@@ -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