From 837a260344eaa0f87f851b4021f963b2bb81363f9663804494c7e13c921a89f7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 12 Aug 2020 22:41:35 +0000 Subject: [PATCH] - Run SPEC file through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multi_key_dict?expand=0&rev=8 --- python-multi_key_dict.changes | 5 +++++ python-multi_key_dict.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/python-multi_key_dict.changes b/python-multi_key_dict.changes index 1eaeb20..77a8675 100644 --- a/python-multi_key_dict.changes +++ b/python-multi_key_dict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 12 22:41:26 UTC 2020 - Matej Cepl + +- Run SPEC file through spec-cleaner + ------------------------------------------------------------------- Tue Dec 4 12:50:34 UTC 2018 - Matej Cepl diff --git a/python-multi_key_dict.spec b/python-multi_key_dict.spec index bfb9632..ea7da01 100644 --- a/python-multi_key_dict.spec +++ b/python-multi_key_dict.spec @@ -1,7 +1,7 @@ # # spec file for package python-multi_key_dict # -# 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,12 +23,11 @@ Release: 0 Summary: Multi key dictionary implementation License: MIT Group: Development/Languages/Python -Url: https://github.com/formiaczek/multi_key_dict -Source: https://pypi.python.org/packages/source/m/multi_key_dict/multi_key_dict-%{version}.tar.gz +URL: https://github.com/formiaczek/multi_key_dict +Source: https://files.pythonhosted.org/packages/source/m/multi_key_dict/multi_key_dict-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -49,7 +48,6 @@ to the number of keys used to map to the value. %python_install %files %{python_files} -%defattr(-,root,root,-) %doc README.txt %{python_sitelib}/*