summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-configargparse: upgrade 1.7.1 -> 1.7.3Wang Mingyu3 days1-0/+22
Changelog: ============ - Fix TOML parser to read all matching sections instead of only the first - Fix SyntaxError leak from ast.literal_eval in INI-style config parsers - Fix -- separator, nargs=REMAINDER, and empty value handling - Fix critical bugs and add Python 3.11+ tomllib support - Remove dead comment-processing code in default config parser - Add test status badge to README - CI, linting, and test improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>