Accepting request 948282 from home:mcepl:branches:devel:languages:python
- Update to version 0.8.0: - Drop support for Python<3.6. - Comply with TOML v1.0.0. - And many bug fixes OBS-URL: https://build.opensuse.org/request/show/948282 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=16
This commit is contained in:
parent
9f06f97215
commit
ea9fd4f44e
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 20 22:45:49 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618
|
||||
size 163105
|
3
tomlkit-0.8.0.tar.gz
Normal file
3
tomlkit-0.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29e84a855712dfe0e88a48f6d05c21118dbafb283bb2eed614d46f80deb8e9a1
|
||||
size 179067
|
Loading…
Reference in New Issue
Block a user