Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-tqdm
Commits: 62db61d2 by Robin Candau at 2026-02-04T00:12:59+01:00 upgpkg: 4.67.3-1: New upstream release https://github.com/tqdm/tqdm/releases/tag/v4.67.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-tqdm pkgdesc = Fast, Extensible Progress Meter - pkgver = 4.67.2 + pkgver = 4.67.3 pkgrel = 1 url = https://github.com/tqdm/tqdm arch = any @@ -23,7 +23,7 @@ pkgbase = python-tqdm makedepends = python-wheel depends = python optdepends = python-requests: telegram - source = git+https://github.com/tqdm/tqdm.git#commit=v4.67.2 - sha512sums = 5895d18f1bcf6b6778c1f0d7ae7a94e530e8797598bfaa4df1aed67725fb60642a1b5aa1382523898b21d608a2c1894b336440ae82a9d0dc165fe2d3e258e7d3 + source = git+https://github.com/tqdm/tqdm.git#commit=v4.67.3 + sha512sums = 7d35ae467a8d0d54cfe9b78f3187fa425b664034a9ee7740e33cf39fd509764a497ab6480c5eb005b41b6cd74f28f4ac2523ed4ac476c2c7925c578adc65dce6 pkgname = python-tqdm ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=python-tqdm -pkgver=4.67.2 +pkgver=4.67.3 pkgrel=1 pkgdesc='Fast, Extensible Progress Meter' arch=('any') @@ -13,7 +13,7 @@ optdepends=('python-requests: telegram') makedepends=('git' 'python-setuptools-scm' 'python-toml' 'python-build' 'python-installer' 'python-wheel') checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 'python-numpy' 'python-pandas' 'python-rich' 'python-dask' 'tk' 'python-keras') source=("git+https://github.com/tqdm/tqdm.git#commit=v${pkgver}") -sha512sums=('5895d18f1bcf6b6778c1f0d7ae7a94e530e8797598bfaa4df1aed67725fb60642a1b5aa1382523898b21d608a2c1894b336440ae82a9d0dc165fe2d3e258e7d3') +sha512sums=('7d35ae467a8d0d54cfe9b78f3187fa425b664034a9ee7740e33cf39fd509764a497ab6480c5eb005b41b6cd74f28f4ac2523ed4ac476c2c7925c578adc65dce6') build() { cd tqdm View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/62db61d23d1f41bcf1a8ad46de03d1de4f2f51be -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/62db61d23d1f41bcf1a8ad46de03d1de4f2f51be You're receiving this email because of your account on gitlab.archlinux.org.
