- Update to 0.5.5:
* Fixed display of inline tables after element deletion. * Fixed the handling of inline tables. * Fixed date, datetime and time handling on Python 3.8. * Fixed behavior for sub table declaration with intermediate tables. * Fixed behavior of setdefault() on containers (Thanks to @AndyKluger). * Fixed tables string representation. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=4
This commit is contained in:
parent
14a200ed88
commit
b95e7ce7f0
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:36:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.5.5:
|
||||||
|
* Fixed display of inline tables after element deletion.
|
||||||
|
* Fixed the handling of inline tables.
|
||||||
|
* Fixed date, datetime and time handling on Python 3.8.
|
||||||
|
* Fixed behavior for sub table declaration with intermediate tables.
|
||||||
|
* Fixed behavior of setdefault() on containers (Thanks to @AndyKluger).
|
||||||
|
* Fixed tables string representation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 1 01:20:15 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Fri Mar 1 01:20:15 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -18,13 +18,14 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-tomlkit
|
Name: python-tomlkit
|
||||||
Version: 0.5.3
|
Version: 0.5.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Style preserving TOML library
|
Summary: Style preserving TOML library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
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 pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module typing >= 3.6}
|
BuildRequires: %{python_module typing >= 3.6}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -52,8 +53,12 @@ Style preserving TOML library
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d6506342615d051bc961f70bfcfa3d29b6616cc08a3ddfd4bc24196f16fd4ec2
|
|
||||||
size 29864
|
|
3
tomlkit-0.5.5.tar.gz
Normal file
3
tomlkit-0.5.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8d806f3a453c2d292afe97918398354e405b93919e2e68771a3fd0a90e89576
|
||||||
|
size 66746
|
Loading…
Reference in New Issue
Block a user