diff --git a/python-graphviz.changes b/python-graphviz.changes index c6afaab..19bb4e9 100644 --- a/python-graphviz.changes +++ b/python-graphviz.changes @@ -1,8 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 15 13:12:25 UTC 2017 - jengelh@inai.de + +- Replace imperatives in description. + ------------------------------------------------------------------- Wed Nov 15 12:53:33 UTC 2017 - mimi.vx@gmail.com - update to 0.8.1 -* please see long list of changes in +* please see long list of changes in https://github.com/xflr6/graphviz/blob/d7149d507ea6c345ac20f5d6d7e14bc3f162114c/CHANGES ------------------------------------------------------------------- diff --git a/python-graphviz.spec b/python-graphviz.spec index b318732..9665b8d 100644 --- a/python-graphviz.spec +++ b/python-graphviz.spec @@ -21,7 +21,7 @@ Name: python-graphviz Version: 0.8.1 Release: 0 -Summary: Simple Python interface for Graphviz +Summary: Python interface for Graphviz License: MIT Group: Development/Languages/Python Url: http://github.com/xflr6/graphviz @@ -52,13 +52,13 @@ BuildArch: noarch This package facilitates the creation and rendering of graph descriptions in the DOT language of the Graphviz graph drawing software from Python. -Create a graph object, assemble the graph by adding nodes and edges, and -retrieve its DOT source code string. Save the source code to a file and render -it with the Graphviz installation of your system. +It supports creating a graph object, assembling the graph by adding nodes and +edges, and retrieving its DOT source code string, saving the source code to a +file and rendering it with the Graphviz installation. -Use the view option/method to directly inspect the resulting (PDF, PNG, -SVG, etc.) file with its default application. Graphs can also be rendered -and displayed within IPython notebooks (example). +Using the view option/method, the resulting (PDF, PNG, SVG, etc.) file can be +inspected with its default application. Graphs can also be rendered and +displayed within IPython notebooks. %prep %setup -q -n graphviz-%{version}