summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Prof. HORSTMANN2020-11-20 21:18:43 +0100
committer Willy Sudiarto Raharjo2020-11-21 19:14:23 +0100
commit0f35cac2e52f791e6513542eb2d2cca0a581f77a (patch)
treed072b2a9cce09f07984063a45671f92d2fe83f36 /python
parent5bbbbb2956d6bec9a69b25b908a6259c5dba3de2 (diff)
downloadslackbuilds-0f35cac2e52f791e6513542eb2d2cca0a581f77a.tar.gz
python/typing-extensions: Updated for version 3.7.4.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/typing-extensions/README22
-rw-r--r--python/typing-extensions/typing-extensions.SlackBuild2
-rw-r--r--python/typing-extensions/typing-extensions.info6
3 files changed, 15 insertions, 15 deletions
diff --git a/python/typing-extensions/README b/python/typing-extensions/README
index a80a248d6d..7c11c211d7 100644
--- a/python/typing-extensions/README
+++ b/python/typing-extensions/README
@@ -1,19 +1,19 @@
Typing Extensions – Backported and Experimental Type Hints for Python
The typing module was added to the standard library in Python 3.5 on a
-provisional basis and will no longer be provisional in Python 3.7. However,
-this means users of Python 3.5 - 3.6 who are unable to upgrade will not be able
-to take advantage of new types added to the typing module, such as typing.Text
-or typing.Coroutine.
+provisional basis and will no longer be provisional in Python 3.7.
+However, this means users of Python 3.5 - 3.6 who are unable to upgrade
+will not be able to take advantage of new types added to the typing
+module, such as typing.Text or typing.Coroutine.
-The typing_extensions module contains both backports of these changes as well
-as experimental types that will eventually be added to the typing module, such
-as Protocol or TypedDict.
+The typing_extensions module contains both backports of these changes as
+well as experimental types that will eventually be added to the typing
+module, such as Protocol or TypedDict.
-Users of other Python versions should continue to install and use the typing
-module from PyPi instead of using this one unless specifically writing code
-that must be compatible with multiple Python versions or requires experimental
-types.
+Users of other Python versions should continue to install and use the
+typing module from PyPi instead of using this one unless specifically
+writing code that must be compatible with multiple Python versions or
+requires experimental types.
Optional:
diff --git a/python/typing-extensions/typing-extensions.SlackBuild b/python/typing-extensions/typing-extensions.SlackBuild
index b7ca9ca089..88335bc5be 100644
--- a/python/typing-extensions/typing-extensions.SlackBuild
+++ b/python/typing-extensions/typing-extensions.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=typing-extensions
PKGNAM=typing_extensions
-VERSION=${VERSION:-3.7.4.2}
+VERSION=${VERSION:-3.7.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/typing-extensions/typing-extensions.info b/python/typing-extensions/typing-extensions.info
index d4fe1b83c5..7ecde6776a 100644
--- a/python/typing-extensions/typing-extensions.info
+++ b/python/typing-extensions/typing-extensions.info
@@ -1,8 +1,8 @@
PRGNAM="typing-extensions"
-VERSION="3.7.4.2"
+VERSION="3.7.4.3"
HOMEPAGE="https://pypi.org/project/typing-extensions/"
-DOWNLOAD="https://files.pythonhosted.org/packages/6a/28/d32852f2af6b5ead85d396249d5bdf450833f3a69896d76eb480d9c5e406/typing_extensions-3.7.4.2.tar.gz"
-MD5SUM="f2674282966dc088d10170c2347431cc"
+DOWNLOAD="https://files.pythonhosted.org/packages/16/06/0f7367eafb692f73158e5c5cbca1aec798cdf78be5167f6415dd4205fa32/typing_extensions-3.7.4.3.tar.gz"
+MD5SUM="5fcbfcb22e6f8c9bf23fb9f8e020f6ee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""