15
0

- Update to 1.1.2:

* Reference article that colorspacious (and other libraries) was using as a
    source for the CIECAM02Surround.DIM constant values was itself incorrect.
    It has now been corrected, and verified against CIE 159:2004.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorspacious?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-03-07 13:21:44 +00:00
committed by Git OBS Bridge
parent faf4c5866f
commit da3480635e
4 changed files with 16 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fd83cdb22224335c51c1f85e54a55f18568660452680d21f4b306d4454aec56
size 698745

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e9072e8cdca889dac445c35c9362a22ccf758e97b00b79ff0d5a7ba3e11b618
size 688573

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 7 13:14:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.1.2:
* Reference article that colorspacious (and other libraries) was using as a
source for the CIECAM02Surround.DIM constant values was itself incorrect.
It has now been corrected, and verified against CIE 159:2004.
-------------------------------------------------------------------
Tue Dec 4 12:46:46 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-colorspacious
#
# 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
@@ -17,26 +17,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-colorspacious
Version: 1.1.0
Version: 1.1.2
Release: 0
Summary: Python library for doing colorspace conversions
License: MIT
Group: Development/Languages/Python
Url: https://github.com/njsmith/colorspacious
Source: https://files.pythonhosted.org/packages/source/c/colorspacious/colorspacious-%{version}.zip
URL: https://github.com/njsmith/colorspacious
Source: https://files.pythonhosted.org/packages/source/c/colorspacious/colorspacious-%{version}.tar.gz
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
%if %{with test}
BuildRequires: %{python_module nose}
%endif
Requires: python-numpy
BuildArch: noarch
%python_subpackages
%description
@@ -60,10 +54,7 @@ uniform CAM02-UCS / CAM02-LCD / CAM02-SCD spaces proposed by Luo et al
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test}
%check
%python_expand nosetests-%{$python_bin_suffix}
%endif
# no tests present
%files %{python_files}
%doc README.rst