Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-plotly for openSUSE:Factory 
checked in at 2022-01-13 00:22:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-plotly (Old)
 and      /work/SRC/openSUSE:Factory/.python-plotly.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-plotly"

Thu Jan 13 00:22:37 2022 rev:31 rq:945911 version:5.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-plotly/python-plotly.changes      
2021-09-09 23:08:08.272872302 +0200
+++ /work/SRC/openSUSE:Factory/.python-plotly.new.1892/python-plotly.changes    
2022-01-13 00:23:40.403986511 +0100
@@ -1,0 +2,31 @@
+Mon Jan 10 21:59:18 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to version 5.5.0
+  * Added text_auto argument to px.bar, px.histogram,
+    px.density_heatmap, px.imshow #3518
+  * Deprecated ff.create_annotated_heatmap,
+    ff.create_county_choropleth, ff.create_gantt #3518
+  * Added div_id argument to pio.to_html, pio.write_html,
+    fig.to_html and fig.write_html to optionally make its IDs
+    deterministic #3487 with thanks to @Skn0tt
+  * Fixed ValueError when ff.create_annotated_heatmap passes rgba()
+    colors into to_rgb_color_list #3478 with thanks to @janosh
+  * Updated Plotly.js to from version 2.6.3 to version 2.8.3. See
+    the plotly.js CHANGELOG for more information. Notable changes
+    include:
+    - Horizontal color bars
+    - texttemplate for histogram-like and heatmap-like traces
+- Release notes for 5.4.0
+  * Fixed error when serializing dict with mix of string and
+    non-string keys #3380
+  * The JSON serialization engines no longer sort their keys #3380
+  * Updated Plotly.js to from version 2.4.2 to version 2.6.3. See
+    the plotly.js CHANGELOG for more information. Notable changes
+    include:
+  * New subplot type smith that supports scattersmith trace types
+    for visualizing data in the complex domain
+  * Changes to Plotly.js packaging
+- Clean python36 conditionals
+- Don't wait on optional Shapely for python310: skip tests
+
+-------------------------------------------------------------------

Old:
----
  plotly-5.3.1.tar.gz
  plotly.py-5.3.1-gh.tar.gz

New:
----
  plotly-5.5.0.tar.gz
  plotly.py-5.5.0-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-plotly.spec ++++++
--- /var/tmp/diff_new_pack.xj4LxO/_old  2022-01-13 00:23:41.015986952 +0100
+++ /var/tmp/diff_new_pack.xj4LxO/_new  2022-01-13 00:23:41.019986955 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-plotly
 #
-# 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
@@ -16,10 +16,10 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
 Name:           python-plotly
-Version:        5.3.1
+Version:        5.5.0
 Release:        0
 Summary:        Library for collaborative, interactive, publication-quality 
graphs
 License:        MIT
@@ -33,7 +33,7 @@
 BuildRequires:  %{python_module six >= 1.15.0}
 BuildRequires:  %{python_module tenacity >= 6.2.0}
 BuildRequires:  fdupes
-BuildRequires:  jupyter-jupyter_core-filesystem
+BuildRequires:  jupyter-rpm-macros
 BuildRequires:  python-rpm-macros
 Requires:       python-six >= 1.15.0
 Requires:       python-tenacity >= 6.2.0
@@ -44,24 +44,25 @@
 Recommends:     python-scipy
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module Pillow if (%python-base without python36-base)}
+BuildRequires:  %{python_module Pillow}
+# Currently not building in TW
+#BuildRequires:  %%{python_module Shapely}
+BuildRequires:  %{python_module ipykernel}
+BuildRequires:  %{python_module ipython}
+BuildRequires:  %{python_module ipywidgets}
+BuildRequires:  %{python_module jupyter}
+BuildRequires:  %{python_module matplotlib}
+BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module pandas}
+BuildRequires:  %{python_module psutil}
+BuildRequires:  %{python_module pyshp}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module Shapely if (%python-base without 
python36-base)}
-BuildRequires:  %{python_module ipykernel if (%python-base without 
python36-base)}
-BuildRequires:  %{python_module ipython if (%python-base without 
python36-base)}
-BuildRequires:  %{python_module ipywidgets if (%python-base without 
python36-base)}
-BuildRequires:  %{python_module jupyter if (%python-base without 
python36-base)}
-BuildRequires:  %{python_module matplotlib if (%python-base without 
python36-base)}
-BuildRequires:  %{python_module numpy if (%python-base without python36-base)}
-BuildRequires:  %{python_module pandas if (%python-base without python36-base)}
-BuildRequires:  %{python_module psutil if (%python-base without python36-base)}
-BuildRequires:  %{python_module pyshp if (%python-base without python36-base)}
-BuildRequires:  %{python_module pytz if (%python-base without python36-base)}
-BuildRequires:  %{python_module scikit-image if (%python-base without 
python36-base)}
-BuildRequires:  %{python_module scipy if (%python-base without python36-base)}
-BuildRequires:  %{python_module statsmodels if (%python-base without 
python36-base)}
-BuildRequires:  %{python_module xarray if (%python-base without python36-base)}
+BuildRequires:  %{python_module scikit-image}
+BuildRequires:  %{python_module scipy}
+BuildRequires:  %{python_module statsmodels}
+BuildRequires:  %{python_module xarray}
 # /SECTION
 %python_subpackages
 
@@ -154,6 +155,6 @@
 
 %files -n jupyter-plotly
 %license LICENSE.txt
-%config %{_jupyter_nb_notebook_confdir}/jupyterlab-plotly.json
+%_jupyter_config %{_jupyter_nb_notebook_confdir}/jupyterlab-plotly.json
 
 %changelog

++++++ plotly-5.3.1.tar.gz -> plotly-5.5.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-plotly/plotly-5.3.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-plotly.new.1892/plotly-5.5.0.tar.gz differ: 
char 5, line 1

++++++ plotly.py-5.3.1-gh.tar.gz -> plotly.py-5.5.0-gh.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-plotly/plotly.py-5.3.1-gh.tar.gz 
/work/SRC/openSUSE:Factory/.python-plotly.new.1892/plotly.py-5.5.0-gh.tar.gz 
differ: char 13, line 1

Reply via email to