From c59ee2ac9ddf76e08b2dd6b47ef6dc6eaee48c7daf5148af9cad5f3e23126b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 15 Nov 2017 13:17:11 +0000 Subject: [PATCH] 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 --- python-graphviz.changes | 7 ++++++- python-graphviz.spec | 14 +++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) 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}