15
0

Accepting request 720879 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/720879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=7
This commit is contained in:
2019-08-15 10:23:41 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 5 deletions

3
graphviz-0.11.1.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:914b8b124942d82e3e1dcef499c9fe77c10acd3d18a1cfeeb2b9de05f6d24805
size 172864

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f261efbe92b938808ebb64048253b99f379f6300c6c776d440984e71678f642
size 172434

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 3 14:28:44 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 0.11.1:
* Include "stderr" in "str()" of raised
"subprocess.CalledProcessError".
-------------------------------------------------------------------
Sat Jun 15 15:48:14 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-graphviz
Version: 0.11
Version: 0.11.1
Release: 0
Summary: Python interface for Graphviz
License: MIT
Group: Development/Languages/Python
URL: http://github.com/xflr6/graphviz
URL: https://github.com/xflr6/graphviz
Source: https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.zip
BuildRequires: %{python_module mock >= 2}
BuildRequires: %{python_module pytest >= 3.4}