python-tqdm: update to 4.37.0.
This commit is contained in:
parent
950c49a941
commit
04f7f70a15
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-tqdm'
|
||||
pkgname=python-tqdm
|
||||
version=4.36.1
|
||||
version=4.37.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="tqdm-${version}"
|
||||
|
@ -9,11 +9,11 @@ pycompile_module="tqdm"
|
|||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Fast, extensible progress bar for Python and CLI (Python2)"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="MPL-2.0, MIT"
|
||||
homepage="https://tqdm.github.io/"
|
||||
distfiles="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz"
|
||||
checksum=b34944a6c554932527dfe58473cd143f1672e3e5592274948ec035b31f437018
|
||||
checksum=642df4a0f0f48a295d6baddad3b489b169bfcee06ec6f88fff9d32a150c1fc2e
|
||||
alternatives="
|
||||
tqdm:tqdm:/usr/bin/tqdm2
|
||||
tqdm:tqdm.1:/usr/share/man/man1/tqdm2.1"
|
||||
|
|
Loading…
Reference in New Issue