diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-11-10 07:00:01 +0200 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:30 +0000 |
commit | 6db21ff0b1072e9449fd320531b08d30d36b984c (patch) | |
tree | 7bd6e1ce82b00389650059fff325bc083a23648b | |
parent | 6a453a3f08fc7c1cd1190367c7960a8702bb685b (diff) | |
download | slackbuilds-6db21ff0b1072e9449fd320531b08d30d36b984c.tar.gz |
python/prompt_toolkit: Updated for version 1.0.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/prompt_toolkit/README | 2 | ||||
-rw-r--r-- | python/prompt_toolkit/prompt_toolkit.SlackBuild | 2 | ||||
-rw-r--r-- | python/prompt_toolkit/prompt_toolkit.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/python/prompt_toolkit/README b/python/prompt_toolkit/README index 091a6ae71c..5f781a1d91 100644 --- a/python/prompt_toolkit/README +++ b/python/prompt_toolkit/README @@ -1,3 +1,3 @@ Library for building powerful interactive command lines in Python. -prompt_toolkit could be a replacement for GNU readline, but it can +prompt_toolkit could be a replacement for GNU readline, but it can be much more than that. diff --git a/python/prompt_toolkit/prompt_toolkit.SlackBuild b/python/prompt_toolkit/prompt_toolkit.SlackBuild index f1567f5437..fec4fad5fc 100644 --- a/python/prompt_toolkit/prompt_toolkit.SlackBuild +++ b/python/prompt_toolkit/prompt_toolkit.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=prompt_toolkit -VERSION=${VERSION:-1.0.8} +VERSION=${VERSION:-1.0.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/prompt_toolkit/prompt_toolkit.info b/python/prompt_toolkit/prompt_toolkit.info index 9bef504441..b73a822aea 100644 --- a/python/prompt_toolkit/prompt_toolkit.info +++ b/python/prompt_toolkit/prompt_toolkit.info @@ -1,8 +1,8 @@ PRGNAM="prompt_toolkit" -VERSION="1.0.8" +VERSION="1.0.9" HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit" -DOWNLOAD="https://pypi.python.org/packages/7f/72/845e3e5678ebe016fe2cff2ffaf91fc9615b9b1a630134f34cf394aa3927/prompt_toolkit-1.0.8.tar.gz" -MD5SUM="0ebe1d83d88a458839f69007d233fe92" +DOWNLOAD="https://pypi.python.org/packages/83/14/5ac258da6c530eca02852ee25c7a9ff3ca78287bb4c198d0d0055845d856/prompt_toolkit-1.0.9.tar.gz" +MD5SUM="a39f91a54308fb7446b1a421c11f227c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wcwidth six" |