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:           Tue Aug 11 05:26:45 UTC 2026

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

Log Message:
py-tqdm: updated to 4.70.0

4.70.0

contrib.concurrent: major improvements
support process_map(mp_context, max_tasks_per_child), thread_map(thread_name_prefix)
fix total based on shortest iterable length
use default max_workers
support timeout, buffersize
improve ETA
update as_completed
add tqdm.concurrent.intepreter_map
asyncio: support iterables with only __aiter__
support reset(float("inf"))
framework: test & reduce wheel size


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/py-tqdm/PLIST
cvs rdiff -u -r1.52 -r1.53 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.60 pkgsrc/misc/py-tqdm/Makefile:1.61
--- pkgsrc/misc/py-tqdm/Makefile:1.60   Tue Jul 21 10:35:46 2026
+++ pkgsrc/misc/py-tqdm/Makefile        Tue Aug 11 05:26:44 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2026/07/21 10:35:46 adam Exp $
+# $NetBSD: Makefile,v 1.61 2026/08/11 05:26:44 adam Exp $
 
-DISTNAME=      tqdm-4.69.0
+DISTNAME=      tqdm-4.70.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}

Index: pkgsrc/misc/py-tqdm/PLIST
diff -u pkgsrc/misc/py-tqdm/PLIST:1.20 pkgsrc/misc/py-tqdm/PLIST:1.21
--- pkgsrc/misc/py-tqdm/PLIST:1.20      Wed Jul 22 08:24:14 2026
+++ pkgsrc/misc/py-tqdm/PLIST   Tue Aug 11 05:26:44 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2026/07/22 08:24:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2026/08/11 05:26:44 adam Exp $
 bin/tqdm-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -6,8 +6,6 @@ ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/images/logo.gif
-${PYSITELIB}/images/tqdm.gif
 ${PYSITELIB}/tqdm/__init__.py
 ${PYSITELIB}/tqdm/__init__.pyc
 ${PYSITELIB}/tqdm/__init__.pyo

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.52 pkgsrc/misc/py-tqdm/distinfo:1.53
--- pkgsrc/misc/py-tqdm/distinfo:1.52   Tue Jul 21 10:35:46 2026
+++ pkgsrc/misc/py-tqdm/distinfo        Tue Aug 11 05:26:44 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2026/07/21 10:35:46 adam Exp $
+$NetBSD: distinfo,v 1.53 2026/08/11 05:26:44 adam Exp $
 
-BLAKE2s (tqdm-4.69.0.tar.gz) = f04d2962000b19d2bb199ef998d1a83b47bd8ca516a514381032ddee3eacc7a7
-SHA512 (tqdm-4.69.0.tar.gz) = fb015dd81b1b628c102aa202018f0fec621faa9bb755f56237f4c822c3a8d0646b7de5b599067b99794335b2fe1b7ae2832c45d693050ac6a62a564c522f5e31
-Size (tqdm-4.69.0.tar.gz) = 792569 bytes
+BLAKE2s (tqdm-4.70.0.tar.gz) = b8fc42c0ff99324e9cdb048f99ccf6c5d84f0643a017bbc10b5ddb1ec9c59ccd
+SHA512 (tqdm-4.70.0.tar.gz) = 34f9cde7df0c9c914769c9254800ddf8668ca04a31316752253056a9cbbde9b0ae104517be51259e0220c7a1beb81587f9d91e920841fe7ecd8600c3e3570b51
+Size (tqdm-4.70.0.tar.gz) = 795438 bytes



Home | Main Index | Thread Index | Old Index