summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis2018-06-29 18:19:28 +0200
committer Willy Sudiarto Raharjo2018-06-30 02:00:08 +0200
commit3ee263be1330d3f1b1c31f10bc7cf3ec9880f706 (patch)
tree668f5c815e601c125d721f30c0d87904bbfc553f /python
parenta36b87f76e6e5f2be7167f3c8af0a3b09df39ce4 (diff)
downloadslackbuilds-3ee263be1330d3f1b1c31f10bc7cf3ec9880f706.tar.gz
python/prompt_toolkit: Updated for version 2.0.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/prompt_toolkit/prompt_toolkit.SlackBuild4
-rw-r--r--python/prompt_toolkit/prompt_toolkit.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/prompt_toolkit/prompt_toolkit.SlackBuild b/python/prompt_toolkit/prompt_toolkit.SlackBuild
index 9298ee4a54..63fa6b4f73 100644
--- a/python/prompt_toolkit/prompt_toolkit.SlackBuild
+++ b/python/prompt_toolkit/prompt_toolkit.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for prompt_toolkit
-# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2015-2018 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=prompt_toolkit
-VERSION=${VERSION:-1.0.15}
+VERSION=${VERSION:-2.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/prompt_toolkit/prompt_toolkit.info b/python/prompt_toolkit/prompt_toolkit.info
index a00fff79c4..4b14ea01d8 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.15"
+VERSION="2.0.3"
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
-DOWNLOAD="https://pypi.python.org/packages/8a/ad/cf6b128866e78ad6d7f1dc5b7f99885fb813393d9860778b2984582e81b5/prompt_toolkit-1.0.15.tar.gz"
-MD5SUM="8fe70295006dbc8afedd43e5eba99032"
+DOWNLOAD="https://files.pythonhosted.org/packages/3e/36/d24222c4a44cb7b8d902db407e1918d8553c765b1384d78c7ea7a85b144c/prompt_toolkit-2.0.3.tar.gz"
+MD5SUM="6245109612aadb574ebfe6162d27064e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wcwidth six"