Accepting request 718988 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/718988 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=17
This commit is contained in:
commit
451a90c5ef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d45d797b5b3f5bb688eb636fb0430b0d57af232abd8ddc07ddba922c1ef0c3ae
|
||||
size 17551714
|
3
bokeh-1.3.0.tar.gz
Normal file
3
bokeh-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb3b6942f57037d3dc3f2c8c2757ae4d109e829725d605023c5c9dfbe80f7edc
|
||||
size 17838223
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 26 16:53:11 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- 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 <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user