From a887a8a188326ca3f3ecf628da5af19ff2d75ff4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 Jun 2026 18:29:07 +0800 Subject: python3-rich-toolkit: upgrade 0.19.10 -> 0.20.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-rich-toolkit_0.19.10.bb | 17 ----------------- .../python/python3-rich-toolkit_0.20.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.10.bb create mode 100644 meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.1.bb (limited to 'meta-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 deleted file mode 100644 index cd171b77f4..0000000000 --- a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.10.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] = "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.20.1.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.1.bb new file mode 100644 index 0000000000..3c1e867edd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.1.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] = "c7336ae281f435c785acecaedc4b71d4b663dc73d9c8079fea96372527e822a4" + +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