summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-argh_0.29.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-argh: upgrade 0.28.1 -> 0.29.3Wang Mingyu2023-09-071-0/+26
Changelog: ========== -Wrapped exceptions now cause dispatching.dispatch() to raise SystemExit(1) instead of returning without error. -Renamed arguments in add_commands() (#165 / #178): -Can control exit status (see Backwards Incompatible Changes above) when raising CommandError using the code keyword arg. -Positional arguments should not lead to removal of short form of keyword argument -Avoid depending on iocapture by using pytest's built-in feature -chore: publishing to prod PyPI -test: add coverage for action="count" (#127) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>