Marcel Telka
2024-04-06 e3d6dbd6d802688684024dece3f85bc623dfcba7
python/typing_extensions: update to 4.11.0

3 files modified
12 ■■■■■ changed files
components/python/typing_extensions/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/typing_extensions/patches/02-unittest-verbose.patch 4 ●●●● patch | view | raw | blame | history
components/python/typing_extensions/test/results-all.master 4 ●●● patch | view | raw | blame | history
components/python/typing_extensions/Makefile
@@ -19,10 +19,10 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        typing_extensions
HUMAN_VERSION =            4.10.0
HUMAN_VERSION =            4.11.0
COMPONENT_SUMMARY =        typing_extensions - Backported and Experimental Type Hints for Python 3.8+
COMPONENT_ARCHIVE_HASH =    \
    sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb
    sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0
COMPONENT_LICENSE =        PSF-2.0
COMPONENT_LICENSE_FILE =    LICENSE
components/python/typing_extensions/patches/02-unittest-verbose.patch
@@ -1,5 +1,5 @@
--- typing_extensions-4.10.0/tox.ini.orig
+++ typing_extensions-4.10.0/tox.ini
--- typing_extensions-4.11.0/tox.ini.orig
+++ typing_extensions-4.11.0/tox.ini
@@ -4,4 +4,4 @@
 
 [testenv]
components/python/typing_extensions/test/results-all.master
@@ -328,6 +328,8 @@
test_type_typevar (test_typing_extensions.TypeTests) ... ok
test_pickle (test_typing_extensions.TypeVarInferVarianceTests) ... ok
test_typevar (test_typing_extensions.TypeVarInferVarianceTests) ... ok
test_erroneous_generic (test_typing_extensions.TypeVarLikeDefaultsTests) ... ok
test_need_more_params (test_typing_extensions.TypeVarLikeDefaultsTests) ... ok
test_paramspec (test_typing_extensions.TypeVarLikeDefaultsTests) ... ok
test_pickle (test_typing_extensions.TypeVarLikeDefaultsTests) ... ok
test_typevar (test_typing_extensions.TypeVarLikeDefaultsTests) ... ok
@@ -402,7 +404,7 @@
test_union (test_typing_extensions.UnpackTests) ... ok
----------------------------------------------------------------------
Ran 400 tests
Ran 402 tests
OK (skipped=9)
  py$(PYV): OK