14
0
forked from pool/python-Cycler

Accepting request 745400 from devel:languages:python

- Format with spec-cleaner
- Install license file

OBS-URL: https://build.opensuse.org/request/show/745400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cycler?expand=0&rev=5
This commit is contained in:
2019-11-22 09:19:33 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 5 09:50:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
- Install license file
-------------------------------------------------------------------
Tue Dec 4 12:47:05 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Cycler
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,16 +22,13 @@ Version: 0.10.0
Release: 0
Summary: Composable style cycles
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/matplotlib/cycler
Source: https://files.pythonhosted.org/packages/source/C/Cycler/cycler-%{version}.tar.gz
URL: https://github.com/matplotlib/cycler
Source: https://files.pythonhosted.org/packages/source/c/cycler/cycler-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: python-rpm-macros
Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@@ -53,9 +50,9 @@ kwarg iterator, was developed.
%install
%python_install
%files %python_files
%defattr(-,root,root,-)
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%changelog