Hello community,
here is the log from the commit of package python-colorspacious for
openSUSE:Factory checked in at 2019-03-10 09:35:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colorspacious (Old)
and /work/SRC/openSUSE:Factory/.python-colorspacious.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-colorspacious"
Sun Mar 10 09:35:20 2019 rev:4 rq:682459 version:1.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-colorspacious/python-colorspacious.changes
2018-12-13 19:41:37.521230850 +0100
+++
/work/SRC/openSUSE:Factory/.python-colorspacious.new.28833/python-colorspacious.changes
2019-03-10 09:35:24.404175790 +0100
@@ -1,0 +2,8 @@
+Thu Mar 7 13:14:40 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
colorspacious-1.1.0.zip
New:
----
colorspacious-1.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-colorspacious.spec ++++++
--- /var/tmp/diff_new_pack.sg2OY3/_old 2019-03-10 09:35:24.944175661 +0100
+++ /var/tmp/diff_new_pack.sg2OY3/_new 2019-03-10 09:35:24.944175661 +0100
@@ -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 @@
%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