aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-08-25 16:26:30 +0300
committerKhem Raj <raj.khem@gmail.com>2020-08-27 15:07:21 -0700
commit23d9a5cca9cbfecdebeff72e9c7aee135889a6e0 (patch)
tree1921cafb2d3185fce185a09ef770a75fa5db5cbf /meta-python
parentfca320293e8d93ae8da02dce1dc22dcf9d9e6b7a (diff)
downloadmeta-openembedded-contrib-23d9a5cca9cbfecdebeff72e9c7aee135889a6e0.tar.gz
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cmd2_1.3.4.bb (renamed from meta-python/recipes-devtools/python/python3-cmd2_1.3.3.bb)4
1 files changed, 2 insertions, 2 deletions
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
index a44f02f00f..ab05b82e15 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