summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tomlkit_0.13.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tomlkit: upgrade 0.13.2 -> 0.13.3Wang Mingyu2025-06-091-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - fix: register encoder's doc incorrectly mentions TypeError - [pre-commit.ci] pre-commit autoupdate - chore(deps-dev): bump virtualenv from 20.26.1 to 20.26.6 - chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs - [pre-commit.ci] pre-commit autoupdate - chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 - [pre-commit.ci] pre-commit autoupdate - feat: add .item() method to retrieve the item object - Fix: Inconsistent newlines on Windows - Replace pytest's legacy tmpdir fixture with tmp_path - Update README.md - Prevent repeated whitespace items in arrays - Aot setitem not implemented fix - [pre-commit.ci] pre-commit autoupdate - Fix removal of items from Arrays - Fix: reject single keys that aren't strings - [pre-commit.ci] pre-commit autoupdate - fix: Invalid serialization when overwriting out-of-order table key - fix: Dumping a subelement of a parsed toml fails starting on 4rd level of nesting - chore(deps-dev): bump jinja2 from 3.1.5 to 3.1.6 - fix: ensure unique table indices when adding items to out-of-order tables - fix: add newline indentation after existing items in Container class - fix: Missing newline at end of file with multiple array of tables can corrupt during dumping - chore: update version to 0.13.3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomlkit: update recipe to use the ptest-python-pytest classDerek Straka2025-01-101-12/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomlkit: upgrade 0.13.0 -> 0.13.2Wang Mingyu2024-08-281-0/+32
Changelog: fix: delete keys from out of order table Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>