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.38.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/caaa82360594
branches:  trunk
changeset: 417682:caaa82360594
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 14 10:53:31 2019 +0000

description:
py-tqdm: updated to 4.38.0

tqdm v4.38.0 stable
support lock_args for e.g. non-blocking intermediate writes
use self.refresh() in more places
add and update performance tests
support args for TqdmDefaultWriteLock.acquire()
fix colorama on win
framework updates
CI cleanup
move to stages (check/test/deploy)
auto deploy notes
deploy only on parent repo
separate docker deploy
update documentation sync/generation
update examples
update documentation
add and update tests
misc tidy and linting

tqdm v4.37.0 stable
potential future pandas fix
better unicode widechar support
fix example/tqdm_wget unknown total
add stacklevel=2 to warnings
misc framework updates
snapcraft version fix
update issue/pr templates
update unit tests
misc documentation updates
update parallel (multiprocessing, ThreadPoolExecutor) example
add slides, video images
add CII Best Practices badge
add repology badge
update badge icons

diffstat:

 misc/py-tqdm/Makefile |   4 ++--
 misc/py-tqdm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 358aec833595 -r caaa82360594 misc/py-tqdm/Makefile
--- a/misc/py-tqdm/Makefile     Thu Nov 14 10:51:26 2019 +0000
+++ b/misc/py-tqdm/Makefile     Thu Nov 14 10:53:31 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/10/07 20:17:10 adam Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/14 10:53:31 adam Exp $
 
-DISTNAME=      tqdm-4.36.1
+DISTNAME=      tqdm-4.38.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}
diff -r 358aec833595 -r caaa82360594 misc/py-tqdm/distinfo
--- a/misc/py-tqdm/distinfo     Thu Nov 14 10:51:26 2019 +0000
+++ b/misc/py-tqdm/distinfo     Thu Nov 14 10:53:31 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/10/07 20:17:10 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/11/14 10:53:31 adam Exp $
 
-SHA1 (tqdm-4.36.1.tar.gz) = 6eddc6aa9e2f1535e2edc7908b0bdb21334627f3
-RMD160 (tqdm-4.36.1.tar.gz) = 781299d940e0094e034c47ec9888105b84d70a59
-SHA512 (tqdm-4.36.1.tar.gz) = 26fba84380ee8f39104cd0108d8fc9c33441f15f59d03ef2f95de6026f40cd40723835c0ab2c7db1358de716b0c83ad2a88103fd99a59de473127c69485f14cb
-Size (tqdm-4.36.1.tar.gz) = 125123 bytes
+SHA1 (tqdm-4.38.0.tar.gz) = 410649243f8b87b79202c6630b59e4b0f105fb3b
+RMD160 (tqdm-4.38.0.tar.gz) = e61ced523192127b9737243f0780181f0df855f7
+SHA512 (tqdm-4.38.0.tar.gz) = 54d6e63213a4bb07c16fc36e821c963764fba4fa23593b0116a967877c11306259dbf77ffb8c24048548127cb06583c8d5cfcbf5e7538df9856c5056ad091d6d
+Size (tqdm-4.38.0.tar.gz) = 127264 bytes



Home | Main Index | Thread Index | Old Index