14
0
forked from pool/python-pydot

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/562204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2018-01-07 09:36:51 +00:00
committed by Git OBS Bridge
parent 9faa5fbcd6
commit 7c9b99eb47
4 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Jan 6 17:20:02 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 1.2.4:
* ENH: propagate `LD_LIBRARY_PATH` when calling GraphViz
* API: raise `OSError` when a GraphViz executable is not found
* API: add method `__str__` to classes `Node, Edge, Graph`
* API: add arg `encoding` to `Dot` methods `create, write`
* API: quote cluster names when necessary
* API: give source and destination nodes as separate args to
`Edge.__init__`
* API: never ignore `src, dst`, overwrite if `points` defined in
`obj_dict`
-------------------------------------------------------------------
Wed Apr 19 16:15:07 UTC 2017 - toddrme2178@gmail.com