diff --git a/python-tomlkit.changes b/python-tomlkit.changes index 4d949f2..fd82b71 100644 --- a/python-tomlkit.changes +++ b/python-tomlkit.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Oct 5 12:57:46 UTC 2020 - Benjamin Greiner + +- 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). + ------------------------------------------------------------------- Thu Jul 23 14:15:23 UTC 2020 - Marketa Calabkova diff --git a/python-tomlkit.spec b/python-tomlkit.spec index 543af22..770002a 100644 --- a/python-tomlkit.spec +++ b/python-tomlkit.spec @@ -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 @@ Style preserving TOML library %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/tomlkit +%{python_sitelib}/tomlkit-%{version}-py*.egg-info %changelog diff --git a/tomlkit-0.6.0.tar.gz b/tomlkit-0.6.0.tar.gz deleted file mode 100644 index 8472c38..0000000 --- a/tomlkit-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74f976908030ff164c0aa1edabe3bf83ea004b3daa5b0940b9c86a060c004e9a -size 68274 diff --git a/tomlkit-0.7.0.tar.gz b/tomlkit-0.7.0.tar.gz new file mode 100644 index 0000000..3e289c7 --- /dev/null +++ b/tomlkit-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618 +size 163105