[meta-python] python3-cmd2: upgrade 2.3.1 -> 2.3.3

Message ID 1638931287-31587-1-git-send-email-xuhuan.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-cmd2: upgrade 2.3.1 -> 2.3.3 | expand

Commit Message

XU Huan Dec. 8, 2021, 2:41 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

changelog:
=================================================================
Enhancements:
Added clearer exception handling to BorderedTable and SimpleTable.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../python/{python3-cmd2_2.3.1.bb => python3-cmd2_2.3.3.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cmd2_2.3.1.bb => python3-cmd2_2.3.3.bb} (86%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.3.1.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.3.3.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-cmd2_2.3.1.bb
rename to meta-python/recipes-devtools/python/python3-cmd2_2.3.3.bb
index 8167d20504..d8a4fb5f23 100644
--- a/meta-python/recipes-devtools/python/python3-cmd2_2.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cmd2_2.3.3.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=4c527bcb481233ebcb803de975f42701"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 
-SRC_URI[sha256sum] = "44f9d93bbcd90c6dda70e73db722d6b27b551d98bef28bd82fd14ccbe88d18ea"
+SRC_URI[sha256sum] = "750d7eb04d55c3bc2a413e191bc177856f388102de47d11f2210a35266543640"
 
 inherit pypi setuptools3