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>
This commit is contained in:
Isaac Yu 2022-03-20 23:14:31 -07:00 committed by Willy Sudiarto Raharjo
parent 2f0c71cc6c
commit 0d5895db07
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 6 additions and 6 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"