summaryrefslogtreecommitdiffstats
path: root/python/terminado
diff options
context:
space:
mode:
author isaackwy2023-12-30 09:02:14 +0100
committer Willy Sudiarto Raharjo2023-12-31 02:46:50 +0100
commita5d3411adc7df2de0fcc5a373e2b9cce35883424 (patch)
treedb7f948d26eecae02bc007d6d7927d4bf38d2d99 /python/terminado
parent12cf7e8750b47e170fec55abb1ee7e0f7ece6ba9 (diff)
downloadslackbuilds-a5d3411adc7df2de0fcc5a373e2b9cce35883424.tar.gz
python/terminado: Update for 0.18.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/terminado')
-rw-r--r--python/terminado/terminado.SlackBuild4
-rw-r--r--python/terminado/terminado.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/terminado/terminado.SlackBuild b/python/terminado/terminado.SlackBuild
index f3f8ff5238..9f5c3b1580 100644
--- a/python/terminado/terminado.SlackBuild
+++ b/python/terminado/terminado.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for terminado
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=terminado
-VERSION=${VERSION:-0.17.1}
+VERSION=${VERSION:-0.18.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/terminado/terminado.info b/python/terminado/terminado.info
index 624ccb22dc..181d11162d 100644
--- a/python/terminado/terminado.info
+++ b/python/terminado/terminado.info
@@ -1,8 +1,8 @@
PRGNAM="terminado"
-VERSION="0.17.1"
+VERSION="0.18.0"
HOMEPAGE="https://github.com/jupyter/terminado"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.17.1.tar.gz"
-MD5SUM="aafcc42623986e42469712786edb127c"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.18.0.tar.gz"
+MD5SUM="30c6e8e61041582724be06f387130071"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-ptyprocess python3-tornado python3-hatchling"