15
0

Accepting request 710115 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/710115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2019-06-15 19:09:10 +00:00
committed by Git OBS Bridge
parent 0c0492f89b
commit 3e8967a298
4 changed files with 29 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-graphviz
Version: 0.10.1
Version: 0.11
Release: 0
Summary: Python interface for Graphviz
License: MIT
@@ -72,11 +72,12 @@ sed -i -e '/minversion/d' setup.cfg
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand pytest-%{$python_bin_suffix}
%pytest
%files %{python_files}
%license LICENSE.txt
%doc CHANGES.txt README.rst
%{python_sitelib}/*
%{python_sitelib}/graphviz
%{python_sitelib}/graphviz-%{version}-py*.egg-info
%changelog