Accepting request 645931 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/645931 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=11
This commit is contained in:
commit
ad55495ba0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:16aa635ce85ce89197eb78c19098f9729ee8b2b869c940dfda2ceb51b81c2fc0
|
|
||||||
size 16128169
|
|
3
bokeh-1.0.1.tar.gz
Normal file
3
bokeh-1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43aa8b867f2db99c0cf3178149d2533e9e954a8355d6161381d0b8765c90db5e
|
||||||
|
size 16130213
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 1 06:40:31 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* removed devel from noarch
|
||||||
|
|
||||||
|
- update to version 1.0.1:
|
||||||
|
* bugfixes:
|
||||||
|
+ #4096 Bokeh server: color palette rgb is not recognized
|
||||||
|
+ #8356 [component: bokehjs] Datatable crashes layout if 'field'
|
||||||
|
is key in columndatasource data
|
||||||
|
+ #8362 Combination of "export_png()" and "show()" causes error
|
||||||
|
+ #8374 [regression] Garbage collection of export_png()
|
||||||
|
+ #8375 [component: bokehjs] Ellipse and datetime axis
|
||||||
|
+ #8388 [component: build] Release deploy updates package-lock
|
||||||
|
incorrectly
|
||||||
|
* tasks:
|
||||||
|
+ #8367 [component: server] Documentlifecyclehandler should catch
|
||||||
|
exception and clean up callbacks
|
||||||
|
+ #8369 [component: examples] Histogram example should take edges
|
||||||
|
as argument to make_plot
|
||||||
|
+ #8387 [component: docs] Bryanv/101 misc docs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 30 15:54:33 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
Tue Oct 30 15:54:33 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,7 +20,7 @@
|
|||||||
# Tests fail due to missing git data
|
# Tests fail due to missing git data
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: python-bokeh
|
Name: python-bokeh
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Statistical interactive HTML plots for Python
|
Summary: Statistical interactive HTML plots for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -30,7 +30,6 @@ Source: https://files.pythonhosted.org/packages/source/b/bokeh/bokeh-%{v
|
|||||||
BuildRequires: %{python_module Jinja2 >= 2.7}
|
BuildRequires: %{python_module Jinja2 >= 2.7}
|
||||||
BuildRequires: %{python_module Pillow >= 4.0}
|
BuildRequires: %{python_module Pillow >= 4.0}
|
||||||
BuildRequires: %{python_module PyYAML >= 3.10}
|
BuildRequires: %{python_module PyYAML >= 3.10}
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module jupyter_ipython}
|
BuildRequires: %{python_module jupyter_ipython}
|
||||||
BuildRequires: %{python_module numpy >= 1.7.1}
|
BuildRequires: %{python_module numpy >= 1.7.1}
|
||||||
BuildRequires: %{python_module packaging >= 16.8}
|
BuildRequires: %{python_module packaging >= 16.8}
|
||||||
@ -44,6 +43,22 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-futures >= 3.0.3
|
BuildRequires: python-futures >= 3.0.3
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildConflicts: python-buildservice-tweak
|
BuildConflicts: python-buildservice-tweak
|
||||||
|
Requires: python-Jinja2 >= 2.7
|
||||||
|
Requires: python-Pillow >= 4.0
|
||||||
|
Requires: python-PyYAML >= 3.10
|
||||||
|
Requires: python-numpy >= 1.7.1
|
||||||
|
Requires: python-packaging >= 16.8
|
||||||
|
Requires: python-python-dateutil >= 2.1
|
||||||
|
Requires: python-requests >= 1.2.3
|
||||||
|
Requires: python-six >= 1.5.2
|
||||||
|
Requires: python-tornado >= 4.3
|
||||||
|
Requires(post): update-alternatives
|
||||||
|
Requires(preun): update-alternatives
|
||||||
|
Recommends: python-icalendar
|
||||||
|
Recommends: python-networkx
|
||||||
|
Recommends: python-pscript
|
||||||
|
Recommends: python-vincent
|
||||||
|
BuildArch: noarch
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: %{python_module beautifulsoup4}
|
BuildRequires: %{python_module beautifulsoup4}
|
||||||
BuildRequires: %{python_module boto}
|
BuildRequires: %{python_module boto}
|
||||||
@ -58,26 +73,9 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module selenium}
|
BuildRequires: %{python_module selenium}
|
||||||
BuildRequires: chromedriver
|
BuildRequires: chromedriver
|
||||||
%endif
|
%endif
|
||||||
Requires: python-Jinja2 >= 2.7
|
|
||||||
Requires: python-Pillow >= 4.0
|
|
||||||
Requires: python-PyYAML >= 3.10
|
|
||||||
Requires: python-numpy >= 1.7.1
|
|
||||||
Requires: python-packaging >= 16.8
|
|
||||||
Requires: python-python-dateutil >= 2.1
|
|
||||||
Requires: python-requests >= 1.2.3
|
|
||||||
Requires: python-six >= 1.5.2
|
|
||||||
Requires: python-tornado >= 4.3
|
|
||||||
Recommends: python-icalendar
|
|
||||||
Recommends: python-networkx
|
|
||||||
Recommends: python-pscript
|
|
||||||
Recommends: python-vincent
|
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Requires: python-futures >= 3.0.3
|
Requires: python-futures >= 3.0.3
|
||||||
%endif
|
%endif
|
||||||
Requires(post): update-alternatives
|
|
||||||
Requires(preun): update-alternatives
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user