summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cmd2_2.4.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cmd2: upgrade 2.4.1 -> 2.4.2zhengruoqin2022-07-241-23/+0
| | | | | | | | | | | Enhancements ------------ -Updated argparse decorator to remove annotations when the docstring is used for a command's help text. -Updated unit test to be Python 3.11 compliant. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: upgrade 2.4.0 -> 2.4.1Xu Huan2022-04-221-0/+23
changelog: -Bug Fixes Fixed value for ansi.Bg.YELLOW. Fixed unit tests for ansi.allow_style. -Enhancements async_alert() raises a RuntimeError if called from the main thread. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>