From 840231389a88f00f9905f579b4e0d2a646b3de1af5e77a31b21b2b733b28ceb3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 8 Jun 2018 08:10:50 +0000 Subject: [PATCH] Accepting request 615070 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. Replace 1st and 2nd person wording. OBS-URL: https://build.opensuse.org/request/show/615070 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-objgraph?expand=0&rev=4 --- python-objgraph.changes | 5 +++++ python-objgraph.spec | 19 +++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/python-objgraph.changes b/python-objgraph.changes index f56541a..30122ce 100644 --- a/python-objgraph.changes +++ b/python-objgraph.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 7 20:27:33 UTC 2018 - jengelh@inai.de + +- Use noun phrase in summary. Replace 1st and 2nd person wording. + ------------------------------------------------------------------- Thu May 3 14:30:39 UTC 2018 - toddrme2178@gmail.com diff --git a/python-objgraph.spec b/python-objgraph.spec index f5ad0a9..39d8eed 100644 --- a/python-objgraph.spec +++ b/python-objgraph.spec @@ -1,7 +1,7 @@ # # spec file for package python-objgraph # -# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,18 +22,18 @@ Name: python-objgraph Version: 3.4.0 Release: 0 -Summary: Draws Python object reference graphs with graphviz +Summary: Python module to draw object reference graphs with graphviz License: MIT Group: Development/Languages/Python Url: http://mg.pov.lt/objgraph/ Source: https://files.pythonhosted.org/packages/source/o/objgraph/objgraph-%{version}.tar.gz +BuildRequires: %{python_module devel} +BuildRequires: %{python_module graphviz} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: graphviz-gd BuildRequires: graphviz-gnome -BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module graphviz} # Test requirements BuildRequires: %{python_module mock} Requires: graphviz-gd @@ -44,11 +44,10 @@ BuildArch: noarch %python_subpackages %description -objgraph is a module that lets you visually explore Python object graphs. +objgraph is a module for visual exploration of Python object graphs. -You'll need graphviz if you want to draw the pretty graphs. - -I recommend xdot for interactive use. +graphviz is needed if pretty graphs are desired. +xdot can be used for interactive use. %package -n python-objgraph-doc Summary: Documentation for %{name}