Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-tomlkit
From: Adam Ciarcinski
Date: 2024-07-13 23:36:37
Message id: 20240713213637.6D935FC74@cvs.NetBSD.org
Log Message:
py-tomlkit: updated to 0.13.0
0.13.0
Changed
- Expect a tomlkit-specific error instead of `TypeError` from a custom encoder.
- Drop support for Python older than 3.8. Remove 3.7 from the CI matrix.
Fixed
- Fix the incompatiblity with 3.13 because of the `datetime.replace()` change.
- Revert the change of parsing out-of-order tables.
- Keep the nested out-of-order table.
Files: