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:
2021-09-09 11:40:04 +00:00
committed by Git OBS Bridge
parent b5d0cc872a
commit be1baf9672
6 changed files with 21 additions and 10 deletions

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,