summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu2022-02-18 00:42:05 +0100
committer Willy Sudiarto Raharjo2022-02-19 05:20:36 +0100
commit898142fa308aaec46a2e6e8d2efd396a80e344f6 (patch)
treed794795a92d55de4ccc99cdf2be3a9d594f6000a /python
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')
-rw-r--r--python/typing-extensions/slack-desc4
-rw-r--r--python/typing-extensions/typing-extensions.SlackBuild3
-rw-r--r--python/typing-extensions/typing-extensions.info10
3 files changed, 9 insertions, 8 deletions
diff --git a/python/typing-extensions/slack-desc b/python/typing-extensions/slack-desc
index 1f497e6ac3..50e1fe5e28 100644
--- a/python/typing-extensions/slack-desc
+++ b/python/typing-extensions/slack-desc
@@ -11,9 +11,9 @@ typing-extensions:
typing-extensions: The typing module was added to the standard library in Python 3.5 on
typing-extensions: a provisional basis and will no longer be provisional in Python 3.7.
typing-extensions: However, this means users of Python 3.5 - 3.6 who are unable to
-typing-extensions: upgrade willnot be able to take advantage of new types added to the
+typing-extensions: upgrade will not be able to take advantage of new types added to the
typing-extensions: typing module, such as typing.Text or typing.Coroutine.
typing-extensions:
typing-extensions:
-typing-extensions: Homepage: https://pypi.org/project/typing-extensions/
+typing-extensions: Homepage: https://pypi.org/project/typing-extensions/
typing-extensions:
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}
diff --git a/python/typing-extensions/typing-extensions.info b/python/typing-extensions/typing-extensions.info
index eaa8077ee4..fcfd35de61 100644
--- a/python/typing-extensions/typing-extensions.info
+++ b/python/typing-extensions/typing-extensions.info
@@ -1,10 +1,10 @@
PRGNAM="typing-extensions"
-VERSION="3.7.4.1"
+VERSION="3.10.0.2"
HOMEPAGE="https://pypi.org/project/typing-extensions/"
-DOWNLOAD="https://files.pythonhosted.org/packages/e7/dd/f1713bc6638cc3a6a23735eff6ee09393b44b96176d3296693ada272a80b/typing_extensions-3.7.4.1.tar.gz"
-MD5SUM="566292497a533981216e1d05a7c00fd3"
+DOWNLOAD="https://files.pythonhosted.org/packages/ed/12/c5079a15cf5c01d7f4252b473b00f7e68ee711be605b9f001528f0298b98/typing_extensions-3.10.0.2.tar.gz"
+MD5SUM="ed80ecc8eac5cb15840535ca54eb43f3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Prof. HORSTMANN"
-EMAIL="wmh@eipg.fr"
+MAINTAINER="Isaac Yu"
+EMAIL="isaacyu1@isaacyu1.com"