Re: [OE-core] [PATCH 10/11] python3-typing-extensions: upgrade 4.3.0 -> 4.4.0

2022-11-03 Thread Richard Purdie
On Tue, 2022-11-01 at 20:18 -0700, Tim Orling wrote: > diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.4.0.bb > b/meta/recipes-devtools/python/python3-typing-extensions_4.4.0.bb > new file mode 100644 > index 000..c8cbb215f04 > --- /dev/null > +++

[OE-core] [PATCH 10/11] python3-typing-extensions: upgrade 4.3.0 -> 4.4.0

2022-11-01 Thread Tim Orling
https://github.com/python/typing_extensions/blob/main/CHANGELOG.md#release-440-october-6-2022 Release 4.4.0 (October 6, 2022) * Add typing_extensions.Any a backport of python 3.11's Any class which is subclassable at runtime. (backport from python/cpython#31841, by Shantanu and Jelle