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.50.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/43a9034a0b6c
branches: trunk
changeset: 440366:43a9034a0b6c
user: adam <adam%pkgsrc.org@localhost>
date: Wed Oct 07 12:52:31 2020 +0000
description:
py-tqdm: updated to 4.50.1
tqdm v4.50.1 stable
fix multiprocessing lock creation leak
fixes 617 which introduced this bug (v4.29.0, released 2019-01-06, undiagnosed until now) where multiple threads could concurrently create and append process locks to a global list, then try to
release them without first acquiring 👿
major test overhaul: fix, update, and speed up
misc CI framework updates
code linting
minor documentation tidy
tqdm v4.50.0 stable
add bar colour option
for notebook as well as std/CLI
plain text as well as hex (e.g. 'green' or '#00ff00')
notebook improvements
split bar description into separate widget
improve reset() (handle width and colour)
fix exceptions when file is closed
add & update tests
minor documentation updates
move and configure issue/pr templates
tqdm v4.49.0 stable
CLI: add --tee
CLI: add --update and --update_to
CLI: add --null
CLI: accept - instead of _ in options (e.g. --update-to)
make update() return True on display to ease efficient use of custom callbacks
fix py>=3 CLI --delim encoding error
fix py>=3.5 version detection in tqdm.auto
fix final ETA when using initial
update documentation
add & update custom callback examples
improve help formatting of boolean CLI options
add & update tests
diffstat:
misc/py-tqdm/Makefile | 4 ++--
misc/py-tqdm/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r b0d0ef34e4aa -r 43a9034a0b6c misc/py-tqdm/Makefile
--- a/misc/py-tqdm/Makefile Wed Oct 07 11:12:57 2020 +0000
+++ b/misc/py-tqdm/Makefile Wed Oct 07 12:52:31 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/08/11 18:44:53 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2020/10/07 12:52:31 adam Exp $
-DISTNAME= tqdm-4.48.2
+DISTNAME= tqdm-4.50.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tqdm/}
diff -r b0d0ef34e4aa -r 43a9034a0b6c misc/py-tqdm/distinfo
--- a/misc/py-tqdm/distinfo Wed Oct 07 11:12:57 2020 +0000
+++ b/misc/py-tqdm/distinfo Wed Oct 07 12:52:31 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2020/08/05 06:48:17 adam Exp $
+$NetBSD: distinfo,v 1.21 2020/10/07 12:52:31 adam Exp $
-SHA1 (tqdm-4.48.2.tar.gz) = 00aca47824b44d49a427f1450a3d4c7a5e9b9536
-RMD160 (tqdm-4.48.2.tar.gz) = aed051020f98269d529fdbe9463270d7c638ef9c
-SHA512 (tqdm-4.48.2.tar.gz) = 849e4dad4bd0819b328e906af8a8f7acf2ebfd559c9ae3ebf822bc64c1b1a5c96e44b9b69d3dedf6387c44cf9eed559f1377ea29f71fadfc8f056c52685425e9
-Size (tqdm-4.48.2.tar.gz) = 148978 bytes
+SHA1 (tqdm-4.50.1.tar.gz) = b25da1b70cfb47dc234ed557a0e2b3df9e1b85c5
+RMD160 (tqdm-4.50.1.tar.gz) = e367bcf43235bd8adc915cfab0289d4acff5866c
+SHA512 (tqdm-4.50.1.tar.gz) = 4db3ab73ca387961e0522fb5521bbad0420f1cf99a38a5192f048e08a30aeddd20d39ca2d7cd24dbd29e2342018fe65d55a2d0b275d188bf41f7592b8b77cd32
+Size (tqdm-4.50.1.tar.gz) = 153435 bytes
Home |
Main Index |
Thread Index |
Old Index