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:           Thu Apr 21 07:51:05 UTC 2022

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

Log Message:
py-tqdm: updated to 4.64.0

v4.64.0 (2022-04-04)

🎉 add contrib.slack

v4.63.2 (2022-04-04)

🎉 rich: expose options kwargs
🔨 autonotebook: re-enable VSCode
📘 misc docs typos
🔨 update dev dependencies

v4.63.1 (2022-03-23)

🧯 fix stderr/stdout missing flush()
⚡ misc speed improvements/optimisations

v4.63.0 (2022-02-28)

🎉 add __reversed__()
🎉 add efficient __contains__()
⚡ improve CLI startup time (replace pkg_resources => importlib)
⚠️ tqdm.autonotebook warning & std fallback on missing ipywidgets
⚠️ warn on positional CLI arguments
🛠 misc build/test framework updates
enable py3.10 tests
add conda dependencies
update pre-commit hooks
fix pytest config (nbval, asyncio)
fix dependencies & tests
fix site deployment


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/py-tqdm/PLIST
cvs rdiff -u -r1.33 -r1.34 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.36 pkgsrc/misc/py-tqdm/Makefile:1.37
--- pkgsrc/misc/py-tqdm/Makefile:1.36   Wed Jan  5 15:41:15 2022
+++ pkgsrc/misc/py-tqdm/Makefile        Thu Apr 21 07:51:04 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2022/01/05 15:41:15 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2022/04/21 07:51:04 adam Exp $
 
-DISTNAME=      tqdm-4.62.3
+DISTNAME=      tqdm-4.64.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tqdm/}
 

Index: pkgsrc/misc/py-tqdm/PLIST
diff -u pkgsrc/misc/py-tqdm/PLIST:1.13 pkgsrc/misc/py-tqdm/PLIST:1.14
--- pkgsrc/misc/py-tqdm/PLIST:1.13      Tue Apr  6 20:16:06 2021
+++ pkgsrc/misc/py-tqdm/PLIST   Thu Apr 21 07:51:04 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2021/04/06 20:16:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/04/21 07:51:04 adam Exp $
 bin/tqdm-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -67,6 +67,9 @@ ${PYSITELIB}/tqdm/contrib/itertools.pyo
 ${PYSITELIB}/tqdm/contrib/logging.py
 ${PYSITELIB}/tqdm/contrib/logging.pyc
 ${PYSITELIB}/tqdm/contrib/logging.pyo
+${PYSITELIB}/tqdm/contrib/slack.py
+${PYSITELIB}/tqdm/contrib/slack.pyc
+${PYSITELIB}/tqdm/contrib/slack.pyo
 ${PYSITELIB}/tqdm/contrib/telegram.py
 ${PYSITELIB}/tqdm/contrib/telegram.pyc
 ${PYSITELIB}/tqdm/contrib/telegram.pyo

Index: pkgsrc/misc/py-tqdm/distinfo
diff -u pkgsrc/misc/py-tqdm/distinfo:1.33 pkgsrc/misc/py-tqdm/distinfo:1.34
--- pkgsrc/misc/py-tqdm/distinfo:1.33   Tue Oct 26 10:59:23 2021
+++ pkgsrc/misc/py-tqdm/distinfo        Thu Apr 21 07:51:04 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2021/10/26 10:59:23 nia Exp $
+$NetBSD: distinfo,v 1.34 2022/04/21 07:51:04 adam Exp $
 
-BLAKE2s (tqdm-4.62.3.tar.gz) = 5d1ed8337c220a33bc44d80be20d6f52e9510cd736ec84ee7c5f588612baaffd
-SHA512 (tqdm-4.62.3.tar.gz) = 1083ca2080163c98bbb55e124ce9d47c790e47c83cd8dad60e4c93773d1d97a50aacb5a25ddb8a2ae3691738e4f4942c88d55dab406c3e810cac18b8929d20ee
-Size (tqdm-4.62.3.tar.gz) = 167952 bytes
+BLAKE2s (tqdm-4.64.0.tar.gz) = 38fdfa9243d824483edd09b518c16e4c5c6b7297ad7930319be7aa20d731c77a
+SHA512 (tqdm-4.64.0.tar.gz) = 84d243b86ea3665e915e6a79e7887a4d0487b166971d211e34229b7a46429f4e4f5808c03f24420b20fb85d274e1e6b36ed852af99c5c9d177c8ce71f0ce0c17
+Size (tqdm-4.64.0.tar.gz) = 169499 bytes



Home | Main Index | Thread Index | Old Index