From b813c0f4c1610d2f0b2d74f2be78ad6885d6b23385c409d3bec42076e074a2cd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 12 Aug 2020 20:32:30 +0000 Subject: [PATCH] - Run SPEC file through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika-pool?expand=0&rev=12 --- python-pika-pool.changes | 5 +++++ python-pika-pool.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/python-pika-pool.changes b/python-pika-pool.changes index 7f0eff0..87120c9 100644 --- a/python-pika-pool.changes +++ b/python-pika-pool.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 12 20:32:20 UTC 2020 - Matej Cepl + +- Run SPEC file through spec-cleaner + ------------------------------------------------------------------- Tue Dec 4 12:51:32 UTC 2018 - Matej Cepl diff --git a/python-pika-pool.spec b/python-pika-pool.spec index 2b215aa..94c8589 100644 --- a/python-pika-pool.spec +++ b/python-pika-pool.spec @@ -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 @@ Release: 0 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 @@ Typically you'll go with local `shovels `_ %python_install %files %{python_files} -%defattr(-,root,root,-) %doc README.rst %{python_sitelib}/*