1
0

Compare commits

...

10 Commits

Author SHA256 Message Date
b955a4225d Accepting request 887126 from devel:languages:python
- Do not build for Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/request/show/887126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorspacious?expand=0&rev=5
2021-04-21 19:00:15 +00:00
6c8bc2211d - Do not build for Python 3.6, due to no NumPy.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorspacious?expand=0&rev=10
2021-04-21 05:14:23 +00:00
Stephan Kulow
7224b02497 Accepting request 682459 from devel:languages:python
- 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/request/show/682459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorspacious?expand=0&rev=4
2019-03-10 08:35:20 +00:00
Tomáš Chvátal
da3480635e - 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
2019-03-07 13:21:44 +00:00
65ef53cae6 Accepting request 653982 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/653982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorspacious?expand=0&rev=3
2018-12-13 18:41:34 +00:00
faf4c5866f Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorspacious?expand=0&rev=6
2018-12-04 13:20:31 +00:00
3f24764adb Accepting request 615172 from devel:languages:python
- Remove filler wording from description. (forwarded request 615078 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/615172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorspacious?expand=0&rev=2
2018-06-13 13:37:43 +00:00
e7a420b8c9 Accepting request 615078 from home:jengelh:branches:devel:languages:python
- Remove filler wording from description.

OBS-URL: https://build.opensuse.org/request/show/615078
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorspacious?expand=0&rev=4
2018-06-08 08:07:27 +00:00
d6657af97c Accepting request 603780 from devel:languages:python
Python library for colorspace conversions

OBS-URL: https://build.opensuse.org/request/show/603780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorspacious?expand=0&rev=1
2018-05-15 08:08:14 +00:00
Todd R
8652f8ef82 Accepting request 603767 from home:TheBlackCat:branches:devel:languages:python
- Use %license tag

OBS-URL: https://build.opensuse.org/request/show/603767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorspacious?expand=0&rev=2
2018-05-03 16:08:06 +00:00
4 changed files with 47 additions and 28 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,31 @@
-------------------------------------------------------------------
Wed Apr 21 05:13:42 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Do not build for Python 3.6, due to no NumPy.
-------------------------------------------------------------------
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>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Thu Jun 7 20:43:07 UTC 2018 - jengelh@inai.de
- Remove filler wording from description.
-------------------------------------------------------------------
Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com
- Use %license tag
-------------------------------------------------------------------
Wed Jan 17 17:16:23 UTC 2018 - toddrme2178@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-colorspacious
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,42 +12,35 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
%define skip_python36 1
Name: python-colorspacious
Version: 1.1.0
Version: 1.1.2
Release: 0
License: MIT
Summary: Python library for doing colorspace conversions
Url: https://github.com/njsmith/colorspacious
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/c/colorspacious/colorspacious-%{version}.zip
BuildRequires: %{python_module devel}
License: MIT
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
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).
@@ -61,13 +54,11 @@ 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 LICENSE.txt README.rst
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/*
%changelog