summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tomlkit: upgrade 0.12.1 -> 0.12.2Khem Raj2023-11-061-31/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: allow native buildDaniel McGregor2023-10-111-0/+2
| | | | | | | | | We use pylint for some native recipes in our build. Allow pylint to be a native recipe, and likewise allow its runtime dependencies to be native recipes. Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomlkit: upgrade 0.11.8 -> 0.12.1Wang Mingyu2023-08-011-0/+29
Changelog: ======== Make float and int hashable. Allow users to specify encoders for custom types. Fix the incorrect sort when building a table with dotted keys. Complete the methods required for integer and float items. Replace the deprecated usage of datetime.utcnow(). Minor performance improvements when iterating over the escape sequences. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>