From 03e042ca44246b882c773deaec5ce5aa6265c7b1 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 10 Feb 2019 15:54:17 +0100 Subject: python/tqdm: Updated for version 4.31.0. Signed-off-by: Dimitris Zlatanidis --- python/tqdm/tqdm.SlackBuild | 7 ++----- python/tqdm/tqdm.info | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'python') diff --git a/python/tqdm/tqdm.SlackBuild b/python/tqdm/tqdm.SlackBuild index 0fb59731a7..fb69238af8 100644 --- a/python/tqdm/tqdm.SlackBuild +++ b/python/tqdm/tqdm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tqdm -# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tqdm -VERSION=${VERSION:-4.23.3} +VERSION=${VERSION:-4.31.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,9 +79,6 @@ fi find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -find $PKG/usr/man -type f -exec gzip -9 {} \; -for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README.rst LICENCE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/tqdm/tqdm.info b/python/tqdm/tqdm.info index f1d5429c7b..efa289a6ed 100644 --- a/python/tqdm/tqdm.info +++ b/python/tqdm/tqdm.info @@ -1,8 +1,8 @@ PRGNAM="tqdm" -VERSION="4.23.3" +VERSION="4.31.0" HOMEPAGE="https://github.com/tqdm/tqdm" -DOWNLOAD="https://files.pythonhosted.org/packages/6a/8c/7d79a901f28a98b1ff66e0cef456dbf38b7b8be4ba7da88394039e020c96/tqdm-4.23.3.tar.gz" -MD5SUM="52ea1bf3da35b7ea6e859627f236e9da" +DOWNLOAD="https://files.pythonhosted.org/packages/44/5c/e4f0a8902ffb5f490051a0af8172fb369266f41848a3cee77da7e171c76f/tqdm-4.31.0.tar.gz" +MD5SUM="9fbee8914301388294fd776dfe2eedbf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3