Hello community,
here is the log from the commit of package python-abclient for openSUSE:Factory
checked in at 2019-06-12 13:13:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-abclient (Old)
and /work/SRC/openSUSE:Factory/.python-abclient.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-abclient"
Wed Jun 12 13:13:11 2019 rev:2 rq:708344 version:0.2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-abclient/python-abclient.changes
2018-12-11 15:49:11.530116407 +0100
+++
/work/SRC/openSUSE:Factory/.python-abclient.new.4811/python-abclient.changes
2019-06-12 13:13:14.140883590 +0200
@@ -1,0 +2,6 @@
+Fri Jun 7 11:47:34 UTC 2019 - [email protected]
+
+- call spec-cleaner
+- note there is no testsuite
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-abclient.spec ++++++
--- /var/tmp/diff_new_pack.cTxTv6/_old 2019-06-12 13:13:14.764882936 +0200
+++ /var/tmp/diff_new_pack.cTxTv6/_new 2019-06-12 13:13:14.768882931 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-abclient
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,16 +23,15 @@
Summary: Python client library for EISOO AnyBackup API
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://global.eisoo.com/
+URL: https://global.eisoo.com/
Source:
https://files.pythonhosted.org/packages/source/a/abclient/abclient-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-oslo.log
-Requires: python-oslo.utils
-Requires: python-requests
+Requires: python-oslo.log >= 1.14.0
+Requires: python-oslo.utils >= 3.16.0
+Requires: python-requests >= 2.10.0
BuildArch: noarch
-
%python_subpackages
%description
@@ -48,8 +47,10 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+# no testsuite found
+
%files %{python_files}
-%defattr(-,root,root,-)
%doc README.rst
%license LICENSE
%{python_sitelib}/*