summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-24 17:26:53 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-24 08:23:09 -0800
commitc901d9c44f3e08ba0e1e0f693c3f2ae4dead73f2 (patch)
tree738668f7a6796baa91d173467eec990e5c34d9f3 /meta-python
parentd9112efa8495a04f42325cabb5933e860c6caf7f (diff)
downloadmeta-openembedded-c901d9c44f3e08ba0e1e0f693c3f2ae4dead73f2.tar.gz
python3-typer: upgrade 0.14.0 -> 0.15.1
Changelog: https://typer.tiangolo.com/release-notes/#docs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-typer_0.15.1.bb (renamed from meta-python/recipes-devtools/python/python3-typer_0.14.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typer_0.14.0.bb b/meta-python/recipes-devtools/python/python3-typer_0.15.1.bb
index 4074f31eb8..6206427a70 100644
--- a/meta-python/recipes-devtools/python/python3-typer_0.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-typer_0.15.1.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/tiangolo/typer"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617"
9 9
10SRC_URI[sha256sum] = "af58f737f8d0c0c37b9f955a6d39000b9ff97813afcbeef56af5e37cf743b45a" 10SRC_URI[sha256sum] = "a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a"
11 11
12inherit pypi python_setuptools_build_meta ptest 12inherit pypi python_setuptools_build_meta ptest
13 13