]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 28 Feb 2024 07:32:48 +0000 (15:32 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Feb 2024 10:26:14 +0000 (10:26 +0000)
commit91dd6f2878bcdbb6f9ba65927f6c6f981b0b3f1a
tree49afe0cb599b7edbaf6626f8d0efaf043b459b0a
parent0174e7c4d1f3d3a7458d357b0d7be63b5d748572
python3-typing-extensions: upgrade 4.9.0 -> 4.10.0

Changelog:
============
-Add support for PEP 728, supporting the closed keyword argument and the special
 __extra_items__ key for TypedDict.
-Add support for PEP 742, adding typing_extensions.TypeIs.
-Drop runtime error when a read-only TypedDict item overrides a mutable one.
 Type checkers should still flag this as an error.
-Speedup issubclass() checks against simple runtime-checkable protocols by
 around 6% (backporting python/cpython#112717
-Fix a regression in the implementation of protocols where typing.Protocol
 classes that were not marked as @runtime_checkable would be unnecessarily
 introspected, potentially causing exceptions to be raised if the protocol had
 problematic members.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-typing-extensions_4.10.0.bb [moved from meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb with 91% similarity]