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:           Tue Jan  7 08:51:30 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/py-tqdm/PLIST
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/misc/py-tqdm/Makefile:1.13
--- pkgsrc/misc/py-tqdm/Makefile:1.12   Tue Dec  3 17:17:37 2019
+++ pkgsrc/misc/py-tqdm/Makefile        Tue Jan  7 08:51:30 2020
@@ -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/}

Index: pkgsrc/misc/py-tqdm/PLIST
diff -u pkgsrc/misc/py-tqdm/PLIST:1.4 pkgsrc/misc/py-tqdm/PLIST:1.5
--- pkgsrc/misc/py-tqdm/PLIST:1.4       Tue Dec  3 17:17:37 2019
+++ pkgsrc/misc/py-tqdm/PLIST   Tue Jan  7 08:51:30 2020
@@ -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/contrib/__init__.pyo
 ${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

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.11 pkgsrc/misc/py-tqdm/distinfo:1.12
--- pkgsrc/misc/py-tqdm/distinfo:1.11   Tue Dec  3 17:17:37 2019
+++ pkgsrc/misc/py-tqdm/distinfo        Tue Jan  7 08:51:30 2020
@@ -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