diff --git a/graphviz-0.11.1.zip b/graphviz-0.11.1.zip new file mode 100644 index 0000000..11f202c --- /dev/null +++ b/graphviz-0.11.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914b8b124942d82e3e1dcef499c9fe77c10acd3d18a1cfeeb2b9de05f6d24805 +size 172864 diff --git a/graphviz-0.11.zip b/graphviz-0.11.zip deleted file mode 100644 index 59bce8b..0000000 --- a/graphviz-0.11.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f261efbe92b938808ebb64048253b99f379f6300c6c776d440984e71678f642 -size 172434 diff --git a/python-graphviz.changes b/python-graphviz.changes index 7877cda..757ab2e 100644 --- a/python-graphviz.changes +++ b/python-graphviz.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Aug 3 14:28:44 UTC 2019 - Arun Persaud + +- update to version 0.11.1: + * Include "stderr" in "str()" of raised + "subprocess.CalledProcessError". + ------------------------------------------------------------------- Sat Jun 15 15:48:14 UTC 2019 - Arun Persaud diff --git a/python-graphviz.spec b/python-graphviz.spec index 0c7bc7c..ec585c9 100644 --- a/python-graphviz.spec +++ b/python-graphviz.spec @@ -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}