summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tomli_2.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tomli: upgrade 2.0.1 -> 2.0.2Wang Mingyu2024-10-141-18/+0
| | | | | | | | | | | | Changelog: =========== - Removed Python 3.7 support - Make loads raise TypeError not AttributeError on bad input types that do not have the replace attribute. Improve error message when bytes is received. - Type annotate load input as typing.IO[bytes] (previously typing.BinaryIO). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomli: add from openembedded-coreRoss Burton2024-08-091-0/+18
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>