Accepting request 729899 from devel:languages:python

- Format with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/729899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutables?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-09-11 08:40:06 +00:00 committed by Git OBS Bridge
commit a59e651a84
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 10 13:49:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
-------------------------------------------------------------------
Sun Apr 14 10:46:18 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -12,7 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@ -20,16 +21,15 @@
Name: python-immutables
Version: 0.9
Release: 0
License: Apache-2.0
Summary: Immutable collections for Python
Url: https://github.com/MagicStack/immutables
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/MagicStack/immutables
Source: https://files.pythonhosted.org/packages/source/i/immutables/immutables-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%python_subpackages
%description