15
0

- update to 0.17.2

* fix upstream packaging problems

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=52
This commit is contained in:
2021-03-30 09:29:48 +00:00
committed by Git OBS Bridge
parent 822a66cb8e
commit adcc4deeaf
4 changed files with 10 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ruamel.yaml
Version: 0.17.0
Version: 0.17.2
Release: 0
Summary: Python YAML parser
License: MIT
@@ -30,9 +30,6 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-ruamel.yaml.clib >= 0.1.2
BuildArch: noarch
%ifpython2
Requires: python-ruamel.ordereddict
%endif
%python_subpackages
%description