Accepting request 729679 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/729679 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=14
This commit is contained in:
commit
7f81ad8ff8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9333f28feacaa0751df04cccfb266463bf5029dcb106d3f81d7af5942fd3d998
|
|
||||||
size 4853732
|
|
3
plotly-4.1.1.tar.gz
Normal file
3
plotly-4.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f0cd50a8bad5acadfc95af367820da8ed3e1569d83ef13bb218cc4259dcf219
|
||||||
|
size 4869619
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 7 16:30:21 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* removed devel from noarch
|
||||||
|
|
||||||
|
- update to version 4.1.1:
|
||||||
|
* Updated
|
||||||
|
+ Updated Plotly.js to version 1.49.4. See the plotly.js CHANGELOG
|
||||||
|
for more information
|
||||||
|
+ The width of a figure produced by the create_gantt figure
|
||||||
|
factory now resizes responsively (#1724)
|
||||||
|
* Fixed
|
||||||
|
+ The name of the steps property of graph_objects.indicator.Guage
|
||||||
|
has been renamed from stepss to steps
|
||||||
|
+ Avoid crash in iframe renderers when running outside iPython
|
||||||
|
(#1723)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 16 16:17:42 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Fri Aug 16 16:17:42 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -18,16 +18,15 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-plotly
|
Name: python-plotly
|
||||||
Version: 4.1.0
|
Version: 4.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for collaborative, interactive, publication-quality graphs
|
Summary: Library for collaborative, interactive, publication-quality graphs
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/plotly/plotly.py
|
URL: https://github.com/plotly/plotly.py
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/plotly/plotly-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/plotly/plotly-%{version}.tar.gz
|
||||||
Source100: python-plotly-rpmlintrc
|
Source100: python-plotly-rpmlintrc
|
||||||
BuildRequires: %{python_module decorator >= 4.0.6}
|
BuildRequires: %{python_module decorator >= 4.0.6}
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module ipython}
|
BuildRequires: %{python_module ipython}
|
||||||
BuildRequires: %{python_module ipywidgets}
|
BuildRequires: %{python_module ipywidgets}
|
||||||
BuildRequires: %{python_module nbformat >= 4.2}
|
BuildRequires: %{python_module nbformat >= 4.2}
|
||||||
@ -35,8 +34,8 @@ BuildRequires: %{python_module notebook}
|
|||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module retrying >= 1.3.3}
|
BuildRequires: %{python_module retrying >= 1.3.3}
|
||||||
BuildRequires: %{python_module six}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-decorator >= 4.0.6
|
Requires: python-decorator >= 4.0.6
|
||||||
@ -111,7 +110,7 @@ This package provides Jupyter Notebook integration and widgets.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%jupyter_move_config
|
%{jupyter_move_config}
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%fdupes %{buildroot}%{jupyter_prefix}
|
%fdupes %{buildroot}%{jupyter_prefix}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user