15
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2019-09-12 10:13:11 +00:00
committed by Git OBS Bridge
parent 444e519414
commit 32ed6af501
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:914b8b124942d82e3e1dcef499c9fe77c10acd3d18a1cfeeb2b9de05f6d24805
size 172864

3
graphviz-0.13.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc08677f37c65a4a480f00df4bd0d19a0a103c06aad95f21a37f0b7fd440de81
size 181039

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 12 10:11:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <arun@gmx.de>

View File

@@ -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