From 0df5accb826a752d478eb8294680ced801eb85de54034ead24f9504afe7eb9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 25 Aug 2020 19:57:41 +0000 Subject: [PATCH] Accepting request 829622 from home:badshah400:branches:devel:languages:python:numeric * Update to version 2.2.0. * Add Requires: python-selenium, required for image I/O functions; add to BuildRequires when testing is enabled (doesn't currently work because needs data from the internet). OBS-URL: https://build.opensuse.org/request/show/829622 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=30 --- bokeh-2.1.1.tar.gz | 3 --- bokeh-2.2.0.tar.gz | 3 +++ python-bokeh.changes | 32 ++++++++++++++++++++++++++++++++ python-bokeh.spec | 6 ++++-- 4 files changed, 39 insertions(+), 5 deletions(-) delete mode 100644 bokeh-2.1.1.tar.gz create mode 100644 bokeh-2.2.0.tar.gz diff --git a/bokeh-2.1.1.tar.gz b/bokeh-2.1.1.tar.gz deleted file mode 100644 index 5d32a21..0000000 --- a/bokeh-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dfabf228f55676b88acc464f416e2b13ee06470a8ad1dd3e609bb789425fbad -size 19275547 diff --git a/bokeh-2.2.0.tar.gz b/bokeh-2.2.0.tar.gz new file mode 100644 index 0000000..fc6cc4b --- /dev/null +++ b/bokeh-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d790551db111a2cb43804987bc4da5d5d83124790c30ee4e9e88d4520325e13e +size 8843291 diff --git a/python-bokeh.changes b/python-bokeh.changes index cc01092..1668c43 100644 --- a/python-bokeh.changes +++ b/python-bokeh.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Aug 25 19:27:08 UTC 2020 - Atri Bhattacharya + +- Update to version 2.2.0: + * Features: + - gh#bokeh/bokeh#3653: [component: server] Use a different + error for "can't open socket" vs "404". + - gh#bokeh/bokeh#6864: [component: bokehjs] DataTable autoEdit + expose. + - gh#bokeh/bokeh#8595: [component: bokehjs] [Feature request] + Allow DataTable to take its natural height. + - gh#bokeh/bokeh#8924: [component: bokehjs] Allow to derive + ColorBar's low/high from data. + - gh#bokeh/bokeh#9169: [FEATURE] SVG export for gridplot. + - gh#bokeh/bokeh#9654: [FEATURE] Iterate over submodels of a + model and draw submodel graph. + - gh#bokeh/bokeh#9956: [component: bokehjs] [FEATURE] + varea_stack support in bokehjs. + - gh#bokeh/bokeh#10179: [component: bokehjs] [FEATURE] Allow + any number in spinner using step=None. + - gh#bokeh/bokeh#10265: [FEATURE] Add a DocumentReady event. + - gh#bokeh/bokeh#10374: [FEATURE] Allow defining custom format + for NaNs in DataTable NumberFormatter. + - gh#bokeh/bokeh#10066: [component: bokehjs] Add support for + copying canvas to clipboard. + - gh#bokeh/bokeh#10353: Enhancements for DataTable. + * Bug fixes and tasks: Too many to list, see + . +- Add Requires: python-selenium, required for image I/O functions; + add to BuildRequires when testing is enabled (doesn't currently + work because needs data from the internet). + ------------------------------------------------------------------- Wed Jun 24 02:00:53 UTC 2020 - Todd R diff --git a/python-bokeh.spec b/python-bokeh.spec index 6ac2b91..e3d0fe1 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -17,14 +17,14 @@ # Tests fail due to missing git data, -# and building the JS from source doesn't work (tested as of version 2.0.2) +# and building the JS from source doesn't work (tested as of version 2.2.0) %bcond_with tests # PACKAGE NO LONGER SUPPORTS PYTHON2 %define skip_python2 1 Name: python-bokeh -Version: 2.1.1 +Version: 2.2.0 Release: 0 Summary: Statistical interactive HTML plots for Python License: BSD-3-Clause @@ -42,6 +42,7 @@ BuildRequires: %{python_module PyYAML >= 3.10} BuildRequires: %{python_module numpy >= 1.11.3} BuildRequires: %{python_module packaging >= 16.8} BuildRequires: %{python_module python-dateutil >= 2.1} +BuildRequires: %{python_module selenium} BuildRequires: %{python_module tornado >= 5} BuildRequires: %{python_module typing_extensions >= 3.7.4} %endif @@ -53,6 +54,7 @@ Requires: python-PyYAML >= 3.10 Requires: python-numpy >= 1.11.3 Requires: python-packaging >= 16.8 Requires: python-python-dateutil >= 2.1 +Requires: python-selenium Requires: python-tornado >= 5 Requires: python-typing_extensions >= 3.7.4 Requires(post): update-alternatives