summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-04-08 08:51:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-10 11:05:34 +0100
commit0765b1fe2b08a2eaab2c197dc8679067969948f2 (patch)
tree4e9dd7d4812c3304758af747b34c8c767cfb068b /meta/recipes-devtools/python
parentb4c9ba54630222ceb1a7e45898d0166ae5423f74 (diff)
downloadpoky-0765b1fe2b08a2eaab2c197dc8679067969948f2.tar.gz
python3-typing-extensions: upgrade 4.13.0 -> 4.13.1
Changelog: ============ - Fix regression in 4.13.0 on Python 3.10.2 causing a TypeError when using Concatenate. - Fix TypeError when using evaluate_forward_ref on Python 3.10.1-2 and 3.9.8-10. (From OE-Core rev: c8f1d63a786702e9dfba70f3c070f4a74356c4be) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-typing-extensions_4.13.1.bb (renamed from meta/recipes-devtools/python/python3-typing-extensions_4.13.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.13.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.13.1.bb
index ea946849a7..c3d3dbc275 100644
--- a/meta/recipes-devtools/python/python3-typing-extensions_4.13.0.bb
+++ b/meta/recipes-devtools/python/python3-typing-extensions_4.13.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] = "0a4ac55a5820789d87e297727d229866c9650f6521b64206413c4fbada24d95b" 19SRC_URI[sha256sum] = "98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff"
20 20
21inherit pypi python_flit_core 21inherit pypi python_flit_core
22 22