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:           Mon Feb  2 10:41:11 UTC 2026

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

Log Message:
py-tqdm: updated to 4.67.2

4.67.2

support pandas>=3
fix format_interval for negative numbers
misc linting
framework updates
bump CI workflow & pre-commit dependencies
add pyupgrade
add py3.13 support
fix py3.7 tests
update setuptools-scm usage
support auto-dedented docstring when building docs in py3.13
tests: relax flaky benchmarks


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/misc/py-tqdm/PLIST
cvs rdiff -u -r1.45 -r1.46 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.53 pkgsrc/misc/py-tqdm/Makefile:1.54
--- pkgsrc/misc/py-tqdm/Makefile:1.53   Sat Apr 12 07:43:09 2025
+++ pkgsrc/misc/py-tqdm/Makefile        Mon Feb  2 10:41:11 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2025/04/12 07:43:09 adam Exp $
+# $NetBSD: Makefile,v 1.54 2026/02/02 10:41:11 adam Exp $
 
-DISTNAME=      tqdm-4.67.1
+DISTNAME=      tqdm-4.67.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}
 

Index: pkgsrc/misc/py-tqdm/PLIST
diff -u pkgsrc/misc/py-tqdm/PLIST:1.17 pkgsrc/misc/py-tqdm/PLIST:1.18
--- pkgsrc/misc/py-tqdm/PLIST:1.17      Sat Apr 12 07:43:09 2025
+++ pkgsrc/misc/py-tqdm/PLIST   Mon Feb  2 10:41:11 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2025/04/12 07:43:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2026/02/02 10:41:11 adam Exp $
 bin/tqdm-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -12,9 +12,6 @@ ${PYSITELIB}/tqdm/__init__.pyo
 ${PYSITELIB}/tqdm/__main__.py
 ${PYSITELIB}/tqdm/__main__.pyc
 ${PYSITELIB}/tqdm/__main__.pyo
-${PYSITELIB}/tqdm/_dist_ver.py
-${PYSITELIB}/tqdm/_dist_ver.pyc
-${PYSITELIB}/tqdm/_dist_ver.pyo
 ${PYSITELIB}/tqdm/_main.py
 ${PYSITELIB}/tqdm/_main.pyc
 ${PYSITELIB}/tqdm/_main.pyo

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.45 pkgsrc/misc/py-tqdm/distinfo:1.46
--- pkgsrc/misc/py-tqdm/distinfo:1.45   Mon Nov 25 10:59:37 2024
+++ pkgsrc/misc/py-tqdm/distinfo        Mon Feb  2 10:41:11 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2024/11/25 10:59:37 adam Exp $
+$NetBSD: distinfo,v 1.46 2026/02/02 10:41:11 adam Exp $
 
-BLAKE2s (tqdm-4.67.1.tar.gz) = a7d383e26bd704cb2f4f26808c755b91a709ea01ef321b20f84f5efc10140ced
-SHA512 (tqdm-4.67.1.tar.gz) = f97d35ff73c9ba92c6cbfc2834cdedcdad2ec1d757ed40220b29d8c8863b197d8d00533e7f2a41589a9f68de1d053cc9715cc8b597759a3dcf96fec192edf4e3
-Size (tqdm-4.67.1.tar.gz) = 169737 bytes
+BLAKE2s (tqdm-4.67.2.tar.gz) = 752cd3a9505d2f49c7565f5b5a1d2558dfd602ca19a65b9478e41a99f7549c39
+SHA512 (tqdm-4.67.2.tar.gz) = 49c8bbf8dd5e667da778576008d463ebe7399dd1b431cd6dd49d4faab65d4252bd55724ab3e0b61b71d7da47cf891c6d1700128ea7cd1c032f79fe8659bc74f5
+Size (tqdm-4.67.2.tar.gz) = 169514 bytes



Home | Main Index | Thread Index | Old Index