14
0

Accepting request 826123 from devel:languages:python

- Run SPEC file through spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/826123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-multi_key_dict?expand=0&rev=4
This commit is contained in:
2020-08-13 08:21:36 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 12 22:41:26 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Run SPEC file through spec-cleaner
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 4 12:50:34 UTC 2018 - Matej Cepl <mcepl@suse.com> Tue Dec 4 12:50:34 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-multi_key_dict # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -23,12 +23,11 @@ Release: 0
Summary: Multi key dictionary implementation Summary: Multi key dictionary implementation
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/formiaczek/multi_key_dict 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 Source: https://files.pythonhosted.org/packages/source/m/multi_key_dict/multi_key_dict-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@@ -49,7 +48,6 @@ to the number of keys used to map to the value.
%python_install %python_install
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-)
%doc README.txt %doc README.txt
%{python_sitelib}/* %{python_sitelib}/*