summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-configargparse_1.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-configargparse: Upgrade 1.4 -> 1.4.1Leon Anavi2021-05-141-20/+0
| | | | | | | | | | | | | | | | Upgrade to release 1.4.1: - add ignore_help_args option to parse_known_args(..) to avoid exiting the first time this method is called when -h is specified. This can allow all arg definitions to be executed before -h is handled, even if these definitions are interleaved with calls to parse_known_args(..) - added tests - updated setup.py publish commands Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-configargparse: Upgrade 1.3 -> 1.4Leon Anavi2021-03-171-0/+20
Upgrade to release 1.4: - Allow nearly all characters in a keyword 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>