Accepting request 839722 from devel:languages:python
- 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). OBS-URL: https://build.opensuse.org/request/show/839722 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=6
This commit is contained in:
commit
75f4fcf7dc
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 12:57:46 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <mcalabkova@suse.com>
|
Thu Jul 23 14:15:23 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -19,12 +19,13 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-tomlkit
|
Name: python-tomlkit
|
||||||
Version: 0.6.0
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Style preserving TOML library
|
Summary: Style preserving TOML library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/sdispater/tomlkit
|
URL: https://github.com/sdispater/tomlkit
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-%{version}.tar.gz
|
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 pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module typing >= 3.6}
|
BuildRequires: %{python_module typing >= 3.6}
|
||||||
@ -64,6 +65,7 @@ Style preserving TOML library
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/tomlkit
|
||||||
|
%{python_sitelib}/tomlkit-%{version}-py*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:74f976908030ff164c0aa1edabe3bf83ea004b3daa5b0940b9c86a060c004e9a
|
|
||||||
size 68274
|
|
3
tomlkit-0.7.0.tar.gz
Normal file
3
tomlkit-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618
|
||||||
|
size 163105
|
Loading…
Reference in New Issue
Block a user