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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69a6197a76b6
branches:  trunk
changeset: 405645:69a6197a76b6
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Dec 03 17:17:37 2019 +0000

description:
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

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 c2eb7c232fab -r 69a6197a76b6 misc/py-tqdm/Makefile
--- a/misc/py-tqdm/Makefile     Tue Dec 03 17:08:40 2019 +0000
+++ b/misc/py-tqdm/Makefile     Tue Dec 03 17:17:37 2019 +0000
@@ -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/}
diff -r c2eb7c232fab -r 69a6197a76b6 misc/py-tqdm/PLIST
--- a/misc/py-tqdm/PLIST        Tue Dec 03 17:08:40 2019 +0000
+++ b/misc/py-tqdm/PLIST        Tue Dec 03 17:17:37 2019 +0000
@@ -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/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
diff -r c2eb7c232fab -r 69a6197a76b6 misc/py-tqdm/distinfo
--- a/misc/py-tqdm/distinfo     Tue Dec 03 17:08:40 2019 +0000
+++ b/misc/py-tqdm/distinfo     Tue Dec 03 17:17:37 2019 +0000
@@ -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