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:           Fri Apr 10 08:04:52 UTC 2020

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

Log Message:
py-tqdm: updated to 4.45.0

tqdm v4.45.0 stable
propagate and close() on exceptions
fix nested clear()
rework nested close()
reduces screen flicker/blank space at the cost of ordering
update all documentation & demos
add and update tests
dev framework: add pre-commit helper

tqdm v4.44.1 stable
fix _utils ImportError => DeprecationWarning

tqdm v4.44.0 stable
add automatic nrows and expose for manual override
expose and warn about small chunksize in tqdm.contrib.concurrent.process_map
fix py2 file stream comparison
deprecate utils._environ_cols_wrapper
add and update tests
add documentation


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.15 -r1.16 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.16 pkgsrc/misc/py-tqdm/Makefile:1.17
--- pkgsrc/misc/py-tqdm/Makefile:1.16   Fri Feb 21 09:10:51 2020
+++ pkgsrc/misc/py-tqdm/Makefile        Fri Apr 10 08:04:52 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/02/21 09:10:51 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/10 08:04:52 adam Exp $
 
-DISTNAME=      tqdm-4.43.0
+DISTNAME=      tqdm-4.45.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.15 pkgsrc/misc/py-tqdm/distinfo:1.16
--- pkgsrc/misc/py-tqdm/distinfo:1.15   Fri Feb 21 09:10:51 2020
+++ pkgsrc/misc/py-tqdm/distinfo        Fri Apr 10 08:04:52 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/02/21 09:10:51 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/04/10 08:04:52 adam Exp $
 
-SHA1 (tqdm-4.43.0.tar.gz) = e4216f13232012cb73a32d920ab94691d35ae778
-RMD160 (tqdm-4.43.0.tar.gz) = 97b485d13330e63c58f408aaa5111b59a152d4e7
-SHA512 (tqdm-4.43.0.tar.gz) = db6e44571af829306d513bf8e1de17a06b2cf5803f98560e6db76b1a87b39ab8eb8f3208e8d39eabdb1b5f36a935c7a39de905a9c24425262c7d988d147ec822
-Size (tqdm-4.43.0.tar.gz) = 135045 bytes
+SHA1 (tqdm-4.45.0.tar.gz) = 7443bbdf9506e94b9064a755db7d3ba7f59b788e
+RMD160 (tqdm-4.45.0.tar.gz) = 6d6ae1de878dcc9f06356739d73dea5479894b21
+SHA512 (tqdm-4.45.0.tar.gz) = 7b35f86205c6581ede9bdb0788e7f55be525c3f0f77952803046661c6a7a6cd3c15ed0323376ecedb5cddace1b32a41fee1932033dcaa49f9096dc3b9b674f10
+Size (tqdm-4.45.0.tar.gz) = 140990 bytes



Home | Main Index | Thread Index | Old Index