From 90ab1536e528de6d36d4efeb19b96204c8ee9ab9dedfd94043599b52b0f74779 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 26 Jul 2019 18:10:49 +0000 Subject: [PATCH] Accepting request 718987 from home:TheBlackCat:branches:devel:languages:python:numeric - Update to version 1.3.0 + bugfixes: * [component: bokehjs] [widgets] Bokeh datepicker value format inconsistent * [component: server] Bokeh charts load very slow with uncaught typeerror: in browser console * [component: bokehjs] [widgets] Rangeslider stuck when modified by pressing the keyboard arrows * [component: server] [bug] error in the bokeh --serve documentation * [component: bokehjs] [widgets] [bug] datatable copy-paste doesn't work with 0s present in a row * [component: bokehjs] [widgets] [bug] datatable copy-paste doesn't keep the order of rows after sorting * [component: bokehjs] [widgets] [bug] datepicker displayed value is not updating * [component: bokehjs] [performance] Inspection indices' filtering is very slow * [component: bokehjs] [widgets] [bug] "cannot read property 'style' of null" javascript error when moving slider * [component: bokehjs] [bug] typeerror after replacing tools on a toolbar * [component: bokehjs] [bug] incompatible definitions of `vbar.width` in bokeh and bokehjs * [component: docs] [bug] development guide missing `test` argument for conda install and pytest install failure on windows * [component: server] [bug] double slash before prefix in autoreload.js * Update docker to work with new conda and bokeh + features: * [component: bokehjs] [widgets] File open dialog * [API: models] [widgets] [feature request] option to collapse datatable rows * [component: bokehjs] Make a bokeh textinput callback responsive as text is typed * [component: bokehjs] Add hover support for patch, harea, and varea * [component: bokehjs] [feature] implement hover anchor on more glyphs * Let source.data accept dataframe + tasks: * [component: examples] Geojsondatasource not bringing in all attributes * [component: docs] [component: server] Document signed session usage * [component: docs] Texturerepetition missing from docs and `all` * [component: tests] Don't call show in tests * [component: bokehjs] [component: build] Bump nwmatcher from 1.4.3 to 1.4.4 in /bokehjs * [component: docs] Docs typo * [component: docs] Documentation: duplicate $name description * [component: docs] Fixed analysis * [component: build] [task] add downstream tests for pandas-bokeh * [component: build] Upload to s3 cdn in parallel * [component: docs] [docs] developer notes rendered in live docs * [component: docs] Typo/misspelling on mapping geo data page[bug] * [component: build] Fix yamlloadwarning in deps.py * Color regex needs raw string * Use sampledata.bokeh.org cdn * [component: docs] [docs] update links to bokehplots.com, gitter and mailing-list * [component: build] Exclude landing-2.0 issues from changelog for now * [component: bokehjs] [widgets] [feature] extend fileinput to return filename and make output clearer * [component: docs] Docs: update documentation urls in readme * [component: tests] Update dask test location * [component: build] [component: docs] Remove dev build installation instructions OBS-URL: https://build.opensuse.org/request/show/718987 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=18 --- bokeh-1.2.0.tar.gz | 3 --- bokeh-1.3.0.tar.gz | 3 +++ python-bokeh.changes | 49 ++++++++++++++++++++++++++++++++++++++++++++ python-bokeh.spec | 7 ++++++- 4 files changed, 58 insertions(+), 4 deletions(-) delete mode 100644 bokeh-1.2.0.tar.gz create mode 100644 bokeh-1.3.0.tar.gz diff --git a/bokeh-1.2.0.tar.gz b/bokeh-1.2.0.tar.gz deleted file mode 100644 index 34d5cd1..0000000 --- a/bokeh-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d45d797b5b3f5bb688eb636fb0430b0d57af232abd8ddc07ddba922c1ef0c3ae -size 17551714 diff --git a/bokeh-1.3.0.tar.gz b/bokeh-1.3.0.tar.gz new file mode 100644 index 0000000..6d8879d --- /dev/null +++ b/bokeh-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3b6942f57037d3dc3f2c8c2757ae4d109e829725d605023c5c9dfbe80f7edc +size 17838223 diff --git a/python-bokeh.changes b/python-bokeh.changes index 29fcfe6..a0761c3 100644 --- a/python-bokeh.changes +++ b/python-bokeh.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Fri Jul 26 16:53:11 UTC 2019 - Todd R + +- Update to version 1.3.0 + + bugfixes: + * [component: bokehjs] [widgets] Bokeh datepicker value format inconsistent + * [component: server] Bokeh charts load very slow with uncaught typeerror: in browser console + * [component: bokehjs] [widgets] Rangeslider stuck when modified by pressing the keyboard arrows + * [component: server] [bug] error in the bokeh --serve documentation + * [component: bokehjs] [widgets] [bug] datatable copy-paste doesn't work with 0s present in a row + * [component: bokehjs] [widgets] [bug] datatable copy-paste doesn't keep the order of rows after sorting + * [component: bokehjs] [widgets] [bug] datepicker displayed value is not updating + * [component: bokehjs] [performance] Inspection indices' filtering is very slow + * [component: bokehjs] [widgets] [bug] "cannot read property 'style' of null" javascript error when moving slider + * [component: bokehjs] [bug] typeerror after replacing tools on a toolbar + * [component: bokehjs] [bug] incompatible definitions of `vbar.width` in bokeh and bokehjs + * [component: docs] [bug] development guide missing `test` argument for conda install and pytest install failure on windows + * [component: server] [bug] double slash before prefix in autoreload.js + * Update docker to work with new conda and bokeh + + features: + * [component: bokehjs] [widgets] File open dialog + * [API: models] [widgets] [feature request] option to collapse datatable rows + * [component: bokehjs] Make a bokeh textinput callback responsive as text is typed + * [component: bokehjs] Add hover support for patch, harea, and varea + * [component: bokehjs] [feature] implement hover anchor on more glyphs + * Let source.data accept dataframe + + tasks: + * [component: examples] Geojsondatasource not bringing in all attributes + * [component: docs] [component: server] Document signed session usage + * [component: docs] Texturerepetition missing from docs and `all` + * [component: tests] Don't call show in tests + * [component: bokehjs] [component: build] Bump nwmatcher from 1.4.3 to 1.4.4 in /bokehjs + * [component: docs] Docs typo + * [component: docs] Documentation: duplicate $name description + * [component: docs] Fixed analysis + * [component: build] [task] add downstream tests for pandas-bokeh + * [component: build] Upload to s3 cdn in parallel + * [component: docs] [docs] developer notes rendered in live docs + * [component: docs] Typo/misspelling on mapping geo data page[bug] + * [component: build] Fix yamlloadwarning in deps.py + * Color regex needs raw string + * Use sampledata.bokeh.org cdn + * [component: docs] [docs] update links to bokehplots.com, gitter and mailing-list + * [component: build] Exclude landing-2.0 issues from changelog for now + * [component: bokehjs] [widgets] [feature] extend fileinput to return filename and make output clearer + * [component: docs] Docs: update documentation urls in readme + * [component: tests] Update dask test location + * [component: build] [component: docs] Remove dev build installation instructions + ------------------------------------------------------------------- Tue May 28 20:36:44 UTC 2019 - Todd R diff --git a/python-bokeh.spec b/python-bokeh.spec index 05bc00c..8e85e9d 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -20,7 +20,7 @@ # Tests fail due to missing git data %bcond_with tests Name: python-bokeh -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Statistical interactive HTML plots for Python License: BSD-3-Clause @@ -86,6 +86,10 @@ with interactivity over large or streaming datasets. %prep %setup -q -n bokeh-%{version} +sed -i 's/\r$//' examples/app/apply_theme.py +sed -i 's/\r$//' examples/reference/models/Dash.py +sed -i 's/\r$//' examples/app/apply_theme.py +sed -i 's/\r$//' examples/reference/models/Dash.py %build %python_build @@ -101,6 +105,7 @@ with interactivity over large or streaming datasets. %python_expand cp -r examples %{buildroot}%{_docdir}/%{$python_prefix}-bokeh/ %python_expand rm -rf examples %{buildroot}%{_docdir}/%{$python_prefix}-bokeh/examples/*/.ipynb_checkpoints %python_expand rm -rf examples %{buildroot}%{_docdir}/%{$python_prefix}-bokeh/examples/*/*/.ipynb_checkpoints +%python_expand %fdupes %{buildroot}%{_docdir}/%{$python_prefix}-bokeh/ # Remove test and script files %python_expand rm -rf %{buildroot}%{$python_sitelib}/scripts/