From 23d9a5cca9cbfecdebeff72e9c7aee135889a6e0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 25 Aug 2020 16:26:30 +0300 Subject: [PATCH] python3-cmd2: Upgrade 1.3.3 -> 1.3.4 Upgrade to release 1.3.4: - Fixed AttributeError when CommandSet that uses as_subcommand_to decorator is loaded during cmd2.Cmd.__init__() - Improved exception messages when using mock without spec=True Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/{python3-cmd2_1.3.3.bb => python3-cmd2_1.3.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-cmd2_1.3.3.bb => python3-cmd2_1.3.4.bb} (75%) diff --git a/meta-python/recipes-devtools/python/python3-cmd2_1.3.3.bb b/meta-python/recipes-devtools/python/python3-cmd2_1.3.4.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-cmd2_1.3.3.bb rename to meta-python/recipes-devtools/python/python3-cmd2_1.3.4.bb index a44f02f00..ab05b82e1 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_1.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_1.3.4.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def" DEPENDS += "${PYTHON_PN}-setuptools-scm-native" -SRC_URI[md5sum] = "c8ffa926c50673f00fd8ff8533e9f959" -SRC_URI[sha256sum] = "38015008ff4639edfd66591063a0e9bb75a62dccb14ee3ec7bf3a6cb130de5cf" +SRC_URI[md5sum] = "6b746468d1fd606b5dd96058dde0c5ac" +SRC_URI[sha256sum] = "b56f82f3ef3c9a0aa08423e25a97516a3e19239b051426be5686611786fd6032" inherit pypi setuptools3