From cbec79f685518e88ce7602ec626a6c798568898f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Jul 2026 18:22:58 +0800 Subject: [PATCH] python3-cmd2: upgrade 4.1.1 -> 4.1.2 Changelog: =========== - Updated getting_started.py example to remove multi-line command usage - [Settable] description argument can now be rich text - Removed redundant ipython import which slowed application startup time Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-cmd2_4.1.1.bb => python3-cmd2_4.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmd2_4.1.1.bb => python3-cmd2_4.1.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-cmd2_4.1.1.bb b/meta-python/recipes-devtools/python/python3-cmd2_4.1.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-cmd2_4.1.1.bb rename to meta-python/recipes-devtools/python/python3-cmd2_4.1.2.bb index 79407d00dc..f8f06a6bd6 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_4.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_4.1.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f2a861642858e0858af9dd4e4716bae0" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "8a70157dacbbbc11290c18cb3453f0c8ab1dba742572d247a06f4bb519a16472" +SRC_URI[sha256sum] = "07e62b40235ae4af1c5730fb6b3a4708456b57b9ff79acf02808ac584263290a" inherit pypi python_setuptools_build_meta python3native