Hello community,

here is the log from the commit of package python-objgraph for openSUSE:Factory 
checked in at 2018-06-13 15:38:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-objgraph (Old)
 and      /work/SRC/openSUSE:Factory/.python-objgraph.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-objgraph"

Wed Jun 13 15:38:12 2018 rev:2 rq:615179 version:3.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-objgraph/python-objgraph.changes  
2018-05-15 10:31:24.136594998 +0200
+++ /work/SRC/openSUSE:Factory/.python-objgraph.new/python-objgraph.changes     
2018-06-13 15:38:39.114190946 +0200
@@ -1,0 +2,5 @@
+Thu Jun  7 20:27:33 UTC 2018 - jeng...@inai.de
+
+- Use noun phrase in summary. Replace 1st and 2nd person wording.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-objgraph.spec ++++++
--- /var/tmp/diff_new_pack.mHPGLi/_old  2018-06-13 15:38:40.054156355 +0200
+++ /var/tmp/diff_new_pack.mHPGLi/_new  2018-06-13 15:38:40.058156209 +0200
@@ -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 @@
 %python_subpackages
 
 %description
-objgraph is a module that lets you visually explore Python object graphs.
-
-You'll need graphviz if you want to draw the pretty graphs.
+objgraph is a module for visual exploration of Python object 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}


Reply via email to