Accepting request 663222 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/663222 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=10
This commit is contained in:
parent
8da22ef98c
commit
08fa982b79
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c030598d55115c714af4f843403370b9138a15834835a48bd1fcfd905fd2c1f
|
|
||||||
size 16211501
|
|
3
bokeh-1.0.3.tar.gz
Normal file
3
bokeh-1.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a33059de797cd8662d6b5a999cfba32d8bbd6efe64b33878d0ad8852c890fe8
|
||||||
|
size 16305151
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 6 22:32:28 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update copyright year
|
||||||
|
|
||||||
|
- update to version 1.0.3:
|
||||||
|
* bugfixes:
|
||||||
|
+ #7118 [component: bokehjs] Unable to update arrow
|
||||||
|
+ #8401 [API: models] Incorrect image import from bokeh.models
|
||||||
|
+ #8493 [component: bokehjs] Polydrawtool shows vertices even when
|
||||||
|
not active
|
||||||
|
* features:
|
||||||
|
+ #2828 [component: bokehjs] [widgets] Multi-line textinput box?
|
||||||
|
+ #7762 [component: bokehjs] Copy & paste from datatable
|
||||||
|
+ #8444 [component: bokehjs] Feature request: expose sort_columns
|
||||||
|
in js datatable object
|
||||||
|
+ #8502 Support environment variable in addition to
|
||||||
|
--allow-websocket-origin
|
||||||
|
* tasks:
|
||||||
|
+ #8372 Extended bad_column_name error
|
||||||
|
+ #8379 [component: examples] Export csv example more useful if
|
||||||
|
you don't have to hard code headers in download.js
|
||||||
|
+ #8383 [component: tests] Attempt to enable downstream tests for
|
||||||
|
holoviews
|
||||||
|
+ #8384 [component: bokehjs] Feature: add plot's root id to dom so
|
||||||
|
to allow api access to the object
|
||||||
|
+ #8472 Boilerplates for bokeh/models
|
||||||
|
+ #8476 [component: bokehjs] [typescript] Upgrade to typescript
|
||||||
|
3.2
|
||||||
|
+ #8481 [component: docs] Doc: remove extra "to execute" from
|
||||||
|
embed
|
||||||
|
+ #8485 Update sampledata bucket url
|
||||||
|
+ #8491 [component: docs] Typo in range_tool example
|
||||||
|
+ #8495 [component: tests] Document licenses of included projects
|
||||||
|
+ #8506 Boilerplate for bokeh/plotting directory
|
||||||
|
+ #8514 Boilerplate for protocol
|
||||||
|
+ #8517 Boilerplate for bokeh/server
|
||||||
|
+ #8523 Property getter for model.id
|
||||||
|
+ #8528 [component: docs] Release notes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 1 18:42:28 UTC 2018 - Arun Persaud <arun@gmx.de>
|
Sat Dec 1 18:42:28 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-bokeh
|
# spec file for package python-bokeh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.2
|
Version: 1.0.3
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user