summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-toml_0.10.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-toml: add from openembedded-coreRoss Burton2024-08-091-0/+15
| | | | | | | This recipe is being removed from oe-core, so add to meta-python. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-toml: drop (moved to oe-core)Tim Orling2020-11-291-15/+0
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-toml: Upgrade 0.10.1 -> 0.10.2Leon Anavi2020-11-231-0/+15
Upgrade to release 0.10.2: - Added toml.dump example to Quick Tutorial - Skip numpy tests when numpy is not available - Bug fix: ids were based on the string, rather than the actual object which causes incorrect detection of circular references - Show meaningful error message for wrong case booleans - Bug fix: broken quoted section name starts with dot 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>