From 444e5194146eaf91d29c37bcd4a5c574da591e140c27db37204a191fa5ce5570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 4 Aug 2019 13:07:38 +0000 Subject: [PATCH] Accepting request 720807 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/720807 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=16 --- graphviz-0.11.1.zip | 3 +++ graphviz-0.11.zip | 3 --- python-graphviz.changes | 7 +++++++ python-graphviz.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 graphviz-0.11.1.zip delete mode 100644 graphviz-0.11.zip 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}