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:           Wed Oct  7 12:52:31 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.20 -r1.21 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.22 pkgsrc/misc/py-tqdm/Makefile:1.23
--- pkgsrc/misc/py-tqdm/Makefile:1.22   Tue Aug 11 18:44:53 2020
+++ pkgsrc/misc/py-tqdm/Makefile        Wed Oct  7 12:52:31 2020
@@ -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/}

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.20 pkgsrc/misc/py-tqdm/distinfo:1.21
--- pkgsrc/misc/py-tqdm/distinfo:1.20   Wed Aug  5 06:48:17 2020
+++ pkgsrc/misc/py-tqdm/distinfo        Wed Oct  7 12:52:31 2020
@@ -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