- spec-clean
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-consul?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 8 18:37:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- spec-clean
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 11:49:40 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
|
||||
@@ -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 <http://www.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
|
||||
|
||||
Reference in New Issue
Block a user