pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/py-tqdm py-tqdm: updated to 4.64.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/895b677f05a8
branches:  trunk
changeset: 377500:895b677f05a8
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 21 07:51:04 2022 +0000

description:
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

diffstat:

 misc/py-tqdm/Makefile |  5 ++---
 misc/py-tqdm/PLIST    |  5 ++++-
 misc/py-tqdm/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 61d2413c441a -r 895b677f05a8 misc/py-tqdm/Makefile
--- a/misc/py-tqdm/Makefile     Thu Apr 21 07:43:38 2022 +0000
+++ b/misc/py-tqdm/Makefile     Thu Apr 21 07:51:04 2022 +0000
@@ -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/}
 
diff -r 61d2413c441a -r 895b677f05a8 misc/py-tqdm/PLIST
--- a/misc/py-tqdm/PLIST        Thu Apr 21 07:43:38 2022 +0000
+++ b/misc/py-tqdm/PLIST        Thu Apr 21 07:51:04 2022 +0000
@@ -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/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
diff -r 61d2413c441a -r 895b677f05a8 misc/py-tqdm/distinfo
--- a/misc/py-tqdm/distinfo     Thu Apr 21 07:43:38 2022 +0000
+++ b/misc/py-tqdm/distinfo     Thu Apr 21 07:51:04 2022 +0000
@@ -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