Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-tqdm
Commits: 83765424 by Robin Candau at 2026-06-17T12:07:38+02:00 upgpkg: 4.68.3-1: New upstream release https://github.com/tqdm/tqdm/releases/tag/v4.68.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-tqdm pkgdesc = Fast, Extensible Progress Meter - pkgver = 4.68.2 + pkgver = 4.68.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.68.2 - sha512sums = a446a94e6e2df9280799f16f4144995b6c55e96ad39bf7dd562cd0713e6a95361e11a1c492fe20ee047a02220a1776aca6a4940d7d08dfd63f91010d45b54f48 + source = git+https://github.com/tqdm/tqdm.git#commit=v4.68.3 + sha512sums = 5171c82acfdc9f8dbd1d529bc0cff35044150a6562334abb069f4b9da5fa3fd4116f24e7192674c9f104ad3d59be3ef6a4b32582fd378ba409be0deab343416c pkgname = python-tqdm ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=python-tqdm -pkgver=4.68.2 +pkgver=4.68.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=('a446a94e6e2df9280799f16f4144995b6c55e96ad39bf7dd562cd0713e6a95361e11a1c492fe20ee047a02220a1776aca6a4940d7d08dfd63f91010d45b54f48') +sha512sums=('5171c82acfdc9f8dbd1d529bc0cff35044150a6562334abb069f4b9da5fa3fd4116f24e7192674c9f104ad3d59be3ef6a4b32582fd378ba409be0deab343416c') build() { cd tqdm View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/837654243a1f936f7f0077a01c68e96a483bf414 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/837654243a1f936f7f0077a01c68e96a483bf414 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
