diff mbox series

[meta-python,5/5] python3-typer: Upgrade to 0.13.1

Message ID 20241121020831.884684-5-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/5] python3-blinker: Upgrade to 1.9.0 | expand

Commit Message

Khem Raj Nov. 21, 2024, 2:08 a.m. UTC
Changes
https://github.com/fastapi/typer/releases/tag/0.13.1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 ...hon3-typer_0.13.0.bb => python3-typer_0.13.1.bb} | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-typer_0.13.0.bb => python3-typer_0.13.1.bb} (79%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-typer_0.13.0.bb b/meta-python/recipes-devtools/python/python3-typer_0.13.1.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-typer_0.13.0.bb
rename to meta-python/recipes-devtools/python/python3-typer_0.13.1.bb
index 958c823545..465d747829 100644
--- a/meta-python/recipes-devtools/python/python3-typer_0.13.0.bb
+++ b/meta-python/recipes-devtools/python/python3-typer_0.13.1.bb
@@ -7,7 +7,7 @@  HOMEPAGE = "https://github.com/tiangolo/typer"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617"
 
-SRC_URI[sha256sum] = "f1c7198347939361eec90139ffa0fd8b3df3a2259d5852a0f7400e476d95985c"
+SRC_URI[sha256sum] = "9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c"
 
 inherit pypi python_setuptools_build_meta ptest
 
@@ -24,13 +24,19 @@  PYPI_PACKAGE = "typer"
 
 RDEPENDS:${PN} += "\
     python3-click \
+    python3-rich \
     python3-shellingham \
+    python3-typing-extensions \
 "
-
+# python3-misc for webbrowser module
 RDEPENDS:${PN}-ptest += "\
     python3-coverage \
+    python3-misc \
+    python3-mypy \
     python3-pytest \
-    python3-typing-extensions \
+    python3-pytest-cov \
+    python3-pytest-xdist \
+    python3-toml \
     python3-unittest-automake-output \
 "
 
@@ -38,4 +44,3 @@  do_install_ptest() {
     install -d ${D}${PTEST_PATH}/tests
     cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
 }
-