Hello community, here is the log from the commit of package python-tomlkit for openSUSE:Factory checked in at 2020-10-29 09:46:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tomlkit (Old) and /work/SRC/openSUSE:Factory/.python-tomlkit.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tomlkit" Thu Oct 29 09:46:35 2020 rev:6 rq:839722 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tomlkit/python-tomlkit.changes 2020-08-01 12:30:40.090428171 +0200 +++ /work/SRC/openSUSE:Factory/.python-tomlkit.new.3463/python-tomlkit.changes 2020-10-29 09:46:36.984072849 +0100 @@ -1,0 +2,10 @@ +Mon Oct 5 12:57:46 UTC 2020 - Benjamin Greiner <[email protected]> + +- Update to version 0.7.0 + * Added support for sorting keys when dumping raw + dictionaries by passing sort_keys=True to dumps() (#103). + * Keys are not longer sorted by default when dumping a raw + dictionary but the original order will be preserved (#103). + * Fixed compliance with the 1.0.0rc1 TOML specification (#102). + +------------------------------------------------------------------- Old: ---- tomlkit-0.6.0.tar.gz New: ---- tomlkit-0.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tomlkit.spec ++++++ --- /var/tmp/diff_new_pack.J38cbO/_old 2020-10-29 09:46:37.856073672 +0100 +++ /var/tmp/diff_new_pack.J38cbO/_new 2020-10-29 09:46:37.856073672 +0100 @@ -19,12 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-tomlkit -Version: 0.6.0 +Version: 0.7.0 Release: 0 Summary: Style preserving TOML library License: MIT URL: https://github.com/sdispater/tomlkit Source: https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-%{version}.tar.gz +BuildRequires: %{python_module PyYAML >= 5.3.1} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing >= 3.6} @@ -64,6 +65,7 @@ %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/tomlkit +%{python_sitelib}/tomlkit-%{version}-py*.egg-info %changelog ++++++ tomlkit-0.6.0.tar.gz -> tomlkit-0.7.0.tar.gz ++++++ ++++ 10007 lines of diff (skipped)
