- update to 0.11.4:
* Fix a memory leak caused by `lru_cache` on methods.
* Fix a regression issue that copying an array results in extra `None` items.
* Fix a regression of `array.add_line` that it incorrectly adds a comma to
non-value lines.
* Fix adding float to an integer value.
* Keep the end-of-array style when adding items to or removing items from an array.
* Fix a bug of redundant table header shown when removing children from a
super table.
OBS-URL: https://build.opensuse.org/request/show/1005791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=9
* Fix a memory leak caused by `lru_cache` on methods.
* Fix a regression issue that copying an array results in extra `None` items.
* Fix a regression of `array.add_line` that it incorrectly adds a comma to
non-value lines.
* Fix adding float to an integer value.
* Keep the end-of-array style when adding items to or removing items from an array.
* Fix a bug of redundant table header shown when removing children from a
super table.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=19
- Update to version 0.11.1
* Keep consistent line endings when changing files. (#201)
* Make KeyAlreadyPresent and InvalidStringError subclasses of
ParseError. (#202)
* Remove empty table from OutOfOrderTableProxy when deleting
items. (#204)
* Raise errors when trying to access unsupported methods on
OutOfOrderTableProxy. (#205)
* Fix unwrap() for String values to remove the quotes. (#199)
- Release 0.11.0
* Add unwrap method to recursive convert to plain old python
objects by @syntapy in #187
* Remove the is_tomlkit check by @frostming in #195
- Release 0.10.2
* Use the plain python string representation of Key in
KeyAlreadyPresent error message. (#185)
* Fix the astimezone() and replace() methods of datetime objects.
(#188)
* Add type definitions for items() function. (#190)
- Release 0.10.1
* Preserve the newlines before super tables when rendering.
(#178)
* Fix the bug that comments are appended with comma when
rendering a multiline array. (#181)
- Release 0.10.0
* Fix the only child detection when creating tables. (#175)
* Include the docs/ directory and CHANGELOG.md in sdist tarball.
(#176)
* Add keyword arguments to string API to allow selecting the
representation type. (#177)
OBS-URL: https://build.opensuse.org/request/show/989017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=17
- Update to 0.5.7:
* Fixed handling of inline tables.
* Fixed boolean comparison.
* Fixed appending inline tables to tables.
- Update to 0.5.5:
* Fixed display of inline tables after element deletion.
* Fixed the handling of inline tables.
* Fixed date, datetime and time handling on Python 3.8.
* Fixed behavior for sub table declaration with intermediate tables.
* Fixed behavior of setdefault() on containers (Thanks to @AndyKluger).
* Fixed tables string representation.
OBS-URL: https://build.opensuse.org/request/show/736034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=2
* Fixed display of inline tables after element deletion.
* Fixed the handling of inline tables.
* Fixed date, datetime and time handling on Python 3.8.
* Fixed behavior for sub table declaration with intermediate tables.
* Fixed behavior of setdefault() on containers (Thanks to @AndyKluger).
* Fixed tables string representation.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=4