From 6627523d9ed158e3b6f73a33b4e855134f5151804f82691f5dea8b0eadbfddaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 1 Mar 2019 13:09:38 +0000 Subject: [PATCH] - Update to 0.1.5: * No upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colour?expand=0&rev=4 --- colour-0.1.4.tar.gz | 3 --- colour-0.1.5.tar.gz | 3 +++ python-colour.changes | 6 ++++++ python-colour.spec | 19 +++++++++---------- 4 files changed, 18 insertions(+), 13 deletions(-) delete mode 100644 colour-0.1.4.tar.gz create mode 100644 colour-0.1.5.tar.gz diff --git a/colour-0.1.4.tar.gz b/colour-0.1.4.tar.gz deleted file mode 100644 index 5db4522..0000000 --- a/colour-0.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1357f37ddfd0d7c0e770f0772901635b3a38025a2480a44280510faca30fb509 -size 24821 diff --git a/colour-0.1.5.tar.gz b/colour-0.1.5.tar.gz new file mode 100644 index 0000000..c372023 --- /dev/null +++ b/colour-0.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af20120fefd2afede8b001fbef2ea9da70ad7d49fafdb6489025dae8745c3aee +size 24776 diff --git a/python-colour.changes b/python-colour.changes index 0ffd1f5..0c494e0 100644 --- a/python-colour.changes +++ b/python-colour.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 1 13:07:27 UTC 2019 - Tomáš Chvátal + +- Update to 0.1.5: + * No upstream changelog + ------------------------------------------------------------------- Fri Jul 21 08:30:33 UTC 2017 - aloisio@gmx.com diff --git a/python-colour.spec b/python-colour.spec index 7ac6f8b..cc524c0 100644 --- a/python-colour.spec +++ b/python-colour.spec @@ -1,7 +1,7 @@ # # spec file for package python-colour # -# Copyright (c) 2017 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 @@ -12,25 +12,24 @@ # 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-%{**}} Name: python-colour -Version: 0.1.4 +Version: 0.1.5 Release: 0 Summary: Converts between common color representations (RGB, HSL, web...) -License: BSD-2-Clause +License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/vaab/colour +URL: https://github.com/vaab/colour Source0: https://files.pythonhosted.org/packages/source/c/colour/colour-%{version}.tar.gz BuildRequires: %{python_module d2to1} BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -56,14 +55,14 @@ rm -rf colour.egg-info %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec %{_bindir}/nosetests +%python_expand nosetests-%{$python_bin_suffix} %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGELOG.rst LICENSE README.rst +%license LICENSE +%doc CHANGELOG.rst README.rst %{python_sitelib}/* %changelog