summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tomli-w_1.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tomli-w: Upgrade 1.1.0 -> 1.2.0Leon Anavi2025-02-121-26/+0
| | | | | | | | | | | | | | Upgrade to release 1.2.0: - Always preserve decimal.Decimal type in parse round trips - Better TypeError message on invalid mapping keys - Unify type representation in error messages - Improve import time by removing typing import - Improve import time by removing string import - Improve import time by lazy importing decimal Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomli-w: update recipe to use the ptest-python-pytest classDerek Straka2025-01-101-10/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomli-w: Upgrade 1.0.0 -> 1.1.0Leon Anavi2025-01-061-0/+34
Upgrade to release 1.1.0: - Accept generic collections.abc.Mapping, not just dict, as input. - indent keyword argument for customizing indent width of arrays. - Type annotate dump function's output stream object as typing.IO[bytes] (previously typing.BinaryIO) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>