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 Dec  3 17:17:37 UTC 2019

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

Log Message:
py-tqdm: updated to 4.40.0

tqdm v4.40.0 stable
officially support float for n and total
notebook: use FloatProgress <= IntProgress
allow imprecision (n <= total + epsilon)
fix unicode bar format arguments
add contrib submodule
add wrapattr, utils.CallbackIOWrapper, contrib.DummyTqdmFile
update tests
update documentation
tidy automatic snap deployments
minor doc update

tqdm v4.39.0 stable
add pandas builtin operations check
avoid unnecessary dedent
remove unneeded bar logic
misc code tidy
update documentation
document default argument overriding
add missing isatty()
update badges
add code of conduct
update framework
clean CI stages
update CI default py3.6 => py3.7
automate snap releases


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/py-tqdm/PLIST
cvs rdiff -u -r1.10 -r1.11 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.11 pkgsrc/misc/py-tqdm/Makefile:1.12
--- pkgsrc/misc/py-tqdm/Makefile:1.11   Thu Nov 14 10:53:31 2019
+++ pkgsrc/misc/py-tqdm/Makefile        Tue Dec  3 17:17:37 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/11/14 10:53:31 adam Exp $
+# $NetBSD: Makefile,v 1.12 2019/12/03 17:17:37 adam Exp $
 
-DISTNAME=      tqdm-4.38.0
+DISTNAME=      tqdm-4.40.0
 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.3 pkgsrc/misc/py-tqdm/PLIST:1.4
--- pkgsrc/misc/py-tqdm/PLIST:1.3       Mon Oct  7 20:17:10 2019
+++ pkgsrc/misc/py-tqdm/PLIST   Tue Dec  3 17:17:37 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/10/07 20:17:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/12/03 17:17:37 adam Exp $
 bin/tqdm-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -45,6 +45,9 @@ ${PYSITELIB}/tqdm/autonotebook.pyo
 ${PYSITELIB}/tqdm/cli.py
 ${PYSITELIB}/tqdm/cli.pyc
 ${PYSITELIB}/tqdm/cli.pyo
+${PYSITELIB}/tqdm/contrib/__init__.py
+${PYSITELIB}/tqdm/contrib/__init__.pyc
+${PYSITELIB}/tqdm/contrib/__init__.pyo
 ${PYSITELIB}/tqdm/gui.py
 ${PYSITELIB}/tqdm/gui.pyc
 ${PYSITELIB}/tqdm/gui.pyo

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.10 pkgsrc/misc/py-tqdm/distinfo:1.11
--- pkgsrc/misc/py-tqdm/distinfo:1.10   Thu Nov 14 10:53:31 2019
+++ pkgsrc/misc/py-tqdm/distinfo        Tue Dec  3 17:17:37 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/11/14 10:53:31 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/12/03 17:17:37 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index