Hello community,
here is the log from the commit of package python-colorcet for openSUSE:Factory
checked in at 2019-07-26 17:33:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colorcet (Old)
and /work/SRC/openSUSE:Factory/.python-colorcet.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-colorcet"
Fri Jul 26 17:33:30 2019 rev:2 rq:717713 version:2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-colorcet/python-colorcet.changes
2018-06-03 12:34:06.104810323 +0200
+++
/work/SRC/openSUSE:Factory/.python-colorcet.new.4126/python-colorcet.changes
2019-07-26 17:33:32.660105785 +0200
@@ -1,0 +2,14 @@
+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.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-colorcet.spec ++++++
--- /var/tmp/diff_new_pack.CKNrmo/_old 2019-07-26 17:33:33.820105309 +0200
+++ /var/tmp/diff_new_pack.CKNrmo/_new 2019-07-26 17:33:33.820105309 +0200
@@ -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
@@ -17,19 +17,24 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-colorcet
-Version: 1.0.0
+Version: 2.0.1
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}
+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
+# SECTION test requirements
+BuildRequires: %{python_module pytest}
+# /SECTION
+Requires: python-param >= 1.7.0
+Requires: python-pyct >= 0.4.4
BuildArch: noarch
%python_subpackages
@@ -49,10 +54,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