]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-typing-extensions: upgrade 4.11.0 -> 4.12.2
authorTim Orling <tim.orling@konsulko.com>
Tue, 11 Jun 2024 19:11:58 +0000 (12:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Jun 2024 15:06:49 +0000 (16:06 +0100)
commitca85febfc97459f04c178a870e064170ba3f1e27
tree7b19cb8028ff5093a8ffe067b47f87b82a7868bc
parent8ed50a4e723fce8fb4e51463f1316c0d500e5476
python3-typing-extensions: upgrade 4.11.0 -> 4.12.2

https://github.com/python/typing_extensions/blob/main/CHANGELOG.md

Release 4.12.2 (June 7, 2024)
  * Add typing_extensions.get_annotations, a backport of
    inspect.get_annotations that adds features specified by PEP 649. Patch
    by Jelle Zijlstra.
  * Fix regression in v4.12.0 where specialization of certain generics with
    an overridden __eq__ method would raise errors. Patch by Jelle Zijlstra.
  * Fix tests so they pass on 3.13.0b2

Release 4.12.1 (June 1, 2024)
  * Preliminary changes for compatibility with the draft implementation of
    PEP 649 in Python 3.14. Patch by Jelle Zijlstra.
  * Fix regression in v4.12.0 where nested Annotated types would cause
    TypeError to be raised if the nested Annotated type had unhashable
    metadata. Patch by Alex Waygood.

Release 4.12.0 (May 23, 2024)
  * This release is mostly the same as 4.12.0rc1 but fixes one more
    longstanding bug.
  * Fix incorrect behaviour of typing_extensions.ParamSpec on Python 3.8
    and 3.9 that meant that isinstance(typing_extensions.ParamSpec("P"),
    typing.TypeVar) would have a different result in some situations
depending on whether or not a profiling function had been set using
sys.setprofile. Patch by Alex Waygood.

https://github.com/python/typing_extensions/compare/4.11.0...4.12.2

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb [moved from meta/recipes-devtools/python/python3-typing-extensions_4.11.0.bb with 91% similarity]