From a34c849cca1933057ad09e8b9eeaa548b8ef0350 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 20 Jan 2025 16:13:51 +0800 Subject: [PATCH] python3-cmd2: upgrade 2.5.8 -> 2.5.9 Changelog: Fixed 'index out of range' error when passing no arguments to an argparse-based command function. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-cmd2_2.5.8.bb => python3-cmd2_2.5.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmd2_2.5.8.bb => python3-cmd2_2.5.9.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.5.8.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.5.9.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-cmd2_2.5.8.bb rename to meta-python/recipes-devtools/python/python3-cmd2_2.5.9.bb index 34fd3d1bc9..b49bce53e5 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_2.5.8.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_2.5.9.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=01d2b71040983a2abc614fc4d0284771" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "ddf29beaa7c9d4e9806eefad528a59c372ca97b4c0d83e019fef0e37c44f4497" +SRC_URI[sha256sum] = "09bb13637832bc818aad5577ccdf5dbeb0c9fbe5b9412ff78d5084f7846f83ab" inherit pypi python_setuptools_build_meta python3native