summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2023-09-08 13:40:14 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-09 06:32:53 +0700
commita5c3ccb499e607e419eef4e731797aee0734f5b3 (patch)
treece9210a2af2ffb966970424d2ca00a24b926ca9d /python
parente64b7495064f0321688d64aa3fadfe9c83b398e1 (diff)
downloadslackbuilds-a5c3ccb499e607e419eef4e731797aee0734f5b3.tar.gz
slackbuilds-a5c3ccb499e607e419eef4e731797aee0734f5b3.tar.xz
python/typing-extensions: Version bump to 4.7.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/typing-extensions/typing-extensions.SlackBuild3
-rw-r--r--python/typing-extensions/typing-extensions.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/python/typing-extensions/typing-extensions.SlackBuild b/python/typing-extensions/typing-extensions.SlackBuild
index d8dbea1a20..566159fff2 100644
--- a/python/typing-extensions/typing-extensions.SlackBuild
+++ b/python/typing-extensions/typing-extensions.SlackBuild
@@ -4,6 +4,7 @@
# Copyright (c) 2000-2020 Prof. Horstmann <wmh (at) eipg.fr>
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -30,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=typing-extensions
PKGNAM=typing_extensions
-VERSION=${VERSION:-4.6.3}
+VERSION=${VERSION:-4.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/typing-extensions/typing-extensions.info b/python/typing-extensions/typing-extensions.info
index dd36abacbf..6a4049e135 100644
--- a/python/typing-extensions/typing-extensions.info
+++ b/python/typing-extensions/typing-extensions.info
@@ -1,8 +1,8 @@
PRGNAM="typing-extensions"
-VERSION="4.6.3"
+VERSION="4.7.1"
HOMEPAGE="https://pypi.org/project/typing-extensions/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-4.6.3.tar.gz"
-MD5SUM="111a7d37292a241811502bd1b64032be"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-4.7.1.tar.gz"
+MD5SUM="06e7fff4b1d51f8dc6f49b16e71de54e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build"