Accepting request 784523 from devel:languages:python:numeric

- update to version 4.5.4:
  * Updated
    + The documentation of the API
      https://plot.ly/python-api-reference/ now documents the full API
      #2243
    + New documentation examples for facets #2235, legend #2227,
      subplots #2226, axes #2234 and histograms #2242. Thanks to
      @SylwiaOliwia2 for all these great examples!
  * Fixed
    + Jupyterlab extension now compatible with both Jupyterlab 1.2 and
      2.0 #2261 with thanks to @consideRatio for the contribution!
    + Fixed a bug when using boolean values for the color argument of
      px functions #2127
    + Corrected import bug which was occuring with old versions of
      ipywidgets #2265
    + Fixed python 3.8 syntax warning #2262, with thanks to @sgn for
      the contribution!
- changes from version 4.5.3:
  * Updated
    + Removed development dependency on nose testing framework #2217
  * Fixed
    + JupyterLab extension now compatible with JupyterLab 2.0 #2245
      with thanks to @consideRatio for the contribution!
- changes from version 4.5.2:
  * Fixed
    + Fix build errors in JupyterLab extension by pinning version of
      @types/plotly.js #2223

OBS-URL: https://build.opensuse.org/request/show/784523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2020-03-14 08:55:14 +00:00 committed by Git OBS Bridge
commit 149aeb485d
4 changed files with 37 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Mar 12 19:40:58 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 4.5.4:
* Updated
+ The documentation of the API
https://plot.ly/python-api-reference/ now documents the full API
#2243
+ New documentation examples for facets #2235, legend #2227,
subplots #2226, axes #2234 and histograms #2242. Thanks to
@SylwiaOliwia2 for all these great examples!
* Fixed
+ Jupyterlab extension now compatible with both Jupyterlab 1.2 and
2.0 #2261 with thanks to @consideRatio for the contribution!
+ Fixed a bug when using boolean values for the color argument of
px functions #2127
+ Corrected import bug which was occuring with old versions of
ipywidgets #2265
+ Fixed python 3.8 syntax warning #2262, with thanks to @sgn for
the contribution!
- changes from version 4.5.3:
* Updated
+ Removed development dependency on nose testing framework #2217
* Fixed
+ JupyterLab extension now compatible with JupyterLab 2.0 #2245
with thanks to @consideRatio for the contribution!
- changes from version 4.5.2:
* Fixed
+ Fix build errors in JupyterLab extension by pinning version of
@types/plotly.js #2223
-------------------------------------------------------------------
Sat Feb 22 18:54:15 UTC 2020 - Arun Persaud <arun@gmx.de>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-plotly
Version: 4.5.1
Version: 4.5.4
Release: 0
Summary: Library for collaborative, interactive, publication-quality graphs
License: MIT
@ -66,9 +66,6 @@ Requires: python-ipython
Requires: python-ipywidgets
Requires: python-nbformat >= 4.2
Requires: python-notebook
%ifpython2
Requires: python3-plotly-jupyter = %{version}
%endif
%description jupyter
Use this package to make collaborative, interactive,