summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-11-29 16:46:17 +0200
committerKhem Raj <raj.khem@gmail.com>2024-11-29 07:56:57 -0800
commitbb7a51e4ac75198b6ec9168d9e9b833b6de9d627 (patch)
tree6ec2f37710922876e3b82888c8b8951b19b0e63a
parent74d6724d8c284b4ef3b57aef904941da0fca63d7 (diff)
downloadmeta-openembedded-bb7a51e4ac75198b6ec9168d9e9b833b6de9d627.tar.gz
python3-typer: Upgrade 0.13.1 -> 0.14.0
Upgrade to version 0.14.0: - Remove auto naming of groups added via add_typer based on the group's callback function name Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-typer_0.14.0.bb (renamed from meta-python/recipes-devtools/python/python3-typer_0.13.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typer_0.13.1.bb b/meta-python/recipes-devtools/python/python3-typer_0.14.0.bb
index e7879caaf..4074f31eb 100644
--- a/meta-python/recipes-devtools/python/python3-typer_0.13.1.bb
+++ b/meta-python/recipes-devtools/python/python3-typer_0.14.0.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] = "9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c" 10SRC_URI[sha256sum] = "af58f737f8d0c0c37b9f955a6d39000b9ff97813afcbeef56af5e37cf743b45a"
11 11
12inherit pypi python_setuptools_build_meta ptest 12inherit pypi python_setuptools_build_meta ptest
13 13