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 Oct 28 20:40:01 UTC 2024

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

Log Message:
py-tqdm: updated to 4.66.6

tqdm v4.66.6

cli: zip-safe --manpath, --comppath
misc framework updates
fix pytest DeprecationWarning
fix snapcraft build
fix nbval DeprecationWarning
update & tidy workflows
bump pre-commit
docs: update URLs


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.42 -r1.43 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.48 pkgsrc/misc/py-tqdm/Makefile:1.49
--- pkgsrc/misc/py-tqdm/Makefile:1.48   Sun Aug  4 07:09:26 2024
+++ pkgsrc/misc/py-tqdm/Makefile        Mon Oct 28 20:40:01 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2024/08/04 07:09:26 adam Exp $
+# $NetBSD: Makefile,v 1.49 2024/10/28 20:40:01 adam Exp $
 
-DISTNAME=      tqdm-4.66.5
+DISTNAME=      tqdm-4.66.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}
@@ -20,8 +20,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-xdist
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/tqdm/completion.sh

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.42 pkgsrc/misc/py-tqdm/distinfo:1.43
--- pkgsrc/misc/py-tqdm/distinfo:1.42   Sun Aug  4 07:09:26 2024
+++ pkgsrc/misc/py-tqdm/distinfo        Mon Oct 28 20:40:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2024/08/04 07:09:26 adam Exp $
+$NetBSD: distinfo,v 1.43 2024/10/28 20:40:01 adam Exp $
 
-BLAKE2s (tqdm-4.66.5.tar.gz) = 6f0d40801a4f5f38505083348e1ef6941e54907d114bf9a6e75dd97ea9bf9141
-SHA512 (tqdm-4.66.5.tar.gz) = 8e2c35f02fe365063a325d8a1d3e525870d522fab465e1a86764b8716ff32c039db463fe5e74a5f080ced40851d49b1e4273126074d62f14ed1935a96e0afb8a
-Size (tqdm-4.66.5.tar.gz) = 169504 bytes
+BLAKE2s (tqdm-4.66.6.tar.gz) = 4a32848b233488abc26e610d2d10969b05c32da61227ea98e4b941077a6230cc
+SHA512 (tqdm-4.66.6.tar.gz) = 4813fc6896bde582cb14dac2fd741772c181fe0647197d84d65561e9c9e6bf02b5370658e4839fb8f50c8ad0b8bf0ca5b5ad62b5ea29d912f288d86699b2ff5c
+Size (tqdm-4.66.6.tar.gz) = 169533 bytes



Home | Main Index | Thread Index | Old Index