diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index 20490b7..ccf4395 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Nov 30 07:43:33 UTC 2018 - Adrian Schröter + +- update to 0.15.78 + * setup issue for 3.8 (reported by Sidney Kuyateh) + * setting yaml.sort_base_mapping_type_on_output = False, will prevent explicit sorting by keys in the base representer of mappings. Roundtrip already did not do this. Usage only makes real sense for Python 3.6+ (feature request by Sebastian Gerber). + * implement Python version check in YAML metadata in _test/test_z_data.py + * fix issue with empty mapping and sequence loaded as flow-style (mapping reported by Min RK, sequence by Maged Ahmed) + * fix issue with single '?' scalar (reported by Terrance) + * fix issue with duplicate merge keys (prompted by answering a StackOverflow question by math) + * fix dropping of comment on rt before sequence item that is sequence item (reported by Thorsten Kampe) + * fix irregular output on pre-comment in sequence within sequence (reported by Thorsten Kampe) + * allow non-compact (i.e. next line) dumping sequence/mapping within sequence. + * fix regression on explicit 1.1 loading with the C based scanner/parser (reported by Tomas Vavra) + ------------------------------------------------------------------- Mon Oct 1 09:59:45 UTC 2018 - Ondřej Súkup diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index 5409055..8f63001 100644 --- a/python-ruamel.yaml.spec +++ b/python-ruamel.yaml.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ruamel.yaml -Version: 0.15.71 +Version: 0.15.78 Release: 0 Summary: Python YAML parser License: MIT diff --git a/ruamel.yaml-0.15.71.tar.gz b/ruamel.yaml-0.15.71.tar.gz deleted file mode 100644 index 14c1960..0000000 --- a/ruamel.yaml-0.15.71.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e736199b5d9ff3702b796d61fe012ba0b284534b4a8dd50a14966b42fcdf0b68 -size 309689 diff --git a/ruamel.yaml-0.15.78.tar.gz b/ruamel.yaml-0.15.78.tar.gz new file mode 100644 index 0000000..841f739 --- /dev/null +++ b/ruamel.yaml-0.15.78.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85793c5fe321e9202eba521b0bb3e6303bcb61f6e56378f59e874ca36a7e9d5f +size 312700