From e01f8eb1f4781820063476844b276c5ced0130b7dd80011d13c0dd0f2519b2b0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:47:35 +0000 Subject: [PATCH 1/2] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-positional?expand=0&rev=8 --- python-positional.changes | 5 +++++ python-positional.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-positional.changes b/python-positional.changes index 83284ec..4719d48 100644 --- a/python-positional.changes +++ b/python-positional.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:37 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Dec 1 07:21:09 UTC 2017 - dmueller@suse.com diff --git a/python-positional.spec b/python-positional.spec index f3cd298..392a0ea 100644 --- a/python-positional.spec +++ b/python-positional.spec @@ -1,7 +1,7 @@ # # spec file for package python-positional # -# Copyright (c) 2017 SUSE LINUX 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 @@ -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/ # @@ -25,7 +25,6 @@ License: Apache-2.0 Group: Development/Languages/Python Url: https://github.com/morganfainberg/positional Source: https://files.pythonhosted.org/packages/source/p/positional/positional-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros From 76219d058d6ab5d09ee2a5510e907b8ef8d868eeba2551391f4d8db2e2a274a4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:18:28 +0000 Subject: [PATCH 2/2] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-positional?expand=0&rev=9 --- python-positional.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-positional.spec b/python-positional.spec index 392a0ea..627c098 100644 --- a/python-positional.spec +++ b/python-positional.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Library to enforce positional or key-word arguments License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/morganfainberg/positional +URL: https://github.com/morganfainberg/positional Source: https://files.pythonhosted.org/packages/source/p/positional/positional-%{version}.tar.gz BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} @@ -47,7 +47,7 @@ of the google-api client. %python_install %files %{python_files} -%doc LICENSE +%license LICENSE %doc README.rst %{python_sitelib}/positional %{python_sitelib}/positional*egg-info