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 May 15 12:04:39 UTC 2019

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

Log Message:
py-tqdm: updated to 4.32.1

tqdm v4.32.1 stable
fix notebook with unknown total

tqdm v4.32.0 stable
support unit_scale in notebook
support negative update
add reset() function
add [python setup.py] make run
add and update documentation
example of dynamic usage
note writing issues
update badges
add PyData2019 slides link
add JOSS paper
update manpages
add docker install
add snapcraft install
notebooks: add binder, rename RMOTR => notebooks.ai
prettify and unify contributors/maintainers/authors
CI and release framework updates
add snapcraft snaps
add travis auto-deployment
PyPI releases
docker devel/releases
update deployment dev docs
fix travis deploy pymake
update .gitinore
add & update unit tests
automate more documentation


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/misc/py-tqdm/Makefile:1.5
--- pkgsrc/misc/py-tqdm/Makefile:1.4    Thu Feb 21 10:23:39 2019
+++ pkgsrc/misc/py-tqdm/Makefile        Wed May 15 12:04:39 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/02/21 10:23:39 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/15 12:04:39 adam Exp $
 
-DISTNAME=      tqdm-4.31.1
+DISTNAME=      tqdm-4.32.1
 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.3 pkgsrc/misc/py-tqdm/distinfo:1.4
--- pkgsrc/misc/py-tqdm/distinfo:1.3    Thu Feb 21 10:23:39 2019
+++ pkgsrc/misc/py-tqdm/distinfo        Wed May 15 12:04:39 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/02/21 10:23:39 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/15 12:04:39 adam Exp $
 
-SHA1 (tqdm-4.31.1.tar.gz) = 6aa8fc07e65ccb3f02a20c40228424581efd49cc
-RMD160 (tqdm-4.31.1.tar.gz) = 49345d27642d321c4bde1f3e5afd16387b1724d4
-SHA512 (tqdm-4.31.1.tar.gz) = 895d8cfc8cd9bde9cc388649df23e921e15ae9cf015cff444e30900d3d9610ae435f4db830b9a81b246f20699f14d56dbf496a774a3201de8e1a4e2d23de74f3
-Size (tqdm-4.31.1.tar.gz) = 117178 bytes
+SHA1 (tqdm-4.32.1.tar.gz) = 9f1cd810ea2f66554cee709530747e84154b61ed
+RMD160 (tqdm-4.32.1.tar.gz) = 0f626721001bc69b84724f704475c343c9287c86
+SHA512 (tqdm-4.32.1.tar.gz) = b9afa1c3811af1d0b2d4b220c6ab97e263c91a5d8f34459d6d728c8bfb9f7d426f76a5569d36724fe9aeac6816636d7702d5fcfdc7c4ee96db62d8c3a0025352
+Size (tqdm-4.32.1.tar.gz) = 120465 bytes



Home | Main Index | Thread Index | Old Index