summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cmd2_0.9.23.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cmd2: Upgrade 0.9.23 -> 1.1.0Leon Anavi2020-06-261-20/+0
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.1.0: - Fixed issue where subcommand usage text could contain a subcommand alias instead of the actual name - Fixed bug in ArgparseCompleter where fill_width could become negative if token_width was large relative to the terminal width. - Made ipy consistent - with_argument_list, with_argparser, and with_argparser_and_unknown_args wrappers now pass kwargs through to their wrapped command function. - Added table_creator module for creating richly formatted tables. - Added new exceptions to the public API - Added explicit handling of SystemExit. If a command raises this exception, the command loop will be gracefully stopped. 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>
* python3-cmd2: remove double colorama in RDEPENDSKonrad Weihmann2020-05-311-1/+0
| | | | | Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: consolidate inc and bb files into a single bb fileDerek Straka2020-02-151-4/+16
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cmd2: upgrade 0.9.22 -> 0.9.23Wang Mingyu2020-01-151-0/+9
-License-Update: Copyright year updated to 2020. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>