Accepting request 747016 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/747016 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=14
This commit is contained in:
parent
f47cc60ed0
commit
932438ad7e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f0cd50a8bad5acadfc95af367820da8ed3e1569d83ef13bb218cc4259dcf219
|
||||
size 4869619
|
3
plotly-4.2.1.tar.gz
Normal file
3
plotly-4.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6650ddb4da3aa94dcaa32e0779e611c6b17f371b5250ffdbf5ece6d66ba4483b
|
||||
size 5011519
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 9 15:07:23 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 4.2.1:
|
||||
* Fixed
|
||||
+ Fixed regression in 4.2.0 that caused all figure factories to
|
||||
require that scikit-image be installed (#1832)
|
||||
|
||||
- changes from version 4.2.0:
|
||||
* Updated
|
||||
+ Updated Plotly.js to version 1.50.1. See the plotly.js CHANGELOG
|
||||
for more information
|
||||
* Added
|
||||
+ Added treemap trace type (plotly.js#4185, plotly.js#4219,
|
||||
plotly.js#4227, plotly.js#4242)
|
||||
+ Added add_*/select_*/for_each_*/update_* convenience figure
|
||||
methods for annotations, shapes, and images (#1817)
|
||||
+ Added overwrite kwarg to update* figure methods to fully replace
|
||||
property values, rather than update them recursively (#1726)
|
||||
+ Added texttemplate attribute to all traces that support on-graph
|
||||
text (plotly.js#4071, plotly.js#4179)
|
||||
+ Added date custom formatting in hovertemplate and texttemplate
|
||||
e.g. '%{x|%b %-d, %Y}' (plotly.js#4071)
|
||||
+ Added transition support to bar trace length, width, on-graph
|
||||
text positioning, marker style and error bars (plotly.js#4180,
|
||||
plotly.js#4186)
|
||||
+ Added support for legend scrolling via touch interactions
|
||||
(plotly.js#3873, plotly.js#4214)
|
||||
* Fixed
|
||||
+ Fixed iframe renderer on Python 2 (#1822)
|
||||
+ Fixed use of merged templates in plotly.express (#1819)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 16:30:21 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -18,11 +18,10 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-plotly
|
||||
Version: 4.1.1
|
||||
Version: 4.2.1
|
||||
Release: 0
|
||||
Summary: Library for collaborative, interactive, publication-quality graphs
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/plotly/plotly.py
|
||||
Source: https://files.pythonhosted.org/packages/source/p/plotly/plotly-%{version}.tar.gz
|
||||
Source100: python-plotly-rpmlintrc
|
||||
@ -60,7 +59,6 @@ always accessible from the graph.
|
||||
|
||||
%package jupyter
|
||||
Summary: Jupyter notebook integration for %{name}
|
||||
Group: Development/Languages/Python
|
||||
Requires: %{name} = %{version}
|
||||
Requires: jupyter-plotly = %{version}
|
||||
Requires: python-ipython
|
||||
@ -84,7 +82,6 @@ This package provides Jupyter Notebook integration and widgets.
|
||||
|
||||
%package -n jupyter-plotly
|
||||
Summary: Jupyter notebook integration for %{name}
|
||||
Group: Development/Languages/Python
|
||||
Requires: jupyter-ipython
|
||||
Requires: jupyter-ipywidgets
|
||||
Requires: jupyter-nbformat >= 4.2
|
||||
@ -110,7 +107,7 @@ This package provides Jupyter Notebook integration and widgets.
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%{jupyter_move_config}
|
||||
%jupyter_move_config
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%fdupes %{buildroot}%{jupyter_prefix}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user