From f4654579655beacd5d0df94539ef6ca4e7f73e317572166ee244bf478fbac0ff Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 8 Apr 2021 18:37:41 +0000 Subject: [PATCH] - spec-clean OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-consul?expand=0&rev=3 --- python-python-consul.changes | 5 +++++ python-python-consul.spec | 28 +++++++++++++--------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/python-python-consul.changes b/python-python-consul.changes index 279fb83..e21e41b 100644 --- a/python-python-consul.changes +++ b/python-python-consul.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 8 18:37:33 UTC 2021 - Dirk Müller + +- spec-clean + ------------------------------------------------------------------- Tue Nov 5 11:49:40 UTC 2019 - Thomas Bechtold diff --git a/python-python-consul.spec b/python-python-consul.spec index 49fd16e..603d77e 100644 --- a/python-python-consul.spec +++ b/python-python-consul.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-consul # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # 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/ # @@ -21,14 +21,21 @@ Name: python-python-consul Version: 1.1.0 Release: 0 -Summary: Python client for Consul (http://www.consulio/) +Summary: Python client for https://www.consul.io/ License: MIT Group: Development/Languages/Python -Url: https://github.com/cablehead/python-consul +URL: https://github.com/cablehead/python-consul Source: https://files.pythonhosted.org/packages/source/p/python-consul/python-consul-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros +Requires: python-requests >= 2.0 +Requires: python-six >= 1.4 +Suggests: python-aiohttp +Suggests: python-tornado +Suggests: python-treq +Suggests: python-twisted +BuildArch: noarch %if %{with test} BuildRequires: %{python_module requests >= 2.0} BuildRequires: %{python_module six >= 1.4} @@ -39,15 +46,6 @@ BuildRequires: %{python_module pytest-twisted} BuildRequires: %{python_module pytest} %endif # /SECTION -Requires: python-requests >= 2.0 -Requires: python-six >= 1.4 -Suggests: python-aiohttp -Suggests: python-tornado -Suggests: python-twisted -Suggests: python-treq -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch - %python_subpackages %description @@ -64,8 +62,8 @@ Python client for `Consul.io `_ %python_install %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGELOG.rst LICENSE README.rst +%license LICENSE +%doc CHANGELOG.rst README.rst %{python_sitelib}/* %changelog