Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-tomlkit
From: Adam Ciarcinski
Date: 2022-07-07 12:43:20
Message id: 20220707104320.C7970FB1A@cvs.NetBSD.org
Log Message:
py-tomlkit: updated to 0.11.1
0.11.1
Changed
- Keep consistent line endings when changing files.
- Make `KeyAlreadyPresent` and `InvalidStringError` subclasses of `ParseError`.
- Remove empty table from `OutOfOrderTableProxy` when deleting items.
- Raise errors when trying to access unsupported methods on `OutOfOrderTableProxy`.
Fixed
- Fix `unwrap()` for String values to remove the quotes.
Files: