diff --git a/graphviz-0.13.2.zip b/graphviz-0.13.2.zip deleted file mode 100644 index 047649e..0000000 --- a/graphviz-0.13.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60acbeee346e8c14555821eab57dbf68a169e6c10bce40e83c1bf44f63a62a01 -size 181657 diff --git a/graphviz-0.14.1.zip b/graphviz-0.14.1.zip new file mode 100644 index 0000000..629c7bd --- /dev/null +++ b/graphviz-0.14.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5aad52a652c06825dcc5ee018d920fca26aef339386866094597fb3f2f222ce +size 183737 diff --git a/python-graphviz.changes b/python-graphviz.changes index a4df2f0..36e0562 100644 --- a/python-graphviz.changes +++ b/python-graphviz.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Aug 6 08:26:39 UTC 2020 - Dirk Mueller + +- update to 0.14.1 + * Document the colon-separated ``node[:port[:compass]]`` format used for ``tail`` + and ``head`` points in the ``edge()``- and ``edges()``-methods' + * Improve handling of escaped quotes (``\"``). Different from other layout engine + escapes sequences such as ``\l`` and ``\N`` (which are passed on as is by + default), there is no use case for backslash-escaping a literal quote character + because escaping of quotes is done by this library. Therefore, a + backslash-escaped quote (e.g. in ``label='\\"'``) is now treated the same as a + plain unescaped quote, i.e. both ``label='"'`` and ``label='\\"'`` produce + the same DOT source ``[label="\""]`` (a label that renders as a literal quote). + Before this change, use of ``'\\"'`` could break the quoting mechanism creating + invalid or unintended DOT, possibly leading to syntax errors from the rendering + process. + ------------------------------------------------------------------- Sun Nov 24 17:21:08 UTC 2019 - Arun Persaud diff --git a/python-graphviz.spec b/python-graphviz.spec index 3a4f50b..5d34c43 100644 --- a/python-graphviz.spec +++ b/python-graphviz.spec @@ -1,7 +1,7 @@ # # spec file for package python-graphviz # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 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.2 +Version: 0.14.1 Release: 0 Summary: Python interface for Graphviz License: MIT