From 70d64db81caddfb0841349035cf527853db92166 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 27 Nov 2024 13:26:14 +0200 Subject: [PATCH] python3-cmd2: Upgrade 2.4.3 -> 2.5.7 Upgrade to version 2.5.7: - Fixed issue where argument parsers for overridden commands were not being created. - Fixed issue where Cmd.ppaged() was not writing to the passed in destination. License-Update: Updated copyright year Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/{python3-cmd2_2.4.3.bb => python3-cmd2_2.5.7.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-cmd2_2.4.3.bb => python3-cmd2_2.5.7.bb} (65%) diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.4.3.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.5.7.bb similarity index 65% rename from meta-python/recipes-devtools/python/python3-cmd2_2.4.3.bb rename to meta-python/recipes-devtools/python/python3-cmd2_2.5.7.bb index 3d37e8b3c7..b764fd7524 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_2.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_2.5.7.bb @@ -1,13 +1,13 @@ SUMMARY = "Extra features for standard library's cmd module" HOMEPAGE = "https://github.com/python-cmd2/cmd2" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fad7740aa21780c8b9a214f5b320b4ad" +LIC_FILES_CHKSUM = "file://LICENSE;md5=01d2b71040983a2abc614fc4d0284771" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "71873c11f72bd19e2b1db578214716f0d4f7c8fa250093c601265a9a717dee52" +SRC_URI[sha256sum] = "0219e2bb75075fa16deffb88edf86efdd2a87439d1fa7b94fdea4b929a3dc914" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta python3native RDEPENDS:${PN} += "\ python3-attrs \