Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-pylint: allow native build | Daniel McGregor | 2023-10-17 | 1 | -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.1 | Wang Mingyu | 2023-08-01 | 1 | -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> |