package/python-tqdm: bump version to 4.67.3

https://tqdm.github.io/releases/

Updated license hash due to copyright year bump:
a69dac84b3

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-03-14 15:06:14 +01:00
committed by Julien Olivain
parent 50c9c7f553
commit 7ad3ec1c6f
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/tqdm/json # md5, sha256 from https://pypi.org/pypi/tqdm/json
md5 aca803dd7ac5c4ae233977aff41b7f7c tqdm-4.67.1.tar.gz md5 e1be20b64fdb913d2246c635cdf97b28 tqdm-4.67.3.tar.gz
sha256 f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2 tqdm-4.67.1.tar.gz sha256 7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb tqdm-4.67.3.tar.gz
# Locally computed sha256 checksums # Locally computed sha256 checksums
sha256 dc33252e829015e3b150086fb9b3a40f6ad6fb32c2f4610ce812fa677d35986a LICENCE sha256 fcff87c3a47ce8028a8512aa182d4fcf0ad1c90544ee75cf9b343684cac194de LICENCE

View File

@@ -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_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_SETUP_TYPE = setuptools
PYTHON_TQDM_LICENSE = MPL-2.0, MIT PYTHON_TQDM_LICENSE = MPL-2.0, MIT
PYTHON_TQDM_LICENSE_FILES = LICENCE PYTHON_TQDM_LICENSE_FILES = LICENCE