15
0

- Update to 0.3.2:

* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml.convert?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-09-10 10:33:55 +00:00
committed by Git OBS Bridge
parent 9736bf63cf
commit d70a622196
4 changed files with 16 additions and 9 deletions

View File

@@ -12,27 +12,28 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ruamel.yaml.convert
Version: 0.3.1
Version: 0.3.2
Release: 0
License: MIT
Summary: Data format conversion routines to and from YAML
Url: https://bitbucket.org/ruamel/yaml.convert
License: MIT
Group: Development/Languages/Python
Url: https://bitbucket.org/ruamel/yaml.convert
Source: https://files.pythonhosted.org/packages/source/r/ruamel.yaml.convert/ruamel.yaml.convert-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module ruamel.base >= 1.0.0+post1}
BuildRequires: %{python_module ruamel.yaml}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# 1.0.0+post1 needed to depend on revised base namespace technique
Requires: python-python-dateutil
Requires: python-ruamel.base >= 1.0.0+post1
Requires: python-ruamel.yaml
Requires: python-python-dateutil
Recommends: python-beautifulsoup4
BuildArch: noarch