Source-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.46.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ad4a8296e39
branches:  trunk
changeset: 434492:2ad4a8296e39
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 17 12:00:59 2020 +0000

description:
py-tqdm: updated to 4.46.1

tqdm v4.46.1 stable

fix missing sys.setcheckinterval in py3.9
fix keras.TqdmCallback compatibility with tensorflow==2.2.0
update documentation
correct contrib.concurrent correct max_workers
drop prominent mention of xrange
minor linting

diffstat:

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

diffs (27 lines):

diff -r 90a8cfd2c11e -r 2ad4a8296e39 misc/py-tqdm/Makefile
--- a/misc/py-tqdm/Makefile     Wed Jun 17 11:58:57 2020 +0000
+++ b/misc/py-tqdm/Makefile     Wed Jun 17 12:00:59 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/05/03 11:52:00 adam Exp $
+# $NetBSD: Makefile,v 1.19 2020/06/17 12:00:59 adam Exp $
 
-DISTNAME=      tqdm-4.46.0
+DISTNAME=      tqdm-4.46.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}
diff -r 90a8cfd2c11e -r 2ad4a8296e39 misc/py-tqdm/distinfo
--- a/misc/py-tqdm/distinfo     Wed Jun 17 11:58:57 2020 +0000
+++ b/misc/py-tqdm/distinfo     Wed Jun 17 12:00:59 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/05/03 11:52:00 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/17 12:00:59 adam Exp $
 
-SHA1 (tqdm-4.46.0.tar.gz) = aa422dba386fcb1b7fa09753c99220f647a49f3b
-RMD160 (tqdm-4.46.0.tar.gz) = aa8be1361fb08e6968c92aab4b66fc131df9452e
-SHA512 (tqdm-4.46.0.tar.gz) = ccdfce4d273e78ced172fc3edb24ac038465169f7b765e7bf779831ef3d0dc72c648c5fb165aba02e0c6dc86c5d0ea3d93d5530b642ddd84e3d284c7354739cf
-Size (tqdm-4.46.0.tar.gz) = 144312 bytes
+SHA1 (tqdm-4.46.1.tar.gz) = 33d398632efc308644e8026286f0a9ad4652f1ea
+RMD160 (tqdm-4.46.1.tar.gz) = 154951367b9cb551963c96dbfeeb8ff6c509240b
+SHA512 (tqdm-4.46.1.tar.gz) = de8710ceb44b6caa073aaa3c9dca281880d752d1b542a3dd87a54884478a185c35ab1969c6cb7242e30ee0511f967cde7bd4fa83a8d4f8c58d3e95ad2bf3bfc6
+Size (tqdm-4.46.1.tar.gz) = 144383 bytes



Home | Main Index | Thread Index | Old Index