summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Andrew Clemons2022-05-27 22:01:33 +0200
committer Willy Sudiarto Raharjo2022-05-28 04:11:29 +0200
commit8a2e95063e27ab6c1fce91ab8e0ec131f7bc5bd3 (patch)
tree630a6b670ffeaad3a1271e68efed9802b7e55759 /python
parent438c6f1e978b470c5310769743fad68b59e7663e (diff)
downloadslackbuilds-8a2e95063e27ab6c1fce91ab8e0ec131f7bc5bd3.tar.gz
python/tqdm: Updated for version 4.64.0.
afdko needs at least this version now. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/tqdm/tqdm.SlackBuild6
-rw-r--r--python/tqdm/tqdm.info6
2 files changed, 5 insertions, 7 deletions
diff --git a/python/tqdm/tqdm.SlackBuild b/python/tqdm/tqdm.SlackBuild
index 1f1bc406fa..4b63275499 100644
--- a/python/tqdm/tqdm.SlackBuild
+++ b/python/tqdm/tqdm.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tqdm
-VERSION=${VERSION:-4.63.0}
+VERSION=${VERSION:-4.64.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -37,9 +37,7 @@ if [ -z "$ARCH" ]; then
*) ARCH=$( uname -m ) ;;
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
+
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/python/tqdm/tqdm.info b/python/tqdm/tqdm.info
index c1cc117d19..912f033f6f 100644
--- a/python/tqdm/tqdm.info
+++ b/python/tqdm/tqdm.info
@@ -1,8 +1,8 @@
PRGNAM="tqdm"
-VERSION="4.63.0"
+VERSION="4.64.0"
HOMEPAGE="https://github.com/tqdm/tqdm"
-DOWNLOAD="https://files.pythonhosted.org/packages/cb/a5/803a55cae355bc2402492c6a1c23dc08117844e4a1c3a293b0ea19bca6fa/tqdm-4.63.0.tar.gz"
-MD5SUM="d82c5f135b75d6471f70d57d02372d76"
+DOWNLOAD="https://files.pythonhosted.org/packages/98/2a/838de32e09bd511cf69fe4ae13ffc748ac143449bfc24bb3fd172d53a84f/tqdm-4.64.0.tar.gz"
+MD5SUM="231212e145ac51214286b310704447d4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-setuptools-scm python-toml"