diff --git a/python-tomlkit.changes b/python-tomlkit.changes index fd82b71..d061a73 100644 --- a/python-tomlkit.changes +++ b/python-tomlkit.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 20 22:45:49 UTC 2022 - Matej Cepl + +- Update to version 0.8.0: + - Drop support for Python<3.6. + - Comply with TOML v1.0.0. + - And many bug fixes + ------------------------------------------------------------------- Mon Oct 5 12:57:46 UTC 2020 - Benjamin Greiner diff --git a/python-tomlkit.spec b/python-tomlkit.spec index 770002a..2361f32 100644 --- a/python-tomlkit.spec +++ b/python-tomlkit.spec @@ -1,7 +1,7 @@ # # spec file for package python-tomlkit # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 +%define skip_python2 1 Name: python-tomlkit -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: Style preserving TOML library License: MIT @@ -32,17 +32,6 @@ BuildRequires: %{python_module typing >= 3.6} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -%if %{with python2} -BuildRequires: python-enum34 -BuildRequires: python-functools32 -%endif -%ifpython2 -Requires: python-enum34 -Requires: python-functools32 -%endif -%if %{python_version_nodots} < 35 -Requires: python-typing >= 3.6 -%endif %python_subpackages %description @@ -56,7 +45,6 @@ Style preserving TOML library %install %python_install -%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check diff --git a/tomlkit-0.7.0.tar.gz b/tomlkit-0.7.0.tar.gz deleted file mode 100644 index 3e289c7..0000000 --- a/tomlkit-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618 -size 163105 diff --git a/tomlkit-0.8.0.tar.gz b/tomlkit-0.8.0.tar.gz new file mode 100644 index 0000000..902e69d --- /dev/null +++ b/tomlkit-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e84a855712dfe0e88a48f6d05c21118dbafb283bb2eed614d46f80deb8e9a1 +size 179067