Accepting request 917711 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/917711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2021-09-09 21:07:42 +00:00 committed by Git OBS Bridge
commit dc2f9ed558
6 changed files with 21 additions and 10 deletions

View File

@ -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
View File

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

View File

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

View File

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

View File

@ -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>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-plotly
Version: 5.3.0
Version: 5.3.1
Release: 0
Summary: Library for collaborative, interactive, publication-quality graphs
License: MIT
@ -44,9 +44,9 @@ Recommends: python-pandas
Recommends: python-scipy
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Pillow if (%python-base without python36-base)}
BuildRequires: %{python_module pytest}
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 ipykernel 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
Summary: Jupyter notebook integration for %{name}
Provides: python-jupyterlab-plotly = %{version}-%{release}
Requires: %{name} = %{version}
Requires: jupyter-plotly = %{version}
Requires: python-ipywidgets >= 7.6
Requires: (python-jupyterlab or python-notebook)
Provides: python-jupyterlab-plotly = %{version}-%{release}
%description jupyter
Use this package to make collaborative, interactive,
@ -95,8 +95,8 @@ This package provides Jupyterlab and Notebook integration and widgets.
%package -n jupyter-plotly
Summary: Jupyter notebook integration for %{name}
Provides: jupyterlab-plotly = %{version}-%{release}
Requires: python3-plotly-jupyter = %{version}
Provides: jupyterlab-plotly = %{version}-%{release}
%description -n jupyter-plotly
Use this package to make collaborative, interactive,