From 7ad3ec1c6fb0db80551b87802f1045391a37d169 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 14 Mar 2026 15:06:14 +0100 Subject: [PATCH] package/python-tqdm: bump version to 4.67.3 https://tqdm.github.io/releases/ Updated license hash due to copyright year bump: https://github.com/tqdm/tqdm/commit/a69dac84b3d2e7ab23dbfcccae29b28a753ee5eb Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-tqdm/python-tqdm.hash | 6 +++--- package/python-tqdm/python-tqdm.mk | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python-tqdm/python-tqdm.hash b/package/python-tqdm/python-tqdm.hash index 1395fa2e99..4bb81e11e7 100644 --- a/package/python-tqdm/python-tqdm.hash +++ b/package/python-tqdm/python-tqdm.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/tqdm/json -md5 aca803dd7ac5c4ae233977aff41b7f7c tqdm-4.67.1.tar.gz -sha256 f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2 tqdm-4.67.1.tar.gz +md5 e1be20b64fdb913d2246c635cdf97b28 tqdm-4.67.3.tar.gz +sha256 7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb tqdm-4.67.3.tar.gz # Locally computed sha256 checksums -sha256 dc33252e829015e3b150086fb9b3a40f6ad6fb32c2f4610ce812fa677d35986a LICENCE +sha256 fcff87c3a47ce8028a8512aa182d4fcf0ad1c90544ee75cf9b343684cac194de LICENCE diff --git a/package/python-tqdm/python-tqdm.mk b/package/python-tqdm/python-tqdm.mk index b03e19ccda..df455973f4 100644 --- a/package/python-tqdm/python-tqdm.mk +++ b/package/python-tqdm/python-tqdm.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_TQDM_VERSION = 4.67.1 +PYTHON_TQDM_VERSION = 4.67.3 PYTHON_TQDM_SOURCE = tqdm-$(PYTHON_TQDM_VERSION).tar.gz -PYTHON_TQDM_SITE = https://files.pythonhosted.org/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d +PYTHON_TQDM_SITE = https://files.pythonhosted.org/packages/09/a9/6ba95a270c6f1fbcd8dac228323f2777d886cb206987444e4bce66338dd4 PYTHON_TQDM_SETUP_TYPE = setuptools PYTHON_TQDM_LICENSE = MPL-2.0, MIT PYTHON_TQDM_LICENSE_FILES = LICENCE