Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-tomli: upgrade 2.0.2 -> 2.1.0 | Wang Mingyu | 2024-11-19 | 1 | -18/+0 |
| | | | | | | | | | | | Changelog: =========== - Instantiating TOMLDecodeError with free-form arguments. msg, doc and pos arguments should be given. - msg, doc, pos, lineno and colno attributes to TOMLDecodeError Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-tomli: upgrade 2.0.1 -> 2.0.2 | Wang Mingyu | 2024-10-14 | 1 | -0/+18 |
Changelog: =========== - Removed Python 3.7 support - Make loads raise TypeError not AttributeError on bad input types that do not have the replace attribute. Improve error message when bytes is received. - Type annotate load input as typing.IO[bytes] (previously typing.BinaryIO). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |