From e15758ad1a80546b3d17dc779362fac2463c2c8c Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Tue, 30 Dec 2025 14:10:29 +0800 Subject: python3-fastapi-cli: upgrade 0.0.16 -> 0.0.20 Changelog: https://github.com/fastapi/fastapi-cli/releases/tag/0.0.20 Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- .../python/python3-fastapi-cli_0.0.16.bb | 20 -------------------- .../python/python3-fastapi-cli_0.0.20.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.16.bb create mode 100644 meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.20.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.16.bb b/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.16.bb deleted file mode 100644 index a8f585b607..0000000000 --- a/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.16.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Run and manage FastAPI apps from the command line with FastAPI CLI" -HOMEPAGE = "https://fastapi.tiangolo.com/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e0cf8d811ea2046529403707b266fb5a" - -SRC_URI[sha256sum] = "e8a2a1ecf7a4e062e3b2eec63ae34387d1e142d4849181d936b23c4bdfe29073" - -inherit pypi python_pdm - -PYPI_PACKAGE = "fastapi_cli" - -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -RDEPENDS:${PN} += "\ - python3-difflib \ - python3-pydantic \ - python3-rich-toolkit \ - python3-typer \ - python3-uvicorn \ -" diff --git a/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.20.bb b/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.20.bb new file mode 100644 index 0000000000..76ddb409bc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.20.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Run and manage FastAPI apps from the command line with FastAPI CLI" +HOMEPAGE = "https://fastapi.tiangolo.com/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e0cf8d811ea2046529403707b266fb5a" + +SRC_URI[sha256sum] = "d17c2634f7b96b6b560bc16b0035ed047d523c912011395f49f00a421692bc3a" + +inherit pypi python_pdm + +PYPI_PACKAGE = "fastapi_cli" + +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +RDEPENDS:${PN} += "\ + python3-difflib \ + python3-pydantic \ + python3-rich-toolkit \ + python3-typer \ + python3-uvicorn \ +" -- cgit v1.2.3-54-g00ecf