From 1ead6a85c455bbf68828856101ad0fd12d13dd315f950d4add6f83445a3f1b23 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 10 Aug 2017 07:09:01 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marathon?expand=0&rev=3 --- python-marathon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-marathon.spec b/python-marathon.spec index 6ab9f28..4d28d12 100644 --- a/python-marathon.spec +++ b/python-marathon.spec @@ -28,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/m/marathon/marath BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -Requires: %{python_module requests >= 2.0.0} +Requires: python-requests >= 2.0.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch From 9b5512f467ce4eead41e310e6e2c2849d2c4d25be41b6137d80f839e91b2220e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 2 May 2018 15:43:28 +0000 Subject: [PATCH 2/2] - Fix requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marathon?expand=0&rev=4 --- python-marathon.changes | 5 +++++ python-marathon.spec | 9 +++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/python-marathon.changes b/python-marathon.changes index 82596d8..22149b6 100644 --- a/python-marathon.changes +++ b/python-marathon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 2 15:43:11 UTC 2018 - tchvatal@suse.com + +- Fix requires + ------------------------------------------------------------------- Thu Jul 13 14:10:42 UTC 2017 - tbechtold@suse.com diff --git a/python-marathon.spec b/python-marathon.spec index 4d28d12..364b1a7 100644 --- a/python-marathon.spec +++ b/python-marathon.spec @@ -1,7 +1,7 @@ # # spec file for package python-marathon # -# 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 @@ -23,15 +23,13 @@ Release: 0 Summary: Marathon Client Library License: MIT Group: Development/Languages/Python -Url: https://github.com/thefactory/marathon-python +URL: https://github.com/thefactory/marathon-python Source: https://files.pythonhosted.org/packages/source/m/marathon/marathon-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python-requests >= 2.0.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -47,8 +45,7 @@ Python interface to the Mesos Marathon REST API. %python_install %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE +%license LICENSE %{python_sitelib}/* %changelog