From efbd35ccc254b28678b99c2c28f84a6aa2f6fa42 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 30 Jun 2025 12:13:08 +0300 Subject: python3-cmd2: Upgrade 2.6.1 -> 2.6.2 Upgrade to release 2.6.2: - Added explicit support for free-threaded versions of Python, starting with version 3.14 - Restored code to set a parser's prog value in the with_argparser decorator. This is to preserve backward compatibility in the cmd2 2.0 family. This functionality will be removed in cmd2 3.0.0. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-cmd2_2.6.1.bb | 23 ---------------------- .../recipes-devtools/python/python3-cmd2_2.6.2.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cmd2_2.6.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-cmd2_2.6.2.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.6.1.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.6.1.bb deleted file mode 100644 index 4cb8305fb5..0000000000 --- a/meta-python/recipes-devtools/python/python3-cmd2_2.6.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Extra features for standard library's cmd module" -HOMEPAGE = "https://github.com/python-cmd2/cmd2" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=01d2b71040983a2abc614fc4d0284771" - -DEPENDS += "python3-setuptools-scm-native" - -SRC_URI[sha256sum] = "650a5892bf29b233d3d6775b5e3cc813648cff0d79134f707981f66baaed9f42" - -inherit pypi python_setuptools_build_meta python3native - -RDEPENDS:${PN} += "\ - python3-attrs \ - python3-colorama \ - python3-pyperclip \ - python3-wcwidth \ - python3-compression \ - python3-pydoc \ - python3-json \ - python3-numbers \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.6.2.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.6.2.bb new file mode 100644 index 0000000000..a4b98860a8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cmd2_2.6.2.bb @@ -0,0 +1,23 @@ +SUMMARY = "Extra features for standard library's cmd module" +HOMEPAGE = "https://github.com/python-cmd2/cmd2" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=26efe44f9946f43292f90070d9d5590c" + +DEPENDS += "python3-setuptools-scm-native" + +SRC_URI[sha256sum] = "bde128c0b6dba9d2d9179a1c7c8fe92ab930473d0ddf46f2bc19cb789f942e4d" + +inherit pypi python_setuptools_build_meta python3native + +RDEPENDS:${PN} += "\ + python3-attrs \ + python3-colorama \ + python3-pyperclip \ + python3-wcwidth \ + python3-compression \ + python3-pydoc \ + python3-json \ + python3-numbers \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf