pkgsrc/textproc/py-tomli
adam a2fff4c5c0 py-tomli: updated to 2.0.0
2.0.0

Removed
Python 3.6 support
Support for text file objects as load input. Use binary file objects instead.
First argument of load and loads can no longer be passed by keyword.

Fixed
Allow lower case "t" and "z" in datetimes

Improved
Raise an error when dotted keys define values outside the "current table". Technically speaking TOML v1.0.0 does allow such assignments but that isn't intended by specification writers, and will change in a future specification version (see the pull request).
2022-01-07 16:33:21 +00:00
..
DESCR
distinfo py-tomli: updated to 2.0.0 2022-01-07 16:33:21 +00:00
Makefile py-tomli: updated to 2.0.0 2022-01-07 16:33:21 +00:00
PLIST