Package: python-dom-toml / 2.0.1-3

Metadata

Package Version Patches format
python-dom-toml 2.0.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001.skip function error.patch | (download)

tests/test_api.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skipped function with error
002.Fix comparison nested inline tables TOML.patch | (download)

tests/test_decoder.py | 10 6 + 4 - 0 !
tests/test_encoder.py | 29 20 + 9 - 0 !
2 files changed, 26 insertions(+), 13 deletions(-)

 fixed comparison of inline and nested tables in toml
003.avoid generating a dep on tomli.patch | (download)

pyproject.toml | 5 4 + 1 - 0 !
tests/tests_for_tomliw/test_style.py | 2 1 + 1 - 0 !
tests/tests_for_tomliw/test_valid.py | 2 1 + 1 - 0 !
3 files changed, 6 insertions(+), 3 deletions(-)

 [patch] avoid generating a useless dependency on tomli when using
 Py3.11+