diff options
-rw-r--r-- | python/typing-extensions/README | 22 | ||||
-rw-r--r-- | python/typing-extensions/typing-extensions.SlackBuild | 2 | ||||
-rw-r--r-- | python/typing-extensions/typing-extensions.info | 6 |
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="" |