forked from pool/python-ruamel.yaml
Accepting request 593617 from home:mimi_vx:branches:devel:languages:python
- update to 0.15.37 * fix incompatibility of C extension with 3.7 OBS-URL: https://build.opensuse.org/request/show/593617 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=9
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-ruamel.yaml
|
||||
Version: 0.15.35
|
||||
Version: 0.15.37
|
||||
Release: 0
|
||||
Summary: Python YAML parser
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://bitbucket.org/ruamel/yaml
|
||||
URL: https://bitbucket.org/ruamel/yaml
|
||||
Source: https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel.yaml-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -32,7 +32,6 @@ BuildRequires: python-rpm-macros
|
||||
%ifpython2
|
||||
Requires: python-ruamel.ordereddict
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -51,8 +50,8 @@ rm -rf *egg-info
|
||||
%python_exec %fdupes -s %{buildroot}%{$python_sitearch}
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES LICENSE README.rst
|
||||
%license LICENSE
|
||||
%doc CHANGES README.rst
|
||||
%{python_sitearch}/_ruamel_yaml*.so
|
||||
%{python_sitearch}/ruamel
|
||||
%{python_sitearch}/ruamel.yaml-%{version}-py%{python_version}-nspkg.pth
|
||||
|
||||
Reference in New Issue
Block a user