From ab080001d48a7a97e87fd311fa530bc9507fd5c27e9c883661d8c947623634e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Mar 2020 07:12:23 +0000 Subject: [PATCH 1/2] Accepting request 784425 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/784425 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=26 --- plotly-4.5.1.tar.gz | 3 --- plotly-4.5.4.tar.gz | 3 +++ python-plotly.changes | 33 +++++++++++++++++++++++++++++++++ python-plotly.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 plotly-4.5.1.tar.gz create mode 100644 plotly-4.5.4.tar.gz diff --git a/plotly-4.5.1.tar.gz b/plotly-4.5.1.tar.gz deleted file mode 100644 index 409b31d..0000000 --- a/plotly-4.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75c95c0eacdeb260fd2dc21dbe8583721c3e229bdf176a41d11092f74171d8bc -size 4979909 diff --git a/plotly-4.5.4.tar.gz b/plotly-4.5.4.tar.gz new file mode 100644 index 0000000..87eb937 --- /dev/null +++ b/plotly-4.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6eab2b6010921f5fb998860125b90748e581de66ebc6107b686829417d98fc4 +size 4984254 diff --git a/python-plotly.changes b/python-plotly.changes index baa9e18..0c46cbc 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Mar 12 19:40:58 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-plotly.spec b/python-plotly.spec index 81e2c9f..6091d04 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: 4.5.1 +Version: 4.5.4 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT From a2bb5c7a20c603457d27d310def24b23221ed0fb67c0c1021078c4225a38d7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Mar 2020 07:14:11 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=27 --- python-plotly.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-plotly.spec b/python-plotly.spec index 6091d04..0e48d51 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -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,