summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pylint: allow native buildDaniel McGregor2023-10-171-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> (cherry picked from commit fbb9d270790a7d77926f6a34505399e4f9fc1f51) Signed-off-by: Armin Kuster <akuster808@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>