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:           Thu Mar 11 09:50:20 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/py-tqdm/PLIST
cvs rdiff -u -r1.25 -r1.26 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.28 pkgsrc/misc/py-tqdm/Makefile:1.29
--- pkgsrc/misc/py-tqdm/Makefile:1.28   Sat Feb 13 21:27:19 2021
+++ pkgsrc/misc/py-tqdm/Makefile        Thu Mar 11 09:50:19 2021
@@ -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}-coverage-[
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
-# Uses async
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/tqdm/completion.sh

Index: pkgsrc/misc/py-tqdm/PLIST
diff -u pkgsrc/misc/py-tqdm/PLIST:1.11 pkgsrc/misc/py-tqdm/PLIST:1.12
--- pkgsrc/misc/py-tqdm/PLIST:1.11      Sat Jan 16 11:15:13 2021
+++ pkgsrc/misc/py-tqdm/PLIST   Thu Mar 11 09:50:19 2021
@@ -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/telegram.pyo
 ${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

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.25 pkgsrc/misc/py-tqdm/distinfo:1.26
--- pkgsrc/misc/py-tqdm/distinfo:1.25   Sat Feb 13 21:27:19 2021
+++ pkgsrc/misc/py-tqdm/distinfo        Thu Mar 11 09:50:19 2021
@@ -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