- update to 0.11.7:
* Parse empty table name if it is quoted. (#258) * Fix a bug that remove last element of an Inline Table leaves a comma. (#259) * Parse datetime when it is followed by a space. (#260) * Fix the `unwrap()` method for `Container` children values which sometimes returns an internal object if the table is an out-of-order table. (#264) * Fix the wrong return type when doing arithmetic operations between integers and floats. (#270) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=25
This commit is contained in:
parent
47a804022f
commit
7878cd31d2
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 08:08:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.11.7:
|
||||
* Parse empty table name if it is quoted. (#258)
|
||||
* Fix a bug that remove last element of an Inline Table leaves
|
||||
a comma. (#259)
|
||||
* Parse datetime when it is followed by a space. (#260)
|
||||
* Fix the `unwrap()` method for `Container` children values
|
||||
which sometimes returns an internal object if the table is an
|
||||
out-of-order table. (#264)
|
||||
* Fix the wrong return type when doing arithmetic operations
|
||||
between integers and floats. (#270)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 19:31:14 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-tomlkit
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,15 +19,17 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-tomlkit
|
||||
Version: 0.11.6
|
||||
Version: 0.11.7
|
||||
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 >= 6.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
@ -40,10 +42,10 @@ Style preserving TOML library
|
||||
%setup -q -n tomlkit-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73
|
||||
size 188290
|
3
tomlkit-0.11.7.tar.gz
Normal file
3
tomlkit-0.11.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f392ef70ad87a672f02519f99967d28a4d3047133e2d1df936511465fbb3791d
|
||||
size 188555
|
Loading…
Reference in New Issue
Block a user