aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-09-18 14:58:34 +0300
committerKhem Raj <raj.khem@gmail.com>2020-09-21 08:57:33 -0700
commitea5d1e229898ba719818ccbab8e19010577f9ecc (patch)
tree3b9cd1793d2469e787deb375314ee71b0252b7fc
parent50cc12f69364a90febbb9ab6a75efab790a8b902 (diff)
downloadmeta-openembedded-contrib-ea5d1e229898ba719818ccbab8e19010577f9ecc.tar.gz
python3-cmd2: Upgrade 1.3.9 -> 1.3.10
Upgrade to release 1.3.10: - Added user-settable option called always_show_hint. If True, then tab completion hints will always display even when tab completion suggestions print. Arguments whose help or hint text is suppressed will not display hints even when this setting is True. - argparse tab completion now groups flag names which run the same action. Optional flags are wrapped in brackets like it is done in argparse usage text. - default category decorators are now heritable by default and will propagate the category down the class hierarchy until overridden. There's a new optional flag to set heritable to false. - Added --silent flag to alias/macro create. If used, then no confirmation message will be printed when aliases and macros are created or overwritten. - Added --with_silent flag to alias/macro list. Use this option when saving to a startup script that should silently create aliases and macros. - Fixed issue where flag names weren't always sorted correctly in argparse tab completion 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>
-rw-r--r--meta-python/recipes-devtools/python/python3-cmd2_1.3.10.bb (renamed from meta-python/recipes-devtools/python/python3-cmd2_1.3.9.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cmd2_1.3.9.bb b/meta-python/recipes-devtools/python/python3-cmd2_1.3.10.bb
index e677a69620..7b74187838 100644
--- a/meta-python/recipes-devtools/python/python3-cmd2_1.3.9.bb
+++ b/meta-python/recipes-devtools/python/python3-cmd2_1.3.10.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def"
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
-SRC_URI[md5sum] = "f5fbd528e7b5977ad71466947af61f99"
-SRC_URI[sha256sum] = "7f8035faafda15d26098bf2ffe16aaba1c78511ce13e0815d2efe58ba392b501"
+SRC_URI[md5sum] = "39258e1af392e0bcefceb1982d7716bd"
+SRC_URI[sha256sum] = "960d8288c8e3a093d04975e3dd8461ce2e43c1d0c70e54873f622f8f0b77d6f5"
inherit pypi setuptools3