]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-typing-extensions: upgrade 4.4.0 -> 4.5.0
authorTim Orling <ticotimo@gmail.com>
Thu, 16 Feb 2023 23:58:31 +0000 (15:58 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Feb 2023 18:00:59 +0000 (18:00 +0000)
commitd3f0a9b620a930e9f48bf9f0d76f82ca6560887a
treef0ab90f753080ca2629d40d6a3d6188aa06610f9
parent5ff9dc47f639a6360603cd3ed840e6782e18d86b
python3-typing-extensions: upgrade 4.4.0 -> 4.5.0

https://github.com/python/typing_extensions/blob/main/CHANGELOG.md#release-450-february-14-2023

Release 4.5.0 (February 14, 2023)

* Runtime support for PEP 702, adding typing_extensions.deprecated. Patch
  by Jelle Zijlstra.
* Add better default value for TypeVar default parameter, PEP 696. Enables
  runtime check if None was passed as default. Patch by Marc Mueller (@cdce8p).
* The @typing_extensions.override decorator now sets the .__override__
  attribute. Patch by Steven Troxler.
* Fix get_type_hints() on cross-module inherited TypedDict in 3.9 and 3.10.
  Patch by Carl Meyer.
* Add frozen_default parameter on dataclass_transform. Patch by Erik De Bonte.

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.5.0.bb [moved from meta/recipes-devtools/python/python3-typing-extensions_4.4.0.bb with 91% similarity]