From f1cb1ff85a6bfb40fb935bcb308c43f2a875cd60e473e87b54c9e3d365c51e41 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 16 Aug 2022 06:46:27 +0000 Subject: [PATCH] Accepting request 995161 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/995161 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=49 --- plotly-5.10.0.tar.gz | 3 +++ plotly-5.8.0.tar.gz | 3 --- plotly.py-5.10.0-gh.tar.gz | 3 +++ plotly.py-5.8.0-gh.tar.gz | 3 --- python-plotly.changes | 40 ++++++++++++++++++++++++++++++++++++++ python-plotly.spec | 2 +- 6 files changed, 47 insertions(+), 7 deletions(-) create mode 100644 plotly-5.10.0.tar.gz delete mode 100644 plotly-5.8.0.tar.gz create mode 100644 plotly.py-5.10.0-gh.tar.gz delete mode 100644 plotly.py-5.8.0-gh.tar.gz diff --git a/plotly-5.10.0.tar.gz b/plotly-5.10.0.tar.gz new file mode 100644 index 0000000..cada04d --- /dev/null +++ b/plotly-5.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d36d9859b7a153b273562deeed8c292587a472eb1fd57cd4158ec89d9defadb +size 7600627 diff --git a/plotly-5.8.0.tar.gz b/plotly-5.8.0.tar.gz deleted file mode 100644 index 5f3f22f..0000000 --- a/plotly-5.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58cef3292f5994d82154d51fbc7338c48009fc47ea32ffe052ad29aaa15e0df9 -size 7573157 diff --git a/plotly.py-5.10.0-gh.tar.gz b/plotly.py-5.10.0-gh.tar.gz new file mode 100644 index 0000000..04c2bf5 --- /dev/null +++ b/plotly.py-5.10.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30034c742edff0c268d2d09d748bf1daef3a23957fa6dceb6bd847fd80416448 +size 30527330 diff --git a/plotly.py-5.8.0-gh.tar.gz b/plotly.py-5.8.0-gh.tar.gz deleted file mode 100644 index 186995d..0000000 --- a/plotly.py-5.8.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c -size 30501750 diff --git a/python-plotly.changes b/python-plotly.changes index ff92510..5c30e23 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sun Aug 14 14:43:43 UTC 2022 - Arun Persaud + +- update to version 5.10.0: + * Updated + + Updated Plotly.js to from version 2.12.1 to version 2.14.0. See + the plotly.js CHANGELOG for more information. Notable changes + include: + + Add support for sankey links with arrows + + Add selections, newselection and activeselection layout + attributes to have persistent and editable selections over + cartesian subplots + + Add unselected.line.color and unselected.line.opacity options to + parcoords trace + + Display Plotly's new logo in the modebar + +------------------------------------------------------------------- +Sat Jul 9 13:42:36 UTC 2022 - Arun Persaud + +- update to version 5.9.0: + * Added + + pattern_shape options now available in px.timeline() #3774 + + facet_* and category_orders now available in px.pie() #3775 + * Performance + + px methods no longer call groupby on the input dataframe when + the result would be a single group, and no longer groups by a + lambda, for significant speedups #3765 with thanks to @jvdd + * Updated + + Allow non-string extras in flaglist attributes, to support + upcoming changes to ax.automargin in plotly.js plotly.js#6193, + #3749 + +- changes from version 5.8.2: + * Fixed + + Fixed a syntax error that caused rendering issues in Databricks + notebooks and likely elsewhere. #3763 with thanks to @fwetdb + +- changes from version 5.8.1: + * (no changes, due to a mixup with the build process!) + ------------------------------------------------------------------- Tue May 31 03:06:21 UTC 2022 - Arun Persaud diff --git a/python-plotly.spec b/python-plotly.spec index d574a34..f6b3a87 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-plotly -Version: 5.8.0 +Version: 5.10.0 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT