python/tqdm: Updated for version 4.63.0

Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Duncan Roe 2022-03-04 18:30:02 +11:00 committed by Willy Sudiarto Raharjo
parent 403072fdf1
commit 85a648638c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tqdm
VERSION=${VERSION:-4.62.0}
VERSION=${VERSION:-4.63.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="tqdm"
VERSION="4.62.0"
VERSION="4.63.0"
HOMEPAGE="https://github.com/tqdm/tqdm"
DOWNLOAD="https://files.pythonhosted.org/packages/7f/e6/23e3f15ff29970dd64065a9a27bc809b1df727f7f9f6dfa3e36cf7975e58/tqdm-4.62.0.tar.gz"
MD5SUM="4ccb947ca1df0f16818ddb5533f5763f"
DOWNLOAD="https://files.pythonhosted.org/packages/cb/a5/803a55cae355bc2402492c6a1c23dc08117844e4a1c3a293b0ea19bca6fa/tqdm-4.63.0.tar.gz"
MD5SUM="d82c5f135b75d6471f70d57d02372d76"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-setuptools-scm python-toml"