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 Jun 6 05:39:29 UTC 2026
Modified Files:
pkgsrc/misc/py-tqdm: Makefile distinfo
Log Message:
py-tqdm: updated to 4.68.1
4.68.1
set name of monitor thread
fix monitor thread atexit deadlock
docs: minor copyediting
4.68.0
utils: simplify terminal size detection
contrib
itertools
add chain, permutations, combinations, combinations_with_replacement, batched
add product(repeat=1) keyword argument
fix discord, telegram error handling
fix discord, slack, telegram format for total=None
soft-deprecate tqdm.utils.envwrap -> envwrap
benchmarks: fix asv
misc linting
misc framework updates
CI: migrate manual job to pre-commit.ci
bump workflow actions & pre-commit hooks
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.47 -r1.48 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.55 pkgsrc/misc/py-tqdm/Makefile:1.56
--- pkgsrc/misc/py-tqdm/Makefile:1.55 Wed Feb 4 12:47:12 2026
+++ pkgsrc/misc/py-tqdm/Makefile Sat Jun 6 05:39:29 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2026/02/04 12:47:12 adam Exp $
+# $NetBSD: Makefile,v 1.56 2026/06/06 05:39:29 adam Exp $
-DISTNAME= tqdm-4.67.3
+DISTNAME= tqdm-4.68.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tqdm/}
@@ -20,12 +20,12 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist
USE_LANGUAGES= # none
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
+PY_RENAME_BINARIES= tqdm
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/tqdm/completion.sh
post-install:
cd ${DESTDIR}${PREFIX} && \
- ${MV} bin/tqdm bin/tqdm-${PYVERSSUFFIX} && \
${MV} ${PYSITELIB}/tqdm/tqdm.1 ${PKGMANDIR}/man1/tqdm-${PYVERSSUFFIX}.1 || ${TRUE}
.include "../../lang/python/wheel.mk"
Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.47 pkgsrc/misc/py-tqdm/distinfo:1.48
--- pkgsrc/misc/py-tqdm/distinfo:1.47 Wed Feb 4 12:47:12 2026
+++ pkgsrc/misc/py-tqdm/distinfo Sat Jun 6 05:39:29 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2026/02/04 12:47:12 adam Exp $
+$NetBSD: distinfo,v 1.48 2026/06/06 05:39:29 adam Exp $
-BLAKE2s (tqdm-4.67.3.tar.gz) = 3de17b775836d01c901cddfb59acbc54229404b8365b0c48eecf10daae97610b
-SHA512 (tqdm-4.67.3.tar.gz) = 2d4c52df95365a5173b3f1bcb29f9076bb3d6cd995bf8948ee036c0c6c2b2b9818daf1f4e1970c0af4b4600497b614c5ab67d3ab8b2103772fa73aeea9a347ad
-Size (tqdm-4.67.3.tar.gz) = 169598 bytes
+BLAKE2s (tqdm-4.68.1.tar.gz) = e8d9d2c3226150579856a7aa01b1348e5553d3ea6c3d493474cf6f6952df16d9
+SHA512 (tqdm-4.68.1.tar.gz) = 9411d0568524c1893ea0aa7125ab140158228de1b6f391917f94cafd96b82be09604f071cfd966fcd14243e9f22be69dbda60b40cb84a2204bf42a00c27142ea
+Size (tqdm-4.68.1.tar.gz) = 171236 bytes
Home |
Main Index |
Thread Index |
Old Index