diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-01-17 07:45:55 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-23 18:18:57 +0700 |
commit | 2ae46584f5acf4e8319f9eeabfdfcf09c3b3390a (patch) | |
tree | 2267c46c5726a1fa36c9f47b5d3bffb2525d7281 /python | |
parent | 112fcafe99a6dcd266ba55767818fe7f87ebb506 (diff) | |
download | slackbuilds-2ae46584f5acf4e8319f9eeabfdfcf09c3b3390a.tar.gz |
python/terminado: Updated for version 0.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/terminado/terminado.SlackBuild | 4 | ||||
-rw-r--r-- | python/terminado/terminado.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/terminado/terminado.SlackBuild b/python/terminado/terminado.SlackBuild index 432ecb39d1..81c7ca3a24 100644 --- a/python/terminado/terminado.SlackBuild +++ b/python/terminado/terminado.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for terminado -# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=terminado -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/terminado/terminado.info b/python/terminado/terminado.info index d54f5030ae..10b14a7c77 100644 --- a/python/terminado/terminado.info +++ b/python/terminado/terminado.info @@ -1,8 +1,8 @@ PRGNAM="terminado" -VERSION="0.9.1" -HOMEPAGE="https://terminado.readthedocs.io/en/latest/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.9.1.tar.gz" -MD5SUM="bd9162796256c1e3cd03750f5594a83e" +VERSION="0.9.2" +HOMEPAGE="https://github.com/jupyter/terminado" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.9.2.tar.gz" +MD5SUM="d9b6aa48d9e229dca502828d8b77f70f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-ptyprocess python3-tornado ptyprocess tornado" |