pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-tqdm: update to 4.9.0



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Nov 7 12:28:31 2016 +0100
Changeset:	f15468cce26502e29f8f85e22c3a22423b163818

Modified Files:
	TODO
	py-tqdm/Makefile
	py-tqdm/distinfo

Log Message:
py-tqdm: update to 4.9.0

    monitoring thread to automatically to adjust miniters and avoid exceeding maxinterval
        test race conditions
        kill on KeyboardInterrupt + instant refresh
        low performance overhead, option to disable
    new CLI argument: --bytes to count chars
    disable automatically on non-TTY (#281)
    fixed refresh() and clear() if disabled (#286)
    misc fixes
    documentation
    unit tests
    optimisations, style fixes
    codacy badge
    safety and warning suppression
    ignore coverall failures (#283)
    fix broken link in README (#262)
    Fix time() in refresh() + avoid write() races (#264)
    Fix __repr__() #269
    Fix update(0) causing ZeroDivisionError (on first call) #268
    Faster simple bar for perf test (#257)
    cleaner tqdm_notebook exit when not run in a notebook (#267)
    Disable coveralls because of duplicate comments on github (#263)
    Migrate codecov config -> codecov.yml

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f15468cce26502e29f8f85e22c3a22423b163818

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 TODO             | 1 -
 py-tqdm/Makefile | 2 +-
 py-tqdm/distinfo | 8 ++++----
 3 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/TODO b/TODO
index 9e4752e..987d21b 100644
--- a/TODO
+++ b/TODO
@@ -104,7 +104,6 @@ Suggested package updates
 	o py-rpyc-3.2.1
 	o py-smmap-2.0.1
 	o py-smop-0.29
-	o py-tqdm-4.9.0
 	o py-xpra-0.17.6
 	o py-zeitgeist-0.9.16
 	o qmc2-0.59
diff --git a/py-tqdm/Makefile b/py-tqdm/Makefile
index a881022..ac1bf47 100644
--- a/py-tqdm/Makefile
+++ b/py-tqdm/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	tqdm-4.8.4
+DISTNAME=	tqdm-4.9.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	misc python
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/tqdm/}
diff --git a/py-tqdm/distinfo b/py-tqdm/distinfo
index 361a02c..cc8a65e 100644
--- a/py-tqdm/distinfo
+++ b/py-tqdm/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (tqdm-4.8.4.tar.gz) = 2898b3ec814cca0571af9b60712b8436c212772f
-RMD160 (tqdm-4.8.4.tar.gz) = 147c5bac063eabc38a227d79812aaf69ab342eff
-SHA512 (tqdm-4.8.4.tar.gz) = 99bda421dbca019e5462732971da1c5c2b8561e9c55b1b5c446459a4494d872be82e4eafe02d9bc3037a9d186a06410db754c41f3fd621eaf0e9a44e749f365c
-Size (tqdm-4.8.4.tar.gz) = 77229 bytes
+SHA1 (tqdm-4.9.0.tar.gz) = 3c2fb45f7f101bc5041de83d1bc6a2e9371b119c
+RMD160 (tqdm-4.9.0.tar.gz) = ad4d7b115a2d5e6296a0afd4e1ffbfc3faba8903
+SHA512 (tqdm-4.9.0.tar.gz) = 9b4fae73f6b106c581dc2242f7cd3cfcd448f87ef9e0bb5ffb6bfe4063424fc7b34d8d1ffd5423456f958d77edee2689c91f78ccc14ca1944a0e762af55388dc
+Size (tqdm-4.9.0.tar.gz) = 84391 bytes


Home | Main Index | Thread Index | Old Index