Hello community,
here is the log from the commit of package python-colorspacious for
openSUSE:Factory checked in at 2018-06-13 15:37:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colorspacious (Old)
and /work/SRC/openSUSE:Factory/.python-colorspacious.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-colorspacious"
Wed Jun 13 15:37:43 2018 rev:2 rq:615172 version:1.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-colorspacious/python-colorspacious.changes
2018-05-15 10:31:28.152447496 +0200
+++
/work/SRC/openSUSE:Factory/.python-colorspacious.new/python-colorspacious.changes
2018-06-13 15:38:26.714647248 +0200
@@ -1,0 +2,5 @@
+Thu Jun 7 20:43:07 UTC 2018 - [email protected]
+
+- Remove filler wording from description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-colorspacious.spec ++++++
--- /var/tmp/diff_new_pack.4UkPcj/_old 2018-06-13 15:38:27.506618103 +0200
+++ /var/tmp/diff_new_pack.4UkPcj/_new 2018-06-13 15:38:27.514617809 +0200
@@ -13,6 +13,7 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,10 +21,10 @@
Name: python-colorspacious
Version: 1.1.0
Release: 0
-License: MIT
Summary: Python library for doing colorspace conversions
-Url: https://github.com/njsmith/colorspacious
+License: MIT
Group: Development/Languages/Python
+Url: https://github.com/njsmith/colorspacious
Source:
https://files.pythonhosted.org/packages/source/c/colorspacious/colorspacious-%{version}.zip
BuildRequires: %{python_module devel}
BuildRequires: %{python_module numpy}
@@ -40,14 +41,13 @@
%python_subpackages
%description
-Colorspacious is a powerful, accurate, and easy-to-use library for
-performing colorspace conversions.
+Colorspacious is a library for performing colorspace conversions.
In addition to the most common standard colorspaces (sRGB, XYZ, xyY,
-CIELab, CIELCh), we also include: color vision deficiency ("color
-blindness") simulations using the approach of Machado et al (2009); a
-complete implementation of `CIECAM02
-<https://en.wikipedia.org/wiki/CIECAM02>`_; and the perceptually
+CIELab, CIELCh), it also includes color vision deficiency ("color
+blindness") simulations using the approach of Machado et al (2009), a
+complete implementation of CIECAM02
+<https://en.wikipedia.org/wiki/CIECAM02>, and the perceptually
uniform CAM02-UCS / CAM02-LCD / CAM02-SCD spaces proposed by Luo et al
(2006).