diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-07-23 10:27:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-26 18:28:42 +0700 |
commit | 6cee8be0a46055420e172abf2b6aa14e069608fd (patch) | |
tree | c33503b93d8f2930cae52bd8cdd9000056e6bbf6 /python/tqdm | |
parent | 73585b3be887528463a3379cb2f964fe7e11cb09 (diff) | |
download | slackbuilds-6cee8be0a46055420e172abf2b6aa14e069608fd.tar.gz |
python/tqdm: Updated for version 4.15.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/tqdm')
-rw-r--r-- | python/tqdm/README | 2 | ||||
-rw-r--r-- | python/tqdm/tqdm.SlackBuild | 2 | ||||
-rw-r--r-- | python/tqdm/tqdm.info | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/python/tqdm/README b/python/tqdm/README index 5700d663c3..2e90cc0c5a 100644 --- a/python/tqdm/README +++ b/python/tqdm/README @@ -5,3 +5,5 @@ tqdm(iterable), and you're done! from tqdm import tqdm for i in tqdm(range(9)): ... + +Optional dependency: python3 diff --git a/python/tqdm/tqdm.SlackBuild b/python/tqdm/tqdm.SlackBuild index 32276397f1..2a55d5115f 100644 --- a/python/tqdm/tqdm.SlackBuild +++ b/python/tqdm/tqdm.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tqdm -VERSION=${VERSION:-4.14.0} +VERSION=${VERSION:-4.15.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/tqdm/tqdm.info b/python/tqdm/tqdm.info index 423eeddf23..e0a1088754 100644 --- a/python/tqdm/tqdm.info +++ b/python/tqdm/tqdm.info @@ -1,8 +1,8 @@ PRGNAM="tqdm" -VERSION="4.14.0" +VERSION="4.15.0" HOMEPAGE="http://chump.readthedocs.org" -DOWNLOAD="https://pypi.python.org/packages/67/7c/95e5425871bf314e484aea5f8ec65b49ab006944309b496cd53c47646155/tqdm-4.14.0.tar.gz" -MD5SUM="132f85f0f2ffad4226a2156b9b100653" +DOWNLOAD="https://pypi.python.org/packages/01/f7/2058bd94a903f445e8ff19c0af64b9456187acab41090ff2da21c7c7e193/tqdm-4.15.0.tar.gz" +MD5SUM="78da94992ee52742da2cfd9e0545cc5c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |