From 020a973511597cec2bfeb274df91fb3f511adebbc45818fa1e44a60f105de8f6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 9 Oct 2017 17:46:53 +0000 Subject: [PATCH] Accepting request 532612 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/532612 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=2 --- plotly-2.0.14.tar.gz | 3 --- plotly-2.0.16.tar.gz | 3 +++ python-plotly.changes | 15 +++++++++++++++ python-plotly.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 plotly-2.0.14.tar.gz create mode 100644 plotly-2.0.16.tar.gz diff --git a/plotly-2.0.14.tar.gz b/plotly-2.0.14.tar.gz deleted file mode 100644 index 407ff59..0000000 --- a/plotly-2.0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cec2dab417ae0e1ca1bcabc2e95c9c58b75538b3b7056cf7e6e921ad614a1d0d -size 1030989 diff --git a/plotly-2.0.16.tar.gz b/plotly-2.0.16.tar.gz new file mode 100644 index 0000000..9306d6e --- /dev/null +++ b/plotly-2.0.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88db14a8a42bc92d0d5d7e411659e5497376c572f40e8e681280199f0d41a540 +size 1047366 diff --git a/python-plotly.changes b/python-plotly.changes index 743d440..61c2b11 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Oct 7 03:43:33 UTC 2017 - arun@gmx.de + +- update to version 2.0.16: + * Updated plotly.min.js to version 1.31.0 for plotly.offline. + See the plotly.js CHANGELOG for additional information regarding the updates. + +------------------------------------------------------------------- +Tue Oct 3 01:20:15 UTC 2017 - arun@gmx.de + +- update to version 2.0.15: + * Updated plotly.min.js to version 1.30.0 for plotly.offline. + + See the plotly.js CHANGELOG for additional information regarding + the updates. + ------------------------------------------------------------------- Thu Aug 17 15:06:34 UTC 2017 - toddrme2178@gmail.com diff --git a/python-plotly.spec b/python-plotly.spec index ad5298a..0b5c506 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -18,15 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plotly -Version: 2.0.14 +Version: 2.0.16 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT Group: Development/Languages/Python Url: https://plot.ly/api/python Source: https://files.pythonhosted.org/packages/source/p/plotly/plotly-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module decorator >= 4.0.6} +BuildRequires: %{python_module devel} BuildRequires: %{python_module jupyter_nbformat >= 4.2} BuildRequires: %{python_module pytz} BuildRequires: %{python_module requests}