summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-12-19 18:15:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-23 08:46:00 +0000
commit352388c1098ecdcef45c1fbc7fe81431c9de7f35 (patch)
tree6a02407b6b98a981471d6763fa83ed736c61f0d3 /meta/recipes-devtools/python
parentb15fb09ecd1221208590f23a3a7a51f65b6d8c11 (diff)
downloadpoky-352388c1098ecdcef45c1fbc7fe81431c9de7f35.tar.gz
python3-typing-extensions: upgrade 4.8.0 -> 4.9.0
Changelog: https://github.com/python/typing_extensions/blob/main/CHANGELOG.md (From OE-Core rev: feb3a23a684bf1ebf0f0d8b0f94209d82eb40741) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@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.9.0.bb (renamed from meta/recipes-devtools/python/python3-typing-extensions_4.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.8.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb
index 33749a9f0f..3553c597ac 100644
--- a/meta/recipes-devtools/python/python3-typing-extensions_4.8.0.bb
+++ b/meta/recipes-devtools/python/python3-typing-extensions_4.9.0.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
15# The name on PyPi is slightly different. 15# The name on PyPi is slightly different.
16PYPI_PACKAGE = "typing_extensions" 16PYPI_PACKAGE = "typing_extensions"
17 17
18SRC_URI[sha256sum] = "df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef" 18SRC_URI[sha256sum] = "23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783"
19 19
20inherit pypi python_flit_core 20inherit pypi python_flit_core
21 21