15
0

Accepting request 710115 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/710115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2019-06-15 19:09:10 +00:00
committed by Git OBS Bridge
parent 0c0492f89b
commit 3e8967a298
4 changed files with 29 additions and 6 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Jun 15 15:48:14 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* be more specific i %files section
- update to version 0.11:
* Add "quiet" argument to ".render()" and ".pipe()" methods of
"Graph", "Digraph", and "Source" objects, allowing to suppress
"stderr" of the layout subprocess (parity with stand-alone
"render()" and "pipe()" functions).
* The rendering process for "render()" methods and stand-alone
function is now started from the directory of the rendered dot
source file. This allows to render graph descriptions that use
relative paths inline (e.g. for referring to image files to be
included) by using paths relative to the source file
location. Previously, such relative paths would need to be given
relative to the directory from which "render()" was started, so
this change is backwards incompatible for code that relied on the
previous behaviour.
* Drop Python 3.4 support.
-------------------------------------------------------------------
Tue Apr 23 10:58:51 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>