]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-typing-extensions: upgrade 4.2.0 -> 4.3.0
authorwangmy <wangmy@fujitsu.com>
Tue, 12 Jul 2022 07:48:06 +0000 (15:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2022 22:56:06 +0000 (23:56 +0100)
Changelog:
=========
- Add typing_extensions.NamedTuple, allowing for generic NamedTuples on Python <3.11
- Adjust typing_extensions.TypedDict to allow for generic TypedDicts on Python <3.11

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

similarity index 80%
rename from meta/recipes-devtools/python/python3-typing-extensions_4.2.0.bb
rename to meta/recipes-devtools/python/python3-typing-extensions_4.3.0.bb
index 3aac39b8ef6971993148edf801d533c3f830d7df..9638491eb4464bb07c5b3ce137e97839cc8a540e 100644 (file)
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f"
 # The name on PyPi is slightly different.
 PYPI_PACKAGE = "typing_extensions"
 
-SRC_URI[sha256sum] = "f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376"
+SRC_URI[sha256sum] = "e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6"
 
 inherit pypi python_flit_core