From 25c7e97c8dbfc4e476fa35cb068bba41d51dbbfb Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 26 Mar 2026 19:56:19 +0800 Subject: python3-rich-toolkit: upgrade 0.15.1 -> 0.19.7 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-rich-toolkit_0.15.1.bb | 17 ----------------- .../python/python3-rich-toolkit_0.19.7.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.7.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb deleted file mode 100644 index b649d41575..0000000000 --- a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.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] = "6f9630eb29f3843d19d48c3bd5706a086d36d62016687f9d0efa027ddc2dd08a" - -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.7.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.7.bb new file mode 100644 index 0000000000..26801293b5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.7.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] = "133c0915872da91d4c25d85342d5ec1dfacc69b63448af1a08a0d4b4f23ef46e" + +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