forked from pool/python-plotly
Accepting request 917149 from home:apersaud:branches:devel:languages:python:numeric
- update to version 5.3.1: * Updated Plotly.js to from version 2.4.1 to version 2.4.2. See the plotly.js CHANGELOG for more information. These changes are reflected in the auto-generated plotly.graph_objects module. Notable changes include: * Bug fix for rendering unified hover labels in classic Jupyter Notebooks OBS-URL: https://build.opensuse.org/request/show/917149 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=44
This commit is contained in:
parent
6bd76f45cf
commit
ece0d3cedd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b6dc306c56e7d5fa7d017718894099b27290b427abf4acad8e5b77fdc3bd32ec
|
|
||||||
size 7296482
|
|
3
plotly-5.3.1.tar.gz
Normal file
3
plotly-5.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6598393e898a9c5ae78397f76f07002ec41fd92e5f746d3b9806248d53885643
|
||||||
|
size 7296601
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:381638019a281d95aefd3b5d613412afd16cc6ca43001f18b5eee5c65f46c8af
|
|
||||||
size 30248187
|
|
3
plotly.py-5.3.1-gh.tar.gz
Normal file
3
plotly.py-5.3.1-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ae70c1f33f080292df57dbba2257168eeb6cd4f6e73355f7a445a5e897d391a1
|
||||||
|
size 30249094
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 5 16:50:51 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 5.3.1:
|
||||||
|
* Updated Plotly.js to from version 2.4.1 to version 2.4.2. See the
|
||||||
|
plotly.js CHANGELOG for more information. These changes are
|
||||||
|
reflected in the auto-generated plotly.graph_objects
|
||||||
|
module. Notable changes include:
|
||||||
|
* Bug fix for rendering unified hover labels in classic Jupyter
|
||||||
|
Notebooks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 31 20:33:41 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Tue Aug 31 20:33:41 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-plotly
|
Name: python-plotly
|
||||||
Version: 5.3.0
|
Version: 5.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for collaborative, interactive, publication-quality graphs
|
Summary: Library for collaborative, interactive, publication-quality graphs
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -44,9 +44,9 @@ Recommends: python-pandas
|
|||||||
Recommends: python-scipy
|
Recommends: python-scipy
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module Pillow if (%python-base without python36-base)}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module Pillow if (%python-base without python36-base)}
|
|
||||||
BuildRequires: %{python_module Shapely if (%python-base without python36-base)}
|
BuildRequires: %{python_module Shapely if (%python-base without python36-base)}
|
||||||
BuildRequires: %{python_module ipykernel 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 ipython if (%python-base without python36-base)}
|
||||||
@ -76,11 +76,11 @@ always accessible from the graph.
|
|||||||
|
|
||||||
%package jupyter
|
%package jupyter
|
||||||
Summary: Jupyter notebook integration for %{name}
|
Summary: Jupyter notebook integration for %{name}
|
||||||
Provides: python-jupyterlab-plotly = %{version}-%{release}
|
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: jupyter-plotly = %{version}
|
Requires: jupyter-plotly = %{version}
|
||||||
Requires: python-ipywidgets >= 7.6
|
Requires: python-ipywidgets >= 7.6
|
||||||
Requires: (python-jupyterlab or python-notebook)
|
Requires: (python-jupyterlab or python-notebook)
|
||||||
|
Provides: python-jupyterlab-plotly = %{version}-%{release}
|
||||||
|
|
||||||
%description jupyter
|
%description jupyter
|
||||||
Use this package to make collaborative, interactive,
|
Use this package to make collaborative, interactive,
|
||||||
@ -95,8 +95,8 @@ This package provides Jupyterlab and Notebook integration and widgets.
|
|||||||
|
|
||||||
%package -n jupyter-plotly
|
%package -n jupyter-plotly
|
||||||
Summary: Jupyter notebook integration for %{name}
|
Summary: Jupyter notebook integration for %{name}
|
||||||
Provides: jupyterlab-plotly = %{version}-%{release}
|
|
||||||
Requires: python3-plotly-jupyter = %{version}
|
Requires: python3-plotly-jupyter = %{version}
|
||||||
|
Provides: jupyterlab-plotly = %{version}-%{release}
|
||||||
|
|
||||||
%description -n jupyter-plotly
|
%description -n jupyter-plotly
|
||||||
Use this package to make collaborative, interactive,
|
Use this package to make collaborative, interactive,
|
||||||
|
Loading…
Reference in New Issue
Block a user