diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-01-29 10:46:27 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-02 08:12:06 +0700 |
commit | 42f817388be3cee0295366d98ebb1e8f752b367d (patch) | |
tree | 81cb445a332ec9f8988126d0e43e2a2825f8438d | |
parent | d57a840bf093efcc55a1358f9a1726d7ee723352 (diff) |
python/python3-prompt_toolkit: 2.0.8.
-rw-r--r-- | python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-prompt_toolkit/python3-prompt_toolkit.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild index f2f862a1aaa4..8e6d88b71bc1 100644 --- a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild +++ b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-prompt_toolkit # Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ SRCNAM=prompt_toolkit PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-2.0.7} +VERSION=${VERSION:-2.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-prompt_toolkit/python3-prompt_toolkit.info b/python/python3-prompt_toolkit/python3-prompt_toolkit.info index 1d4e26071b68..285027b13c65 100644 --- a/python/python3-prompt_toolkit/python3-prompt_toolkit.info +++ b/python/python3-prompt_toolkit/python3-prompt_toolkit.info @@ -1,8 +1,8 @@ PRGNAM="python3-prompt_toolkit" -VERSION="2.0.7" +VERSION="2.0.8" HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-2.0.7.tar.gz" -MD5SUM="5c32f640908dec950646a0460198158d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-2.0.8.tar.gz" +MD5SUM="01f1a16e4e524ec23a9a7a637e8a735a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-wcwidth python3-six" |