Changelog for
python38-tomlkit-0.11.1-qubes.2.3.noarch.rpm :
* Wed Jul 13 2022 Ben Greiner
- 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 AATTsyntapy in #187
* Remove the is_tomlkit check by AATTfrostming 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)- Release 0.9.2
* When a table\'s only child is a table or array of table, it is created as a super table. (#175)- Release 0.9.1
* Fix a bug of separators not being kept when replacing the value. (#170)
* Tuples should be dumped as TOML arrays. (#171)- Release 0.9.0
* Add an argument to allow table to be super table by AATTfrostming in #159
* Support adding item with dotted key by AATTfrostming in #162
* Initialize Sphinx docs by AATTfrostming in #163
* Fix values similar to booleans being incorrectly parsed to booleans by AATTMrGreenTea in #168
* Thu Jan 20 2022 Matej Cepl - Update to version 0.8.0: - Drop support for Python<3.6. - Comply with TOML v1.0.0. - And many bug fixes
* Mon Oct 05 2020 Benjamin Greiner - Update to version 0.7.0
* Added support for sorting keys when dumping raw dictionaries by passing sort_keys=True to dumps() (#103).
* Keys are not longer sorted by default when dumping a raw dictionary but the original order will be preserved (#103).
* Fixed compliance with the 1.0.0rc1 TOML specification (#102).
* Thu Jul 23 2020 Marketa Calabkova - update to version 0.6.0
* Added support for heterogeneous arrays
* Thu Mar 12 2020 Tomáš Chvátal - Fix build without python2
* Wed Mar 11 2020 pgajdosAATTsuse.com- version update to 0.5.11
* Fix containers and our of order tables dictionary behavior (#82))
* Fixed out of order tables not behaving properly (#79)
* Fixed the behavior for out of order tables (#68).
* Fixed parsing errors when single quotes are present in a table name (#71).
* Fixed parsing errors when parsing some table names (#76).
* Thu Nov 28 2019 Matej Cepl - Update to 0.5.8: - Added support for producing multiline arrays
* Tue Oct 08 2019 Tomáš Chvátal - Update to 0.5.7:
* Fixed handling of inline tables.
* Fixed boolean comparison.
* Fixed appending inline tables to tables.
* Mon Jul 22 2019 Tomáš Chvátal - 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 AATTAndyKluger).
* Fixed tables string representation.
* Fri Mar 01 2019 John Vandenberg - Initial spec for v0.5.3