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 Aug 24 08:32:17 UTC 2021

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

Log Message:
py-tqdm: updated to 4.62.2

tqdm v4.62.2 stable

fix notebook memory leak
fix contrib.concurrent with generators

tqdm v4.62.1 stable

contrib.logging: inherit existing handler output stream
fix PermissionError by using weakref in DisableOnWriteError
fix contrib.telegram creation rate limit handling
tests: fix py27 keras dependencies
misc tidy: use relative imports
minor documentation updates

tqdm v4.62.0 stable

asyncio.gather API consistency with stdlib
fix shutdown exception
misc build framework updates
add GH Sponsors & merch links

tqdm v4.61.2 stable

install colorama on Windows
add telegram support for leave=False
support pandas==1.3.0
fix keras potential AttributeError
fix py3.10 asyncio tests
flush stdout/err before first render
misc minor build & test framework updates


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.29 -r1.30 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.32 pkgsrc/misc/py-tqdm/Makefile:1.33
--- pkgsrc/misc/py-tqdm/Makefile:1.32   Fri Jun 25 07:25:45 2021
+++ pkgsrc/misc/py-tqdm/Makefile        Tue Aug 24 08:32:17 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2021/06/25 07:25:45 adam Exp $
+# $NetBSD: Makefile,v 1.33 2021/08/24 08:32:17 adam Exp $
 
-DISTNAME=      tqdm-4.61.1
+DISTNAME=      tqdm-4.62.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}
@@ -15,6 +15,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-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
+TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.29 pkgsrc/misc/py-tqdm/distinfo:1.30
--- pkgsrc/misc/py-tqdm/distinfo:1.29   Fri Jun 25 07:25:45 2021
+++ pkgsrc/misc/py-tqdm/distinfo        Tue Aug 24 08:32:17 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2021/06/25 07:25:45 adam Exp $
+$NetBSD: distinfo,v 1.30 2021/08/24 08:32:17 adam Exp $
 
-SHA1 (tqdm-4.61.1.tar.gz) = 88c867fffef5f31d269c80fbb9e00e0ea61d7733
-RMD160 (tqdm-4.61.1.tar.gz) = 9f915daf83403de74e9dcb6870f455d966b720f2
-SHA512 (tqdm-4.61.1.tar.gz) = 6092a30389380a511abc8bee7e6144556d6dc1a993ba4a2685707afa2838a12f472aa216ac5e55d144da74f9be1d398d4c6f5352986a200557e4aba67831a505
-Size (tqdm-4.61.1.tar.gz) = 169637 bytes
+SHA1 (tqdm-4.62.2.tar.gz) = 4f5496182b5f8f06db36c7bb051060acfcfbebc8
+RMD160 (tqdm-4.62.2.tar.gz) = 12621f911290916b9496eb2176a7580eddb84b55
+SHA512 (tqdm-4.62.2.tar.gz) = a59a041fa239e215e541f07c66292c27bfe067f3f2eac2916662b4ef1faa630346dec9558a7f66a3456b3d2ddcd164f9381cb89e5ac8350d0295367bfc248a8c
+Size (tqdm-4.62.2.tar.gz) = 169564 bytes



Home | Main Index | Thread Index | Old Index