Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-tqdm
Commits: 1f20a961 by Robin Candau at 2024-11-26T10:14:44+01:00 upgpkg: 4.67.1-1: New upstream release https://github.com/tqdm/tqdm/releases/tag/v4.67.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-tqdm pkgdesc = Fast, Extensible Progress Meter - pkgver = 4.67.0 + pkgver = 4.67.1 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.0 - sha512sums = 49c05b6f059537ff447f8fe9b1f767927d1906d0421cd426d3522795a356541df68e2694571f710e7375065012cc8f3454734fcae91e0bb259a39ec8f74f22ed + source = git+https://github.com/tqdm/tqdm.git#commit=v4.67.1 + sha512sums = be7467509c82c6eca11caf70bd95a1fa41c761158b97c649f02ebeda3fae64337742c8bdc4110ea000fba39322888387cdb8630463630809c016f75764250667 pkgname = python-tqdm ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=python-tqdm -pkgver=4.67.0 +pkgver=4.67.1 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=('49c05b6f059537ff447f8fe9b1f767927d1906d0421cd426d3522795a356541df68e2694571f710e7375065012cc8f3454734fcae91e0bb259a39ec8f74f22ed') +sha512sums=('be7467509c82c6eca11caf70bd95a1fa41c761158b97c649f02ebeda3fae64337742c8bdc4110ea000fba39322888387cdb8630463630809c016f75764250667') build() { cd tqdm View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/1f20a961f9b0c5cc0706d1f1ccc8da8b8b3ff785 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/1f20a961f9b0c5cc0706d1f1ccc8da8b8b3ff785 You're receiving this email because of your account on gitlab.archlinux.org.
