Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-consul for
openSUSE:Factory checked in at 2021-04-10 15:27:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-consul (Old)
and /work/SRC/openSUSE:Factory/.python-python-consul.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-consul"
Sat Apr 10 15:27:33 2021 rev:2 rq:883890 version:1.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-consul/python-python-consul.changes
2019-11-27 13:52:11.628427280 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-consul.new.2401/python-python-consul.changes
2021-04-10 15:28:35.542464215 +0200
@@ -1,0 +2,5 @@
+Thu Apr 8 18:37:33 UTC 2021 - Dirk M??ller <[email protected]>
+
+- spec-clean
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-consul.spec ++++++
--- /var/tmp/diff_new_pack.Ngk83O/_old 2021-04-10 15:28:36.070464836 +0200
+++ /var/tmp/diff_new_pack.Ngk83O/_new 2021-04-10 15:28:36.074464841 +0200
@@ -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}
%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_install
%files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGELOG.rst LICENSE README.rst
+%license LICENSE
+%doc CHANGELOG.rst README.rst
%{python_sitelib}/*
%changelog