From e45056fb689fa0ae0c240454ee259a64e23586e1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 27 May 2026 17:47:48 +0800 Subject: python3-rich-toolkit: upgrade 0.19.9 -> 0.19.10 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-rich-toolkit_0.19.10.bb | 17 +++++++++++++++++ .../python/python3-rich-toolkit_0.19.9.bb | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.10.bb delete mode 100644 meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.10.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.10.bb new file mode 100644 index 0000000000..cd171b77f4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.10.bb @@ -0,0 +1,17 @@ +SUMMARY = "Rich toolkit for building command-line applications" +HOMEPAGE = "https://github.com/patrick91/rich-toolkit" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;beginline=6;endline=6" + +SRC_URI[sha256sum] = "dc2e8c515ef9fbb4894e62bd41a2d2960dd7c2f505b5084894604d5ccfee3f09" + +inherit pypi python_hatchling ptest-python-pytest + +PYPI_PACKAGE = "rich_toolkit" + +RDEPENDS:${PN} = "\ + python3-click \ + python3-rich \ + python3-typing-extensions \ + python3-inline-snapshot \ +" diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb deleted file mode 100644 index b971b41948..0000000000 --- a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Rich toolkit for building command-line applications" -HOMEPAGE = "https://github.com/patrick91/rich-toolkit" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;beginline=6;endline=6" - -SRC_URI[sha256sum] = "fce5c6f41f79382ecf60a79851b2543f627568e3e07c78ab4b8542e1ca247d1c" - -inherit pypi python_hatchling ptest-python-pytest - -PYPI_PACKAGE = "rich_toolkit" - -RDEPENDS:${PN} = "\ - python3-click \ - python3-rich \ - python3-typing-extensions \ - python3-inline-snapshot \ -" -- cgit v1.2.3-54-g00ecf