14
0

Accepting request 122358 from home:TheBlackCat:branches:devel:languages:python

- Clean up spec file
- Update to version 1.1

OBS-URL: https://build.opensuse.org/request/show/122358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygraphviz?expand=0&rev=4
This commit is contained in:
Todd R
2012-05-25 11:35:28 +00:00
committed by Git OBS Bridge
parent 2d2260a12c
commit ecf73978d3
5 changed files with 37 additions and 22 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed May 23 11:06:26 UTC 2012 - toddrme2178@gmail.com
- Clean up spec file
- Update to version 1.1
* Added unicode support for handling non-ASCII characters
* Better handling of user data on initialization of AGraph() object to guess input type (AGraph object, file, dict-of-dicts, file)
* Add sfdp to layout options
- Update to version 1..0.0
* Added to_string() and from_string methods
* Interface to graphviz “acyclic” and “tred”
* Better handling of user data on initialization of AGraph() object to guess input type (AGraph object, file, dict-of-dicts, file)
* Add handling of default attributes for subgraphs
* Improved error handling when using non-string data
* Fix bug in default attribute handling
* Make sure file handles are closed correctly
-------------------------------------------------------------------
Sat Mar 26 03:45:26 UTC 2011 - alexandre@exatati.com.br