From 0f6321b497b3e5002f5f49ac90bd7e7746efe3dcc46653c8c8ec7a0c0d45fd89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 23 Feb 2020 07:52:31 +0000 Subject: [PATCH] Accepting request 778458 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/778458 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=24 --- plotly-4.5.0.tar.gz | 3 --- plotly-4.5.1.tar.gz | 3 +++ python-plotly.changes | 16 ++++++++++++++++ python-plotly.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 plotly-4.5.0.tar.gz create mode 100644 plotly-4.5.1.tar.gz diff --git a/plotly-4.5.0.tar.gz b/plotly-4.5.0.tar.gz deleted file mode 100644 index 18154e4..0000000 --- a/plotly-4.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb5271f648913cf330a0de4ede3084cda848f8ad8b080330a0678e1b21df97b0 -size 4977807 diff --git a/plotly-4.5.1.tar.gz b/plotly-4.5.1.tar.gz new file mode 100644 index 0000000..409b31d --- /dev/null +++ b/plotly-4.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c95c0eacdeb260fd2dc21dbe8583721c3e229bdf176a41d11092f74171d8bc +size 4979909 diff --git a/python-plotly.changes b/python-plotly.changes index f9aacda..baa9e18 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Feb 22 18:54:15 UTC 2020 - Arun Persaud + +- update to version 4.5.1: + * Updated + + Updated Plotly.js to version 1.52.2. See the plotly.js CHANGELOG + for more information on bug fixes. + * Fixed + + update_annotations, update_shapes and update_layout_images now + no longer require the patch argument, as per the docstring #2167 + + px.defaults no longer accepts arbitrary keys #2168 + + better error message when pandas is not installed #2125 + + support columns of numerical type in path argument of + px.sunburst/px.treemap and add values of color column in + hoverlabel for px.sunburst/px.treemap #2133 + ------------------------------------------------------------------- Thu Jan 30 17:27:22 UTC 2020 - Todd R diff --git a/python-plotly.spec b/python-plotly.spec index 524ac0d..81e2c9f 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.0 +Version: 4.5.1 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT