2022-01-11 22:53:33 by Niclas Rosenvik | Files touched by this commit (3) |
Log message: make py-tomli use pep517 for building |
2022-01-10 20:16:03 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: py-tomli: switch to setup.py generated with flit |
2022-01-07 17:33:21 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: 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-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message: *: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS |
2021-12-06 16:23:59 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-tomli: not for python 2.x |
2021-11-25 22:24:09 by Thomas Klausner | Files touched by this commit (5) |
Log message: textproc/py-tomli: import py-tomli-1.2.2 Tomli is a Python library for parsing TOML. Tomli is fully compatible with TOML v1.0.0. |