Hello community,
here is the log from the commit of package python-colorcet for
openSUSE:Leap:15.2 checked in at 2020-03-24 19:05:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-colorcet (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-colorcet.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-colorcet"
Tue Mar 24 19:05:22 2020 rev:3 rq:776507 version:2.0.2
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-colorcet/python-colorcet.changes
2020-01-15 15:47:55.899408524 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-colorcet.new.3160/python-colorcet.changes
2020-03-24 19:05:25.469458442 +0100
@@ -1,0 +2,20 @@
+Thu Sep 26 13:49:09 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.0.2:
+ * Typo fixes in metadata and small fixes only
+
+-------------------------------------------------------------------
+Tue Jul 23 01:29:12 UTC 2019 - Todd R <[email protected]>
+
+- Update to version 2.0.1
+ * Small fixes with sorting and names
+ * Fixing issue with aspect in bokeh
+ * Making things faster
+ * Adding new color sets with new aliases
+ * Adding console script
+ * Added Glasbey 256-color categorical colormaps
+ * Updated to use pyct, pyctdev, nbsite
+ * Fixed broken links to images
+ * Added logo
+
+-------------------------------------------------------------------
Old:
----
v1.0.0.tar.gz
New:
----
colorcet-2.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-colorcet.spec ++++++
--- /var/tmp/diff_new_pack.9A7v2g/_old 2020-03-24 19:05:26.025462277 +0100
+++ /var/tmp/diff_new_pack.9A7v2g/_new 2020-03-24 19:05:26.029462304 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-colorcet
#
-# 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
@@ -12,26 +12,30 @@
# 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
Name: python-colorcet
-Version: 1.0.0
+Version: 2.0.2
Release: 0
Summary: Collection of perceptually uniform colormaps
License: CC-BY-4.0
Group: Development/Languages/Python
-Url: http://github.com/bokeh/colorcet
-Source: https://github.com/bokeh/colorcet/archive/v%{version}.tar.gz
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
+URL: https://github.com/bokeh/colorcet
+Source:
https://files.pythonhosted.org/packages/source/c/colorcet/colorcet-%{version}.tar.gz
+BuildRequires: %{python_module param >= 1.7.0}
+BuildRequires: %{python_module pyct >= 0.4.4}
+BuildRequires: %{python_module setuptools >= 30.3.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-param >= 1.7.0
+Requires: python-pyct >= 0.4.4
BuildArch: noarch
-
+# SECTION test requirements
+BuildRequires: %{python_module pytest}
+# /SECTION
%python_subpackages
%description
@@ -49,10 +53,13 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%pytest
+
%files %{python_files}
-%defattr(-,root,root,-)
%doc README.md
%license LICENSE.txt
+%python3_only %{_bindir}/colorcet
%{python_sitelib}/*
%changelog