diff --git a/plotly-5.3.0.tar.gz b/plotly-5.3.0.tar.gz deleted file mode 100644 index 8dc75c7..0000000 --- a/plotly-5.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6dc306c56e7d5fa7d017718894099b27290b427abf4acad8e5b77fdc3bd32ec -size 7296482 diff --git a/plotly-5.3.1.tar.gz b/plotly-5.3.1.tar.gz new file mode 100644 index 0000000..06161ce --- /dev/null +++ b/plotly-5.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6598393e898a9c5ae78397f76f07002ec41fd92e5f746d3b9806248d53885643 +size 7296601 diff --git a/plotly.py-5.3.0-gh.tar.gz b/plotly.py-5.3.0-gh.tar.gz deleted file mode 100644 index 58dfdd0..0000000 --- a/plotly.py-5.3.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:381638019a281d95aefd3b5d613412afd16cc6ca43001f18b5eee5c65f46c8af -size 30248187 diff --git a/plotly.py-5.3.1-gh.tar.gz b/plotly.py-5.3.1-gh.tar.gz new file mode 100644 index 0000000..e14904c --- /dev/null +++ b/plotly.py-5.3.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae70c1f33f080292df57dbba2257168eeb6cd4f6e73355f7a445a5e897d391a1 +size 30249094 diff --git a/python-plotly.changes b/python-plotly.changes index 01dc0b2..a476536 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Sep 5 16:50:51 UTC 2021 - Arun Persaud + +- 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 diff --git a/python-plotly.spec b/python-plotly.spec index 86e0942..268fffa 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -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,