Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-tomli
From: Adam Ciarcinski
Date: 2022-03-31 10:40:49
Message id: 20220331084049.385B8FB24@cvs.NetBSD.org
Log Message:
py-tomli: updated to 2.0.1
2.0.1
Improve
Make bundling easier by using relative imports internally and adding license and \
copyright notice to source files.
Make error messages more uniform
Raise a friendly TypeError for wrong file mode
Allow parse_float to return objects having the append attr
Eagerly raise an error if parse_float returns an illegal type
Packaging
Move from pytest testing framework to unittest and remove python-dateutil test \
dependency. Tests now only require Python interpreter.
Files: