From da3480635e8c957314df2253a76d9e3518770700c9c99f10fa63a8dab78ef823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 13:21:44 +0000 Subject: [PATCH] - 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 --- colorspacious-1.1.0.zip | 3 --- colorspacious-1.1.2.tar.gz | 3 +++ python-colorspacious.changes | 8 ++++++++ python-colorspacious.spec | 19 +++++-------------- 4 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 colorspacious-1.1.0.zip create mode 100644 colorspacious-1.1.2.tar.gz diff --git a/colorspacious-1.1.0.zip b/colorspacious-1.1.0.zip deleted file mode 100644 index b3b65cf..0000000 --- a/colorspacious-1.1.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fd83cdb22224335c51c1f85e54a55f18568660452680d21f4b306d4454aec56 -size 698745 diff --git a/colorspacious-1.1.2.tar.gz b/colorspacious-1.1.2.tar.gz new file mode 100644 index 0000000..85af63b --- /dev/null +++ b/colorspacious-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9072e8cdca889dac445c35c9362a22ccf758e97b00b79ff0d5a7ba3e11b618 +size 688573 diff --git a/python-colorspacious.changes b/python-colorspacious.changes index d3c88a7..bbc684b 100644 --- a/python-colorspacious.changes +++ b/python-colorspacious.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 7 13:14:40 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-colorspacious.spec b/python-colorspacious.spec index ebb14c8..338c69f 100644 --- a/python-colorspacious.spec +++ b/python-colorspacious.spec @@ -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