From b7c6496d9639763690d559adbd580cfc0cd3449023332c7af4a333ba0614b6ab Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 25 Nov 2019 19:40:14 +0000 Subject: [PATCH] Accepting request 750607 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/750607 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=20 --- graphviz-0.13.2.zip | 3 +++ graphviz-0.13.zip | 3 --- python-graphviz.changes | 11 +++++++++++ python-graphviz.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 graphviz-0.13.2.zip delete mode 100644 graphviz-0.13.zip diff --git a/graphviz-0.13.2.zip b/graphviz-0.13.2.zip new file mode 100644 index 0000000..047649e --- /dev/null +++ b/graphviz-0.13.2.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60acbeee346e8c14555821eab57dbf68a169e6c10bce40e83c1bf44f63a62a01 +size 181657 diff --git a/graphviz-0.13.zip b/graphviz-0.13.zip deleted file mode 100644 index 797d285..0000000 --- a/graphviz-0.13.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc08677f37c65a4a480f00df4bd0d19a0a103c06aad95f21a37f0b7fd440de81 -size 181039 diff --git a/python-graphviz.changes b/python-graphviz.changes index 932ea5a..a4df2f0 100644 --- a/python-graphviz.changes +++ b/python-graphviz.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 24 17:21:08 UTC 2019 - Arun Persaud + +- update to version 0.13.2: + * Fix missing support for four-part versions in + "graphviz.version()". + +- changes from version 0.13.1: + * Tag Python 3.8 support. + * Fix quoting for non-ASCII numerals. + ------------------------------------------------------------------- Thu Sep 12 10:11:53 UTC 2019 - Tomáš Chvátal diff --git a/python-graphviz.spec b/python-graphviz.spec index 5fa2edb..3a4f50b 100644 --- a/python-graphviz.spec +++ b/python-graphviz.spec @@ -1,7 +1,7 @@ # # spec file for package python-graphviz # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-graphviz -Version: 0.13 +Version: 0.13.2 Release: 0 Summary: Python interface for Graphviz License: MIT