Marcel Telka
2023-05-24 a9f6d8d9c249553f20b35ae1413b95d1e61cac83
python/typing_extensions: update to 4.6.1

3 files modified
14 ■■■■■ changed files
components/python/typing_extensions/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/typing_extensions/test/results-3.7.master 4 ●●● patch | view | raw | blame | history
components/python/typing_extensions/test/results-3.9.master 4 ●●● patch | view | raw | blame | history
components/python/typing_extensions/Makefile
@@ -20,12 +20,12 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        typing_extensions
HUMAN_VERSION =            4.6.0
HUMAN_VERSION =            4.6.1
COMPONENT_SUMMARY =        typing_extensions - Backported and Experimental Type Hints for Python 3.7+
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/e4/03/4670b4c206e1dc869f2f0120c3d0a2b17d42526ab2b5a8f66d4cd8642ef3/typing_extensions-4.6.0.tar.gz
    https://files.pythonhosted.org/packages/aa/67/f4e6ae6998b0c86ab10f8e96339f00afaf30bef11f63a81c63977c2b89d7/typing_extensions-4.6.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:ff6b238610c747e44c268aa4bb23c8c735d665a63726df3f9431ce707f2aa768
    sha256:558bc0c4145f01e6405f4a5fdbd82050bd221b119f4bf72a961a1cfd471349d6
COMPONENT_LICENSE =        PSF-2.0
COMPONENT_LICENSE_FILE =    LICENSE
components/python/typing_extensions/test/results-3.7.master
@@ -220,6 +220,8 @@
test_none_on_non_callable_doesnt_block_implementation (test_typing_extensions.ProtocolTests) ... ok
test_none_treated_correctly (test_typing_extensions.ProtocolTests) ... ok
test_protocol_defining_init_does_not_get_overridden (test_typing_extensions.ProtocolTests) ... ok
test_protocol_generic_over_paramspec (test_typing_extensions.ProtocolTests) ... ok
test_protocol_generic_over_typevartuple (test_typing_extensions.ProtocolTests) ... ok
test_protocols_bad_subscripts (test_typing_extensions.ProtocolTests) ... ok
test_protocols_in_unions (test_typing_extensions.ProtocolTests) ... ok
test_protocols_isinstance (test_typing_extensions.ProtocolTests) ... ok
@@ -333,7 +335,7 @@
test_union (test_typing_extensions.UnpackTests) ... ok
----------------------------------------------------------------------
Ran 330 tests
Ran 332 tests
OK (skipped=10)
  py$(PYV): OK
components/python/typing_extensions/test/results-3.9.master
@@ -220,6 +220,8 @@
test_none_on_non_callable_doesnt_block_implementation (test_typing_extensions.ProtocolTests) ... ok
test_none_treated_correctly (test_typing_extensions.ProtocolTests) ... ok
test_protocol_defining_init_does_not_get_overridden (test_typing_extensions.ProtocolTests) ... ok
test_protocol_generic_over_paramspec (test_typing_extensions.ProtocolTests) ... ok
test_protocol_generic_over_typevartuple (test_typing_extensions.ProtocolTests) ... ok
test_protocols_bad_subscripts (test_typing_extensions.ProtocolTests) ... ok
test_protocols_in_unions (test_typing_extensions.ProtocolTests) ... ok
test_protocols_isinstance (test_typing_extensions.ProtocolTests) ... ok
@@ -333,7 +335,7 @@
test_union (test_typing_extensions.UnpackTests) ... ok
----------------------------------------------------------------------
Ran 330 tests
Ran 332 tests
OK (skipped=7)
  py$(PYV): OK