python3-tqdm: update to 4.67.1

This commit is contained in:
Mateusz Sylwestrzak 2025-06-25 13:18:33 +02:00 committed by Duncan Overbruck
parent b1b0c2ef30
commit 652367eb8e

View file

@ -1,7 +1,7 @@
# Template file for 'python3-tqdm' # Template file for 'python3-tqdm'
pkgname=python3-tqdm pkgname=python3-tqdm
version=4.66.2 version=4.67.1
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm" hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3" depends="python3"
@ -13,7 +13,7 @@ license="MPL-2.0, MIT"
homepage="https://tqdm.github.io/" homepage="https://tqdm.github.io/"
changelog="https://github.com/tqdm/tqdm/releases" changelog="https://github.com/tqdm/tqdm/releases"
distfiles="${PYPI_SITE}/t/tqdm/tqdm-${version}.tar.gz" distfiles="${PYPI_SITE}/t/tqdm/tqdm-${version}.tar.gz"
checksum=6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531 checksum=f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2
conflicts="python-tqdm>=0" conflicts="python-tqdm>=0"
# Requires unpackaged dask and keras. # Requires unpackaged dask and keras.
make_check=no make_check=no