From fb5fd5fef50159a6ae1c4c22bed1368e4855f8be502169de9524fcd257b7012b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 12:39:20 +0000 Subject: [PATCH 1/3] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=6 --- python-zict.changes | 5 +++++ python-zict.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-zict.changes b/python-zict.changes index ce7e77e..56a6065 100644 --- a/python-zict.changes +++ b/python-zict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:39:05 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sat Mar 3 18:20:21 UTC 2018 - arun@gmx.de diff --git a/python-zict.spec b/python-zict.spec index a82aa71..633c3ff 100644 --- a/python-zict.spec +++ b/python-zict.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: BSD-3-Clause Group: Development/Languages/Python Url: http://github.com/dask/zict/ Source: https://files.pythonhosted.org/packages/source/z/zict/zict-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros From d6d8fc4316bdebe26ee8ebee084cb78c171f3a91affa0527080c58041c6ae084 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:16:22 +0000 Subject: [PATCH 2/3] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=7 --- python-zict.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-zict.changes b/python-zict.changes index 56a6065..68d95aa 100644 --- a/python-zict.changes +++ b/python-zict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:56:25 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue Dec 4 12:39:05 UTC 2018 - Matej Cepl From 54365db245e4f3422c718ba2658494329b627eb5f61d28640630119c667eacad Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:26:36 +0000 Subject: [PATCH 3/3] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=8 --- python-zict.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/python-zict.spec b/python-zict.spec index 633c3ff..8398c7c 100644 --- a/python-zict.spec +++ b/python-zict.spec @@ -24,19 +24,17 @@ Release: 0 Summary: Mutable mapping tools License: BSD-3-Clause Group: Development/Languages/Python -Url: http://github.com/dask/zict/ +URL: http://github.com/dask/zict/ Source: https://files.pythonhosted.org/packages/source/z/zict/zict-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-HeapDict +BuildArch: noarch %if %{with test} BuildRequires: %{python_module HeapDict} BuildRequires: %{python_module pytest} %endif -Requires: python-HeapDict -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch - %python_subpackages %description @@ -58,8 +56,8 @@ Mutable Mapping interfaces for python. %endif %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE.txt README.rst +%license LICENSE.txt +%doc README.rst %{python_sitelib}/* %changelog