summaryrefslogtreecommitdiff
path: root/python/typing-extensions/typing-extensions.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-02-17 15:42:05 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-19 11:20:36 +0700
commit898142fa308aaec46a2e6e8d2efd396a80e344f6 (patch)
treed794795a92d55de4ccc99cdf2be3a9d594f6000a /python/typing-extensions/typing-extensions.SlackBuild
parentdf1cd33116e28faa9a990b8d7ab697e5e533d7ec (diff)
downloadslackbuilds-898142fa308aaec46a2e6e8d2efd396a80e344f6.tar.gz
python/typing-extensions: Update for 3.10.0.2 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/typing-extensions/typing-extensions.SlackBuild')
-rw-r--r--python/typing-extensions/typing-extensions.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/typing-extensions/typing-extensions.SlackBuild b/python/typing-extensions/typing-extensions.SlackBuild
index 005e459ee9..69caed70ef 100644
--- a/python/typing-extensions/typing-extensions.SlackBuild
+++ b/python/typing-extensions/typing-extensions.SlackBuild
@@ -3,6 +3,7 @@
# SlackBuild build script for typing-extensions
# Copyright (c) 2000-2020 Prof. Horstmann <wmh (at) eipg.fr>
+# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=typing-extensions
PKGNAM=typing_extensions
-VERSION=${VERSION:-3.7.4.1}
+VERSION=${VERSION:-3.10.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}