Hello community,

here is the log from the commit of package python-pydot for openSUSE:Factory 
checked in at 2018-12-24 11:46:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydot (Old)
 and      /work/SRC/openSUSE:Factory/.python-pydot.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pydot"

Mon Dec 24 11:46:23 2018 rev:7 rq:659831 version:1.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pydot/python-pydot.changes        
2018-01-09 14:53:29.174977890 +0100
+++ /work/SRC/openSUSE:Factory/.python-pydot.new.28833/python-pydot.changes     
2018-12-24 11:46:24.713185461 +0100
@@ -1,0 +2,11 @@
+Tue Dec 18 23:56:25 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary. Grammar adjustments for the
+  description.
+
+-------------------------------------------------------------------
+Tue Dec  4 12:52:08 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pydot.spec ++++++
--- /var/tmp/diff_new_pack.ArTz99/_old  2018-12-24 11:46:25.269184973 +0100
+++ /var/tmp/diff_new_pack.ArTz99/_new  2018-12-24 11:46:25.273184969 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,13 +20,11 @@
 Name:           python-pydot
 Version:        1.2.4
 Release:        0
-Url:            https://github.com/erocarrera/pydot
-Summary:        Create (dot) graphs from python
+Summary:        Module to create (dot) graphs from Python
 License:        MIT
 Group:          Development/Libraries/Python
+URL:            https://github.com/erocarrera/pydot
 Source:         
https://files.pythonhosted.org/packages/source/p/pydot/pydot-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pyparsing >= 2.1.4}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -37,8 +35,9 @@
 %python_subpackages
 
 %description
-pydot allows to easily create both directed and non directed graphs from 
Python. 
-Currently all attributes implemented in the Dot language are supported (up to 
Graphviz 2.16).
+pydot allows to create both directed and non-directed graphs from
+Python. All attributes implemented in the Dot language up to Graphviz
+2.16 are supported.
 
 %prep
 %setup -q -n pydot-%{version}
@@ -51,8 +50,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.md LICENSE
+%license LICENSE
+%doc README.md
 %{python_sitelib}/dot_parser.py*
 %{python_sitelib}/pydot.py*
 %pycache_only %{python_sitelib}/__pycache__/dot_parser.*.py*


Reply via email to