From 26bb92a95d7ee16d95d5b8c993d77d88b9dab2af Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Sun, 30 Aug 2026 12:50:14 +1200 Subject: [PATCH] python3-cmd2: upgrade 4.2.1 -> 4.2.2 Changelog: https://github.com/python-cmd2/cmd2/releases/tag/4.2.2 Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../python/{python3-cmd2_4.2.1.bb => python3-cmd2_4.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmd2_4.2.1.bb => python3-cmd2_4.2.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-cmd2_4.2.1.bb b/meta-python/recipes-devtools/python/python3-cmd2_4.2.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-cmd2_4.2.1.bb rename to meta-python/recipes-devtools/python/python3-cmd2_4.2.2.bb index c7be4e8f06..e5916dedb9 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_4.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_4.2.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f2a861642858e0858af9dd4e4716bae0" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "89021603a18ceb41600d2f02b40c5df4d37e411027308e9a58714be1f3a56b6b" +SRC_URI[sha256sum] = "8f1aff338f693be4c5ae0a1c928b17d728940e03386018615b25cdcd4abd6df3" inherit pypi python_setuptools_build_meta python3native