summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-configparser_5.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-configparser: Upgrade 4.0.2 -> 5.0.0Leon Anavi2020-06-251-0/+14
Add toml-native as dependency. Upgrade to release 5.0.0: - Require Python 3.6 or later. For Python 2.6-3.5, use configparser < 5 (selection should be automatic when installed using pip 9 from PyPI). The 4.x line remains supported for bug fixes but will no longer be updated for future releases. 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>