diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-17 15:42:05 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 11:20:36 +0700 |
commit | 898142fa308aaec46a2e6e8d2efd396a80e344f6 (patch) | |
tree | d794795a92d55de4ccc99cdf2be3a9d594f6000a /python/typing-extensions | |
parent | df1cd33116e28faa9a990b8d7ab697e5e533d7ec (diff) |
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')
-rw-r--r-- | python/typing-extensions/slack-desc | 4 | ||||
-rw-r--r-- | python/typing-extensions/typing-extensions.SlackBuild | 3 | ||||
-rw-r--r-- | python/typing-extensions/typing-extensions.info | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/python/typing-extensions/slack-desc b/python/typing-extensions/slack-desc index 1f497e6ac336a..50e1fe5e28a11 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 005e459ee9fe2..69caed70ef93f 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 eaa8077ee4cd7..fcfd35de61fa5 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" |