Hello community,
here is the log from the commit of package python-pika-pool for
openSUSE:Factory checked in at 2020-08-13 10:20:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pika-pool (Old)
and /work/SRC/openSUSE:Factory/.python-pika-pool.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pika-pool"
Thu Aug 13 10:20:58 2020 rev:5 rq:826119 version:0.1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pika-pool/python-pika-pool.changes
2018-12-24 11:41:12.477461923 +0100
+++
/work/SRC/openSUSE:Factory/.python-pika-pool.new.3399/python-pika-pool.changes
2020-08-13 10:26:03.722899227 +0200
@@ -1,0 +2,5 @@
+Wed Aug 12 20:32:20 UTC 2020 - Matej Cepl <[email protected]>
+
+- Run SPEC file through spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pika-pool.spec ++++++
--- /var/tmp/diff_new_pack.Apo51r/_old 2020-08-13 10:26:05.470899179 +0200
+++ /var/tmp/diff_new_pack.Apo51r/_new 2020-08-13 10:26:05.474899179 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pika-pool
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,13 @@
Summary: Pools for pikas
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/bninja/pika-pool
-Source:
https://pypi.python.org/packages/source/p/pika-pool/pika-pool-%{version}.tar.gz
+URL: https://github.com/bninja/pika-pool
+Source:
https://files.pythonhosted.org/packages/source/p/pika-pool/pika-pool-%{version}.tar.gz
BuildRequires: %{python_module pika}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-pika >= 0.9
BuildArch: noarch
-
%python_subpackages
%description
@@ -51,7 +50,6 @@
%python_install
%files %{python_files}
-%defattr(-,root,root,-)
%doc README.rst
%{python_sitelib}/*