forked from pool/python-graphviz
- 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:
committed by
Git OBS Bridge
parent
444e519414
commit
32ed6af501
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:914b8b124942d82e3e1dcef499c9fe77c10acd3d18a1cfeeb2b9de05f6d24805
|
||||
size 172864
|
||||
3
graphviz-0.13.zip
Normal file
3
graphviz-0.13.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc08677f37c65a4a480f00df4bd0d19a0a103c06aad95f21a37f0b7fd440de81
|
||||
size 181039
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user