15
0

Accepting request 542038 from home:jengelh:branches:devel:languages:python

- Replace imperatives in description.

* please see long list of changes in

OBS-URL: https://build.opensuse.org/request/show/542038
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=3
This commit is contained in:
2017-11-15 13:17:11 +00:00
committed by Git OBS Bridge
parent 5d2f355bd2
commit c59ee2ac9d
2 changed files with 13 additions and 8 deletions

View File

@@ -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
-------------------------------------------------------------------

View File

@@ -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}