[OE-core] [PATCH] python3-typing-extensions: upgrade 4.7.0 -> 4.7.1

2023-07-17 Thread Tim Orling
https://github.com/python/typing_extensions/blob/4.7.1/CHANGELOG.md#release-471-july-2-2023 Release 4.7.1 (July 2, 2023) * Fix support for TypedDict, NamedTuple and is_protocol on PyPy-3.7 and PyPy-3.8. Patch by Alex Waygood. Note that PyPy-3.7 and PyPy-3.8 are unsupported by the PyPy project.

[OE-core] [PATCH] python3-typing-extensions: upgrade 4.7.0 -> 4.7.1

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: == Fix support for TypedDict, NamedTuple and is_protocol on PyPy-3.7 and PyPy-3.8. Signed-off-by: Wang Mingyu --- ...g-extensions_4.7.0.bb => python3-typing-extensions_4.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devt