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:           Sat Feb 13 21:27:19 UTC 2021

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

Log Message:
py-tqdm: updated to 4.56.2

tqdm v4.56.2 stable

fix attribute errors when disabled
- reset()
- unpause()
add tests

tqdm v4.56.1 stable

fix repr() & format_dict when disabled
rename __repr__() => __str__()
minor documentation updates
- fix Binder demo notebook
- remove explicit Dockerfile
- move some images to external repo
add & update tests


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.24 -r1.25 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.27 pkgsrc/misc/py-tqdm/Makefile:1.28
--- pkgsrc/misc/py-tqdm/Makefile:1.27   Sat Jan 16 11:15:13 2021
+++ pkgsrc/misc/py-tqdm/Makefile        Sat Feb 13 21:27:19 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2021/01/16 11:15:13 adam Exp $
+# $NetBSD: Makefile,v 1.28 2021/02/13 21:27:19 adam Exp $
 
-DISTNAME=      tqdm-4.56.0
+DISTNAME=      tqdm-4.56.2
 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.24 pkgsrc/misc/py-tqdm/distinfo:1.25
--- pkgsrc/misc/py-tqdm/distinfo:1.24   Sat Jan 16 11:15:13 2021
+++ pkgsrc/misc/py-tqdm/distinfo        Sat Feb 13 21:27:19 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2021/01/16 11:15:13 adam Exp $
+$NetBSD: distinfo,v 1.25 2021/02/13 21:27:19 adam Exp $
 
-SHA1 (tqdm-4.56.0.tar.gz) = e292479ef68d788226ee84d208e183ac5ae45fac
-RMD160 (tqdm-4.56.0.tar.gz) = 0626f2410a814f2355a2e516a8c7c7729913c497
-SHA512 (tqdm-4.56.0.tar.gz) = c65eb167063c4b6a0931a6f19fb2e4d88eb92fe3f3118c0247cd0e148220523097c4419289428d2a4c22cc187011d78cba32fc080eb2cbe352f873e29646094e
-Size (tqdm-4.56.0.tar.gz) = 166848 bytes
+SHA1 (tqdm-4.56.2.tar.gz) = c77b95746996e91dd9572b9a21726f2207c77b5f
+RMD160 (tqdm-4.56.2.tar.gz) = 9bd7b8f04722b0e998cba0ede058c11a98f93fde
+SHA512 (tqdm-4.56.2.tar.gz) = 8e7ec199c43a3cdb69bdbfaaec33c11ce8b337255eff4ae6af9928c2a2c5adb065698538562020c9f0a29a63671cbbfcf2c4c9ccb25bec0ec1d8ae8df66516c3
+Size (tqdm-4.56.2.tar.gz) = 167040 bytes



Home | Main Index | Thread Index | Old Index