diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-20 23:14:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 01:20:14 +0700 |
commit | 0d5895db078801779ffbb4bd4ecb7a9db757e618 (patch) | |
tree | 51321d094c0199ff832f87534a3397f4c4d58c41 /python | |
parent | 2f0c71cc6c3b4bf92c067c9695fbbab21f96d7be (diff) |
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>
Diffstat (limited to 'python')
-rw-r--r-- | python/terminado/README | 4 | ||||
-rw-r--r-- | python/terminado/terminado.SlackBuild | 2 | ||||
-rw-r--r-- | python/terminado/terminado.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/python/terminado/README b/python/terminado/README index 54baa522ae41a..e42d4a4779771 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 0e1518a8152b6..1316ea5b80b15 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 621bd1e017166..ef0cdac6f2675 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" |