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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f9d57ccbff9
branches:  trunk
changeset: 407562:6f9d57ccbff9
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 07 08:51:30 2020 +0000

description:
py-tqdm: updated to 4.41.1

tqdm v4.41.1 stable

keras module tidy and fixes
- fix batch_size=None
- add missing pop('size')

tqdm v4.41.0 stable

trim on ncols overflow with ANSI handling
add notebook.reset()
add keras.TqdmCallback
documentation updates
test updates

diffstat:

 misc/py-tqdm/Makefile |   4 ++--
 misc/py-tqdm/PLIST    |   5 ++++-
 misc/py-tqdm/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 305bb2291072 -r 6f9d57ccbff9 misc/py-tqdm/Makefile
--- a/misc/py-tqdm/Makefile     Tue Jan 07 08:48:43 2020 +0000
+++ b/misc/py-tqdm/Makefile     Tue Jan 07 08:51:30 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/12/03 17:17:37 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/01/07 08:51:30 adam Exp $
 
-DISTNAME=      tqdm-4.40.0
+DISTNAME=      tqdm-4.41.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}
diff -r 305bb2291072 -r 6f9d57ccbff9 misc/py-tqdm/PLIST
--- a/misc/py-tqdm/PLIST        Tue Jan 07 08:48:43 2020 +0000
+++ b/misc/py-tqdm/PLIST        Tue Jan 07 08:51:30 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/12/03 17:17:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/01/07 08:51:30 adam Exp $
 bin/tqdm-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -51,6 +51,9 @@
 ${PYSITELIB}/tqdm/gui.py
 ${PYSITELIB}/tqdm/gui.pyc
 ${PYSITELIB}/tqdm/gui.pyo
+${PYSITELIB}/tqdm/keras.py
+${PYSITELIB}/tqdm/keras.pyc
+${PYSITELIB}/tqdm/keras.pyo
 ${PYSITELIB}/tqdm/notebook.py
 ${PYSITELIB}/tqdm/notebook.pyc
 ${PYSITELIB}/tqdm/notebook.pyo
diff -r 305bb2291072 -r 6f9d57ccbff9 misc/py-tqdm/distinfo
--- a/misc/py-tqdm/distinfo     Tue Jan 07 08:48:43 2020 +0000
+++ b/misc/py-tqdm/distinfo     Tue Jan 07 08:51:30 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/12/03 17:17:37 adam Exp $
+$NetBSD: distinfo,v 1.12 2020/01/07 08:51:30 adam Exp $
 
-SHA1 (tqdm-4.40.0.tar.gz) = c8076b40707f379d8a5b2ebf8a26858884bca860
-RMD160 (tqdm-4.40.0.tar.gz) = 728c6fbb885f2cd4108c6b8794a50bddc6e70b91
-SHA512 (tqdm-4.40.0.tar.gz) = 1c326d98130c79f614cea502723e4202baa57b7b4639e208133cb464785e4a8d4eaa9d262ea484246d45e5eb8f21994e7ecf3fd6ef0f4966f9049fc8013d7442
-Size (tqdm-4.40.0.tar.gz) = 129225 bytes
+SHA1 (tqdm-4.41.1.tar.gz) = 3bb1109afb8f90a251497687c1daa6d970783e77
+RMD160 (tqdm-4.41.1.tar.gz) = 417bcf81077955b6a231077dbffa0543e5c4f556
+SHA512 (tqdm-4.41.1.tar.gz) = b81eeab029e2e9d54868784289dc47740d068515b96aecaa89b247575cb61049f5288c2c6617766fa9522f91c0eda1f71671140ad81c88cf6f9461ae9c32f45c
+Size (tqdm-4.41.1.tar.gz) = 132160 bytes



Home | Main Index | Thread Index | Old Index