diff mbox series

[meta-python,3/5] python3-typer: Upgrade 0.13.1 -> 0.14.0

Message ID 20241129144619.780319-3-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/5] python3-yarl: Upgrade 1.17.1 -> 1.18.0 | expand

Commit Message

Leon Anavi Nov. 29, 2024, 2:46 p.m. UTC
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>
---
 .../python/{python3-typer_0.13.1.bb => python3-typer_0.14.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-typer_0.13.1.bb => python3-typer_0.14.0.bb} (92%)
diff mbox series

Patch

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
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-typer_0.13.1.bb
rename to meta-python/recipes-devtools/python/python3-typer_0.14.0.bb
index e7879caafe..4074f31eb8 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"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617"
 
-SRC_URI[sha256sum] = "9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c"
+SRC_URI[sha256sum] = "af58f737f8d0c0c37b9f955a6d39000b9ff97813afcbeef56af5e37cf743b45a"
 
 inherit pypi python_setuptools_build_meta ptest