summaryrefslogtreecommitdiffstats
path: root/python/python3-prompt_toolkit
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-11-17 10:36:45 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-18 09:16:02 +0700
commit788a7098e27916a34fbdc8ce4d7b46339c82386d (patch)
treeb4bf8b32892a2d738a37e0ae3eaac2fd0fbbac45 /python/python3-prompt_toolkit
parentb399f8d6c9fe537eb5eaa8397ba70e038b87dd75 (diff)
downloadslackbuilds-788a7098e27916a34fbdc8ce4d7b46339c82386d.tar.gz
slackbuilds-788a7098e27916a34fbdc8ce4d7b46339c82386d.tar.xz
python/python3-prompt_toolkit: Updated for version 3.0.41.
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 5d5808b5a4..6743a0728a 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.40}
+VERSION=${VERSION:-3.0.41}
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 125a668922..0da9e7b831 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.40"
+VERSION="3.0.41"
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.40.tar.gz"
-MD5SUM="f80afb840f1c444d0aeea672d7f7e8e1"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.41.tar.gz"
+MD5SUM="252a5d200e41d46b65a3076d2bc0a4bd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-wcwidth"