Accepting request 954167 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/954167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2022-02-14 21:36:10 +00:00 committed by Git OBS Bridge
commit 973aa21d89
6 changed files with 18 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20b8a1a0f0434f9b8d10eb7caa66e947a9a1d698e5a53d40d447bbc0d2ae41f0
size 8558079

3
plotly-5.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d86e44ebde38f4753dff982ab9b5e03cf872aab8fdf53a403e999ed378154331
size 8599746

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dd42afd2712c5baeca4c045e3a2b3f14decce19bed75636f7d43fae5c12851a
size 30413477

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45854c9c4e5a5a9ff554fb20502ef9a5fb7f665408d0cae63e00585a28b3e5ef
size 30453009

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 10 04:17:07 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 5.6.0:
* Updated Plotly.js to from version 2.8.3 to version 2.9.0. See the
plotly.js CHANGELOG for more information. Notable changes include:
+ Implement ticklabelstep to reduce labels on cartesian axes and
colorbars
+ Display the version of plotly.js when hovering over the modebar
-------------------------------------------------------------------
Mon Jan 10 21:59:18 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-plotly
Version: 5.5.0
Version: 5.6.0
Release: 0
Summary: Library for collaborative, interactive, publication-quality graphs
License: MIT
@ -155,6 +155,6 @@ donttest+=" or test_matplotlylib"
%files -n jupyter-plotly
%license LICENSE.txt
%_jupyter_config %{_jupyter_nb_notebook_confdir}/jupyterlab-plotly.json
%{_jupyter_config} %{_jupyter_nb_notebook_confdir}/jupyterlab-plotly.json
%changelog