Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-tqdm
Commits: 67e3ed88 by Robin Candau at 2026-02-02T16:32:15+01:00 upgpkg: 4.67.2-1: New upstream release https://github.com/tqdm/tqdm/releases/tag/v4.67.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-tqdm pkgdesc = Fast, Extensible Progress Meter - pkgver = 4.67.1 - pkgrel = 5 + pkgver = 4.67.2 + pkgrel = 1 url = https://github.com/tqdm/tqdm arch = any license = MIT @@ -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.1 - sha512sums = be7467509c82c6eca11caf70bd95a1fa41c761158b97c649f02ebeda3fae64337742c8bdc4110ea000fba39322888387cdb8630463630809c016f75764250667 + source = git+https://github.com/tqdm/tqdm.git#commit=v4.67.2 + sha512sums = 5895d18f1bcf6b6778c1f0d7ae7a94e530e8797598bfaa4df1aed67725fb60642a1b5aa1382523898b21d608a2c1894b336440ae82a9d0dc165fe2d3e258e7d3 pkgname = python-tqdm ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Maintainer: Robin Candau <[email protected]> pkgname=python-tqdm -pkgver=4.67.1 -pkgrel=5 +pkgver=4.67.2 +pkgrel=1 pkgdesc='Fast, Extensible Progress Meter' arch=('any') license=('MIT' 'MPL-2.0') @@ -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=('be7467509c82c6eca11caf70bd95a1fa41c761158b97c649f02ebeda3fae64337742c8bdc4110ea000fba39322888387cdb8630463630809c016f75764250667') +sha512sums=('5895d18f1bcf6b6778c1f0d7ae7a94e530e8797598bfaa4df1aed67725fb60642a1b5aa1382523898b21d608a2c1894b336440ae82a9d0dc165fe2d3e258e7d3') build() { cd tqdm View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/67e3ed88f823fa1517f1f5dcebc8fab6fd3a42a1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/67e3ed88f823fa1517f1f5dcebc8fab6fd3a42a1 You're receiving this email because of your account on gitlab.archlinux.org.
