1
0

Accepting request 617151 from devel:languages:python

- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/617151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colormap?expand=0&rev=2
This commit is contained in:
2018-06-29 20:27:04 +00:00
committed by Git OBS Bridge
parent 46247644cf
commit aa99eb1d7d
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 7 20:19:23 UTC 2018 - jengelh@inai.de
- Ensure neutrality of description.
-------------------------------------------------------------------
Thu May 3 04:36:25 UTC 2018 - toddrme2178@gmail.com

View File

@@ -20,7 +20,7 @@
Name: python-colormap
Version: 1.0.1
Release: 0
Summary: Utilities to ease manipulation of matplotlib colormaps and color codecs
Summary: Utilities to manipulate matplotlib colormaps and color codecs
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/cokelaer/colormap
@@ -43,11 +43,11 @@ BuildArch: noarch
%python_subpackages
%description
The colormap package provides simple utilities to convert colors between
RGB, HEX, HLS, HUV and a class to easily build colormaps for matplotlib. All
The colormap package provides utilities to convert colors between
RGB, HEX, HLS, HUV and a class to build colormaps for matplotlib. All
matplotlib colormaps and some R colormaps are available altogether. The
plot_colormap method (see below) is handy to quickly pick up a colormaps and
the test_colormap is useful to see test a new colormap.
plot_colormap method is able to pick up a colormaps and
the test_colormap can be used to visually test a new colormap.
%prep
%setup -q -n colormap-%{version}