summaryrefslogtreecommitdiffstats
path: root/python/python3-prompt_toolkit
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-02-06 23:39:32 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:26 +0700
commit355cd92fb83bce9c2d0e412027d2a604d6728283 (patch)
tree58fbb00244f12fa8add725d0598bdf495fc1a92a /python/python3-prompt_toolkit
parent5ebddd050fe48f78ba748dcf7a9d63af97f13f6b (diff)
downloadslackbuilds-355cd92fb83bce9c2d0e412027d2a604d6728283.tar.gz
slackbuilds-355cd92fb83bce9c2d0e412027d2a604d6728283.tar.xz
python/python3-prompt_toolkit: Updated for version 3.0.36.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-prompt_toolkit')
-rw-r--r--python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild2
-rw-r--r--python/python3-prompt_toolkit/python3-prompt_toolkit.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild
index 6b753db76b..3c63eadfdd 100644
--- a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild
+++ b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-prompt_toolkit
-VERSION=${VERSION:-3.0.29}
+VERSION=${VERSION:-3.0.36}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-prompt_toolkit/python3-prompt_toolkit.info b/python/python3-prompt_toolkit/python3-prompt_toolkit.info
index e08dd3f1be..7f04de58ae 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="3.0.29"
+VERSION="3.0.36"
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.29.tar.gz"
-MD5SUM="170d4c9b420570f58fa1a6f763d70b12"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.36.tar.gz"
+MD5SUM="5a2bb559c0bcbc617f507a320c64ba03"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-wcwidth"