From 006f5c2387d63b48bbecd005fada33b43ad41ae16c6a6bbcb6754bca13c5e324 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 14 Feb 2018 08:45:15 +0000 Subject: [PATCH] Accepting request 575270 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/575270 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=7 --- plotly-2.2.3.tar.gz | 3 --- plotly-2.3.0.tar.gz | 3 +++ python-plotly.changes | 17 +++++++++++++++++ python-plotly.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 plotly-2.2.3.tar.gz create mode 100644 plotly-2.3.0.tar.gz diff --git a/plotly-2.2.3.tar.gz b/plotly-2.2.3.tar.gz deleted file mode 100644 index 488353b..0000000 --- a/plotly-2.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dadd2263f1c0449b248fd3742a077d9594935921a9597529be76d6a841237ab0 -size 1082575 diff --git a/plotly-2.3.0.tar.gz b/plotly-2.3.0.tar.gz new file mode 100644 index 0000000..3c21769 --- /dev/null +++ b/plotly-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e72273699108f215886ab961dbf0890904d39583be39eabcd0788bc7ccf695 +size 1111278 diff --git a/python-plotly.changes b/python-plotly.changes index a1da1d1..d0d4258 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Feb 10 17:30:26 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 2.3.0: + * Fixed + + Merged pull request that fixes GraphWidget for IPython > v6 + * Updated + + Updated plotly.min.js to version 1.33.1. + o New plot types include a violin trace type. + o New features include completely rewritten scattergl using regl + and a completely rewritten polar chart renderer. + o See the plotly.js CHANGELOG for additional information regarding + the updates. + ------------------------------------------------------------------- Wed Dec 6 02:56:26 UTC 2017 - arun@gmx.de diff --git a/python-plotly.spec b/python-plotly.spec index 4ab19e4..2d28884 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -1,7 +1,7 @@ # # spec file for package python-plotly # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plotly -Version: 2.2.3 +Version: 2.3.0 Release: 0 Summary: Library for collaborative, interactive, publication-quality graphs License: MIT