summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2025-07-23 09:06:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-28 14:51:51 +0100
commit5579f90f5f14cecfff444b4d4a70c7b41b4987f6 (patch)
treeb37e15cd9ce0768df9924c634b0c5de6db1d4338
parent8207c0107c93479634c4b73a6ea5f394ddbb2cd1 (diff)
downloadpoky-5579f90f5f14cecfff444b4d4a70c7b41b4987f6.tar.gz
python3-typing-extensions: upgrade 4.14.0 -> 4.14.1
Changelog: ========== - Fix usage of typing_extensions.TypedDict nested inside other types (e.g., typing.Type[typing_extensions.TypedDict]). This is not allowed by the type system but worked on older versions, so we maintain support. (From OE-Core rev: a92c8559ea91dc5b4a37e104715d32135341c7cb) Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-typing-extensions_4.14.1.bb (renamed from meta/recipes-devtools/python/python3-typing-extensions_4.14.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.14.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.14.1.bb
index 1c03aacc10..32edb656db 100644
--- a/meta/recipes-devtools/python/python3-typing-extensions_4.14.0.bb
+++ b/meta/recipes-devtools/python/python3-typing-extensions_4.14.1.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
16PYPI_PACKAGE = "typing_extensions" 16PYPI_PACKAGE = "typing_extensions"
17UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 17UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
18 18
19SRC_URI[sha256sum] = "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" 19SRC_URI[sha256sum] = "38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36"
20 20
21inherit pypi python_flit_core 21inherit pypi python_flit_core
22 22