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:           Sun Feb 11 15:23:52 UTC 2024

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

Log Message:
py-tqdm: updated to 4.66.2

tqdm v4.66.2

pandas: add DataFrame.progress_map
notebook: fix HTML padding
keras: fix resuming training when verbose>=2
fix format_num negative fractions missing leading zero
fix Python 3.12 DeprecationWarning on import
linting: use f-strings
update tests
fix pandas warnings
fix asv
fix macos notebook docstring indentation
CI: bump actions


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.39 -r1.40 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.44 pkgsrc/misc/py-tqdm/Makefile:1.45
--- pkgsrc/misc/py-tqdm/Makefile:1.44   Sat Oct 28 19:57:12 2023
+++ pkgsrc/misc/py-tqdm/Makefile        Sun Feb 11 15:23:52 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2023/10/28 19:57:12 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2024/02/11 15:23:52 adam Exp $
 
-DISTNAME=      tqdm-4.66.1
+DISTNAME=      tqdm-4.66.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}
 
@@ -11,17 +10,18 @@ HOMEPAGE=   https://github.com/tqdm/tqdm
 COMMENT=       Fast, extensible progress bar for Python
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
 
 USE_LANGUAGES= # none
 
-PYSETUPTESTTARGET=     pytest
+#PYSETUPTESTTARGET=    pytest
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.39 pkgsrc/misc/py-tqdm/distinfo:1.40
--- pkgsrc/misc/py-tqdm/distinfo:1.39   Thu Aug 24 20:28:40 2023
+++ pkgsrc/misc/py-tqdm/distinfo        Sun Feb 11 15:23:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2023/08/24 20:28:40 wiz Exp $
+$NetBSD: distinfo,v 1.40 2024/02/11 15:23:52 adam Exp $
 
-BLAKE2s (tqdm-4.66.1.tar.gz) = 71818f37349e44044ce4acc5713b6f6b9853d1c9a421a9202354bf8154f70649
-SHA512 (tqdm-4.66.1.tar.gz) = 989bc93f791e1636525486688b1d9b457314cde7b5804018382cc490638ac0b88aac50d7870beb9dd80bc5f05e083b8f9f205ac17324106f6d936bfe8d2f316e
-Size (tqdm-4.66.1.tar.gz) = 169147 bytes
+BLAKE2s (tqdm-4.66.2.tar.gz) = 36221014301e52eea7bd0b3bc6b6f5e00cfb2696f29db4e1a4ba043fe4ef7818
+SHA512 (tqdm-4.66.2.tar.gz) = 49abd9006ca7c8672835b202e4e722602035a0e21723337b4227e114d6d50b678edb6c5f2b0cf4e6741eae5e86551ba59233f87989f6b69bb4d4414d5a3c80e5
+Size (tqdm-4.66.2.tar.gz) = 169462 bytes



Home | Main Index | Thread Index | Old Index