summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-06-09 18:29:10 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-09 18:55:03 -0700
commit1bb4ea4ca2fb1e8c3e3f7702ec90700e33f005e1 (patch)
tree37e73f170438210cef85a9c9da4504f104c8a8a5
parentf1e35982175ff925d0229b0dd9315cdbd545e150 (diff)
downloadmeta-openembedded-1bb4ea4ca2fb1e8c3e3f7702ec90700e33f005e1.tar.gz
python3-typer: upgrade 0.26.4 -> 0.26.7
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-typer_0.26.7.bb (renamed from meta-python/recipes-devtools/python/python3-typer_0.26.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typer_0.26.4.bb b/meta-python/recipes-devtools/python/python3-typer_0.26.7.bb
index 2d4bf4a996..5a6675a342 100644
--- a/meta-python/recipes-devtools/python/python3-typer_0.26.4.bb
+++ b/meta-python/recipes-devtools/python/python3-typer_0.26.7.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/fastapi/typer"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617"
9 9
10SRC_URI[sha256sum] = "25b128964de66c5ea36d5ac82adc579e5e113509b17469edf9f5a4a1864ff2a9" 10SRC_URI[sha256sum] = "e314a34c617e419c091b2830dda3ea1f257134ff593061a8f5b9717ab8dddb3a"
11 11
12inherit pypi python_pdm ptest 12inherit pypi python_pdm ptest
13 13