summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-03-21 07:14:31 +0100
committer Willy Sudiarto Raharjo2022-03-25 19:20:14 +0100
commit0d5895db078801779ffbb4bd4ecb7a9db757e618 (patch)
tree51321d094c0199ff832f87534a3397f4c4d58c41
parent2f0c71cc6c3b4bf92c067c9695fbbab21f96d7be (diff)
downloadslackbuilds-0d5895db078801779ffbb4bd4ecb7a9db757e618.tar.gz
python/terminado: Update for 0.13.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--python/terminado/README4
-rw-r--r--python/terminado/terminado.SlackBuild2
-rw-r--r--python/terminado/terminado.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/python/terminado/README b/python/terminado/README
index 54baa522ae..e42d4a4779 100644
--- a/python/terminado/README
+++ b/python/terminado/README
@@ -1,2 +1,2 @@
-Terminado is a Tornado websocket backend for the term.js Javascript
-terminal emulator library.
+Terminado is a Tornado websocket backend for the term.js Javascript terminal
+emulator library.
diff --git a/python/terminado/terminado.SlackBuild b/python/terminado/terminado.SlackBuild
index 0e1518a815..1316ea5b80 100644
--- a/python/terminado/terminado.SlackBuild
+++ b/python/terminado/terminado.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=terminado
-VERSION=${VERSION:-0.13.1}
+VERSION=${VERSION:-0.13.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/terminado/terminado.info b/python/terminado/terminado.info
index 621bd1e017..ef0cdac6f2 100644
--- a/python/terminado/terminado.info
+++ b/python/terminado/terminado.info
@@ -1,8 +1,8 @@
PRGNAM="terminado"
-VERSION="0.13.1"
+VERSION="0.13.3"
HOMEPAGE="https://github.com/jupyter/terminado"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.13.1.tar.gz"
-MD5SUM="bdc7cb99c41345809b51f2ce8952c51c"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.13.3.tar.gz"
+MD5SUM="2847ae71834cf485432e58d40973920e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-ptyprocess python3-tornado"