From df0326eb1535f18a7651e05adf16fd09c235b8bd757fdf3474997b1cfa943317 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:50:33 +0000 Subject: [PATCH 1/3] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=14 --- python-pydot.changes | 5 +++++ python-pydot.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pydot.changes b/python-pydot.changes index d3da453..665b580 100644 --- a/python-pydot.changes +++ b/python-pydot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:52:08 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sat Jan 6 17:20:02 UTC 2018 - arun@gmx.de diff --git a/python-pydot.spec b/python-pydot.spec index 772416e..84cb168 100644 --- a/python-pydot.spec +++ b/python-pydot.spec @@ -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/ # @@ -26,7 +26,6 @@ License: MIT Group: Development/Libraries/Python 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 From 2c5ce5db02e0cc48c01ff3bcbfdb16fea0c45cd54f3bbb8a38a8a432e6e4f76e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:19:10 +0000 Subject: [PATCH 2/3] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=15 --- python-pydot.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/python-pydot.spec b/python-pydot.spec index 84cb168..902fc11 100644 --- a/python-pydot.spec +++ b/python-pydot.spec @@ -20,12 +20,11 @@ Name: python-pydot Version: 1.2.4 Release: 0 -Url: https://github.com/erocarrera/pydot Summary: 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 pyparsing >= 2.1.4} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -36,7 +35,7 @@ BuildArch: noarch %python_subpackages %description -pydot allows to easily create both directed and non directed graphs from Python. +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). %prep @@ -50,8 +49,8 @@ Currently all attributes implemented in the Dot language are supported (up to Gr %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* From 19607aba411a05aff29ac7952173c5915892e8cfa6e78202cc444f14509d649e Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 19 Dec 2018 03:58:33 +0000 Subject: [PATCH 3/3] Accepting request 659789 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. Grammar adjustments for the description. OBS-URL: https://build.opensuse.org/request/show/659789 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=16 --- python-pydot.changes | 6 ++++++ python-pydot.spec | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-pydot.changes b/python-pydot.changes index 665b580..659af6a 100644 --- a/python-pydot.changes +++ b/python-pydot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 18 23:56:25 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. Grammar adjustments for the + description. + ------------------------------------------------------------------- Tue Dec 4 12:52:08 UTC 2018 - Matej Cepl diff --git a/python-pydot.spec b/python-pydot.spec index 902fc11..04761f4 100644 --- a/python-pydot.spec +++ b/python-pydot.spec @@ -20,7 +20,7 @@ Name: python-pydot Version: 1.2.4 Release: 0 -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 @@ -35,8 +35,9 @@ BuildArch: noarch %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}