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.62.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/e79b10f8075d
branches: trunk
changeset: 457344:e79b10f8075d
user: adam <adam%pkgsrc.org@localhost>
date: Tue Aug 24 08:32:17 2021 +0000
description:
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
diffstat:
misc/py-tqdm/Makefile | 5 +++--
misc/py-tqdm/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r b7375b44c434 -r e79b10f8075d misc/py-tqdm/Makefile
--- a/misc/py-tqdm/Makefile Tue Aug 24 08:31:27 2021 +0000
+++ b/misc/py-tqdm/Makefile Tue Aug 24 08:32:17 2021 +0000
@@ -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}-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
diff -r b7375b44c434 -r e79b10f8075d misc/py-tqdm/distinfo
--- a/misc/py-tqdm/distinfo Tue Aug 24 08:31:27 2021 +0000
+++ b/misc/py-tqdm/distinfo Tue Aug 24 08:32:17 2021 +0000
@@ -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