Received: by mail.netbsd.org (Postfix, from userid 605) id 9018784DD3; Thu, 11 Mar 2021 09:50:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CABCE84DC2 for ; Thu, 11 Mar 2021 09:50:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NDs9ve7TV1q0 for ; Thu, 11 Mar 2021 09:50:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3915284CD8 for ; Thu, 11 Mar 2021 09:50:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2DEA9FA95; Thu, 11 Mar 2021 09:50:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161545622099700" MIME-Version: 1.0 Date: Thu, 11 Mar 2021 09:50:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/misc/py-tqdm To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210311095020.2DEA9FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161545622099700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_161545622099700 Content-Disposition: inline Content-Length: 2813 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_161545622099700--