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:           Wed Aug 21 09:01:00 UTC 2019

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

Log Message:
py-tqdm: updated to 4.34.0

tqdm v4.34.0 stable
add leave=None convenience option for leave = position == 0
ensure nested completed bars respect leave=True
ensure nested bars are cleared before being moved up
support both and = syntax for CLI options
misc documentation updates
fix/update tests
update GitHub docker package deployment


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/misc/py-tqdm/Makefile:1.8
--- pkgsrc/misc/py-tqdm/Makefile:1.7    Fri Aug  9 07:35:15 2019
+++ pkgsrc/misc/py-tqdm/Makefile        Wed Aug 21 09:01:00 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/08/09 07:35:15 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/08/21 09:01:00 adam Exp $
 
-DISTNAME=      tqdm-4.33.0
+DISTNAME=      tqdm-4.34.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.6 pkgsrc/misc/py-tqdm/distinfo:1.7
--- pkgsrc/misc/py-tqdm/distinfo:1.6    Fri Aug  9 07:35:15 2019
+++ pkgsrc/misc/py-tqdm/distinfo        Wed Aug 21 09:01:00 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/08/09 07:35:15 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/08/21 09:01:00 adam Exp $
 
-SHA1 (tqdm-4.33.0.tar.gz) = bd5c46e22057960dedc8752937a235d024d97f09
-RMD160 (tqdm-4.33.0.tar.gz) = 5411559f33a2d487a0314d9b36de0220f46f62aa
-SHA512 (tqdm-4.33.0.tar.gz) = de86a2dc2c5f887b9671ee01e7c05820375b0ef83dec92f17da4d944dd02cbf96a133fd9d349ba5f9c75af70e7b87110a9a7ad3293c7eb81e49ed6ea288ba73c
-Size (tqdm-4.33.0.tar.gz) = 121571 bytes
+SHA1 (tqdm-4.34.0.tar.gz) = c996a27a804da7eb16ce2b5a78d34dbd21f87443
+RMD160 (tqdm-4.34.0.tar.gz) = 3ff58eb110cc880bd32fed9ef8bce4800e8b5a2d
+SHA512 (tqdm-4.34.0.tar.gz) = e89c5189faa596b5821a3c9ba1538f97f28df61928f6e1d028a2dbd649e59bd998e226359ddb0bd4e012ba77575d6610b1283d1289cd46f78b8f8fdf3bb3e4e7
+Size (tqdm-4.34.0.tar.gz) = 121782 bytes



Home | Main Index | Thread Index | Old Index