diff --git a/graphviz-0.11.1.zip b/graphviz-0.11.1.zip deleted file mode 100644 index 11f202c..0000000 --- a/graphviz-0.11.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:914b8b124942d82e3e1dcef499c9fe77c10acd3d18a1cfeeb2b9de05f6d24805 -size 172864 diff --git a/graphviz-0.13.zip b/graphviz-0.13.zip new file mode 100644 index 0000000..797d285 --- /dev/null +++ b/graphviz-0.13.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc08677f37c65a4a480f00df4bd0d19a0a103c06aad95f21a37f0b7fd440de81 +size 181039 diff --git a/python-graphviz.changes b/python-graphviz.changes index 757ab2e..932ea5a 100644 --- a/python-graphviz.changes +++ b/python-graphviz.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 12 10:11:53 UTC 2019 - Tomáš Chvátal + +- Update to 0.13: + * Fix missing escaping of backslashes, e.g. in labels + * Add basic debug logging via the stdlib ``logging`` module. + * Add ``escape()`` function (resembling ``re.escape()``) + * Add explicit support for layout engine escape sequences + ------------------------------------------------------------------- Sat Aug 3 14:28:44 UTC 2019 - Arun Persaud diff --git a/python-graphviz.spec b/python-graphviz.spec index ec585c9..5fa2edb 100644 --- a/python-graphviz.spec +++ b/python-graphviz.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-graphviz -Version: 0.11.1 +Version: 0.13 Release: 0 Summary: Python interface for Graphviz License: MIT