Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-colorcet for openSUSE:Factory
checked in at 2022-09-20 19:23:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colorcet (Old)
and /work/SRC/openSUSE:Factory/.python-colorcet.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-colorcet"
Tue Sep 20 19:23:55 2022 rev:6 rq:1004903 version:3.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-colorcet/python-colorcet.changes
2021-01-31 16:52:09.384715177 +0100
+++
/work/SRC/openSUSE:Factory/.python-colorcet.new.2083/python-colorcet.changes
2022-09-20 19:24:01.734550664 +0200
@@ -1,0 +2,42 @@
+Mon Sep 19 22:01:56 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update copyright year
+
+- update to version 3.0.0:
+ * New features:
+ + Added new upstream colormaps (#65):
+ o Rainbow: rainbow_bgyr_10_90_c83 (called rainbow4, a much
+ closer match to Jet's color range than rainbow while remaining
+ perceptually uniform)
+ o Linear: linear_kbgoy_20_95_c57 (called gouldian, an improved
+ version of Matlab's parula colormap), linear_kbgyw_10_98_c63
+ o Cyclic: circle_mgbm_67_c31, circle_mgbm_67_c31_s25,
+ cyclic_bgrmb_35_70_c75, cyclic_bgrmb_35_70_c75_s25,
+ cyclic_isoluminant, cyclic_mybm_20_100_c48,
+ cyclic_mybm_20_100_c48_s25, cyclic_mygbm_50_90_c46,
+ cyclic_mygbm_50_90_c46_s25, cyclic_rygcbmr_50_90_c64,
+ cyclic_rygcbmr_50_90_c64_s25, cyclic_wrkbw_10_90_c43,
+ cyclic_wrkbw_10_90_c43_s25, cyclic_ymcgy_60_90_c67,
+ cyclic_ymcgy_60_90_c67_s25
+ o Colorblind-safe:
+ diverging_linear_protanopic_deuteranopic_bjy_57_89_c34,
+ linear_protanopic_deuteranopic_kbw_5_95_c34,
+ linear_protanopic_deuteranopic_kyw_5_95_c49,
+ linear_tritanopic_kcw_5_95_c22, linear_tritanopic_krw_5_95_c46
+ + CI fixes and improvements, including testing for python 3.9
+ (#71, #72, #75, #77)
+ + Clarified docs to indicate that all maps have an original
+ list-of-numeric-triples form, typically but not always with a
+ long name, that all those starting with b_ are Bokeh colormaps
+ in hex format, and that only the subset of shorter names that
+ are aliases for longer names are Bokeh colormaps (as some other
+ original list names like glasbey_bw just happen to be short
+ (#79)
+ * Compatibility:
+ + For categorical (Glasbey) maps, now uses a Matplotlib
+ ListedColormap (with distinct colors) instead of a
+ LinearSegmentedColormap (discrete approximation to a continuous
+ map) (#79)
+
+-------------------------------------------------------------------
Old:
----
colorcet-2.0.6.tar.gz
New:
----
colorcet-3.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-colorcet.spec ++++++
--- /var/tmp/diff_new_pack.Syqdpr/_old 2022-09-20 19:24:02.202552006 +0200
+++ /var/tmp/diff_new_pack.Syqdpr/_new 2022-09-20 19:24:02.206552017 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-colorcet
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-colorcet
-Version: 2.0.6
+Version: 3.0.0
Release: 0
Summary: Collection of perceptually uniform colormaps
License: CC-BY-4.0
@@ -33,7 +33,7 @@
Requires: python-param >= 1.7.0
Requires: python-pyct >= 0.4.4
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
++++++ colorcet-2.0.6.tar.gz -> colorcet-3.0.0.tar.gz ++++++
++++ 8431 lines of diff (skipped)