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  9 12:38:36 UTC 2023

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

Log Message:
py-tqdm: updated to 4.66.0

tqdm v4.66.0 stable

environment variables to override defaults (TQDM_*)
e.g. in CI jobs, export TQDM_MININTERVAL=5 to avoid log spam
add tests & docs for tqdm.utils.envwrap
fix & update CLI completion
fix & update API docs
minor code tidy: replace os.path => pathlib.Path
fix docs image hosting
release with CI bot account again


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.37 -r1.38 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.41 pkgsrc/misc/py-tqdm/Makefile:1.42
--- pkgsrc/misc/py-tqdm/Makefile:1.41   Wed Aug  9 10:38:05 2023
+++ pkgsrc/misc/py-tqdm/Makefile        Wed Aug  9 12:38:36 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2023/08/09 10:38:05 adam Exp $
+# $NetBSD: Makefile,v 1.42 2023/08/09 12:38:36 adam Exp $
 
-DISTNAME=      tqdm-4.65.2
+DISTNAME=      tqdm-4.66.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.37 pkgsrc/misc/py-tqdm/distinfo:1.38
--- pkgsrc/misc/py-tqdm/distinfo:1.37   Wed Aug  9 10:38:05 2023
+++ pkgsrc/misc/py-tqdm/distinfo        Wed Aug  9 12:38:36 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2023/08/09 10:38:05 adam Exp $
+$NetBSD: distinfo,v 1.38 2023/08/09 12:38:36 adam Exp $
 
-BLAKE2s (tqdm-4.65.2.tar.gz) = 6e71265f5c86cf4c1a74ab69aced3941ef688902314bc76a76c457327f7e1207
-SHA512 (tqdm-4.65.2.tar.gz) = 012810c5844f4034388469a4ce71382067a42960a534e2720d412483b3668040367e94c1865dcd44855cf1f2c7e28312b6084d579348492d7ca3ba5241395f40
-Size (tqdm-4.65.2.tar.gz) = 167099 bytes
+BLAKE2s (tqdm-4.66.0.tar.gz) = 93c55cd4ca84b959e8b309c40dc54b59b8f42cd6ff8090dba21fe4df1c5a5762
+SHA512 (tqdm-4.66.0.tar.gz) = 23c871f61d45caa5ceee4cf191e063f91123d69c641111857023432cdceaa1ddfb957fea1b6390801cd9cd9fa9a42b4adc29854340f28cc9a2400295b3f18065
+Size (tqdm-4.66.0.tar.gz) = 169029 bytes



Home | Main Index | Thread Index | Old Index