diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-10-29 23:01:26 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:15 +0700 |
commit | 8dbbd844dca07a587154060b313c483bf4560d85 (patch) | |
tree | 81aacd8ccac0b4441dd4e2deac0858aee98fde0a /python | |
parent | 9f9d61e871a7f61d77e93d3dfbd4a49f85bb0c9e (diff) | |
download | slackbuilds-8dbbd844dca07a587154060b313c483bf4560d85.tar.gz |
python/python3-prompt_toolkit: Updated for version 3.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 93fee1acec..ffa4e9101c 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-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-prompt_toolkit -VERSION=${VERSION:-2.0.9} +VERSION=${VERSION:-3.0.6} 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 b050d342c1..476dad4e75 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.9" +VERSION="3.0.6" HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-2.0.9.tar.gz" -MD5SUM="091daddeec62015e0be36e8682d36562" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.6.tar.gz" +MD5SUM="e50cb328715b338480d8d29dda54ff5d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-wcwidth python3-six" |