diff --git a/python-tomlkit.changes b/python-tomlkit.changes index fc043b4..4d8f45e 100644 --- a/python-tomlkit.changes +++ b/python-tomlkit.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Apr 16 08:08:58 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-tomlkit.spec b/python-tomlkit.spec index 586c5f4..5c33a2a 100644 --- a/python-tomlkit.spec +++ b/python-tomlkit.spec @@ -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 diff --git a/tomlkit-0.11.6.tar.gz b/tomlkit-0.11.6.tar.gz deleted file mode 100644 index 6dbe578..0000000 --- a/tomlkit-0.11.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73 -size 188290 diff --git a/tomlkit-0.11.7.tar.gz b/tomlkit-0.11.7.tar.gz new file mode 100644 index 0000000..3cd7241 --- /dev/null +++ b/tomlkit-0.11.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f392ef70ad87a672f02519f99967d28a4d3047133e2d1df936511465fbb3791d +size 188555