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
This commit is contained in:
Matej Cepl 2018-06-08 08:10:50 +00:00 committed by Git OBS Bridge
parent a11dad76c1
commit 840231389a
2 changed files with 14 additions and 10 deletions

View File

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

View File

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