Accepting request 1230615 from devel:languages:python:numeric
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1230615 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=52
This commit is contained in:
13
CHANGELOG
13
CHANGELOG
@@ -1,3 +1,16 @@
|
||||
2024-12-03 3.6.2:
|
||||
--------------------
|
||||
* bugfixes:
|
||||
- #14082 [BUG] p.circle(..) can't be added as renderer to PointDrawTool since 3.6
|
||||
- #14153 [component: bokehjs] `ScaleBar` positioning doesn't work correctly
|
||||
- #14160 [component: docs] Search box on start page has no surrounding line
|
||||
- #14168 [component: bokehjs] [BUG] using add_tile to add multiple layers causes error on JScript side
|
||||
|
||||
* tasks:
|
||||
- #14088 [component: docs] [BUG] Missing radius parameter in code example
|
||||
- #14086 Update links to sponsor page
|
||||
- #14155 Backports for 3.6.2
|
||||
|
||||
2024-11-06 3.6.1:
|
||||
--------------------
|
||||
* bugfixes:
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb1dd296c05a88eafaa176b88af7ecef55741279858f911c970e8ed55f5bae92
|
||||
size 45544139
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04d3fb5fac871423f38e4535838164cd90c3d32e707bcb74c8bf991ed28878fc
|
||||
size 6246963
|
3
bokeh-3.6.2-gh.tar.gz
Normal file
3
bokeh-3.6.2-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62c84e66254e21e6653a0e76d5cc9ef68f9a75a36de979cbba2f3982a65301f6
|
||||
size 45624298
|
3
bokeh-3.6.2.tar.gz
Normal file
3
bokeh-3.6.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f3043d9ecb3d5dc2e8c0ebf8ad55727617188d4e534f3e7208b36357e352396
|
||||
size 6247610
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 14:52:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.6.2:
|
||||
* #14082 [BUG] p.circle(..) can't be added as renderer to
|
||||
PointDrawTool since 3.6
|
||||
* #14153 [component: bokehjs] `ScaleBar` positioning
|
||||
doesn't work correctly
|
||||
* #14160 [component: docs] Search box on start page has
|
||||
no surrounding line
|
||||
* #14168 [component: bokehjs] [BUG] using add_tile to add
|
||||
multiple layers causes error on JScript side
|
||||
* #14088 [component: docs] [BUG] Missing radius parameter
|
||||
in code example
|
||||
* #14086 Update links to sponsor page
|
||||
* #14155 Backports for 3.6.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 16:37:34 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
@@ -34,7 +51,7 @@ Wed Nov 27 16:37:34 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
* #13984 [component: tests] [BUG] Deprecation warning treated as
|
||||
error in pytest hook
|
||||
* #14014 [component: bokehjs] [BUG] StringFormatter `nan_format`
|
||||
seems broken
|
||||
seems broken
|
||||
* #14054 [component: bokehjs] [BUG] Custom hover tooltip on image
|
||||
plot shows all the image data.
|
||||
* #14058 [component: bokehjs] [BUG] Clearing selection with ESC
|
||||
@@ -72,7 +89,7 @@ Wed Nov 27 16:37:34 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
* #13835 [FEATURE] NumPy 2.0 support
|
||||
* #13960 [component: docs] Remove sampledata download in
|
||||
contributing guide
|
||||
* #13963 [FEATURE] Add a conda channel for rc releases
|
||||
* #13963 [FEATURE] Add a conda channel for rc releases
|
||||
* #13969 [component: bokehjs] [BUG] Plots fail in Firefox
|
||||
115.12.0esr (64-bit)
|
||||
* #13946 [component: build] Upgrade to TypeScript 5.5
|
||||
|
@@ -30,7 +30,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-bokeh%{psuffix}
|
||||
Version: 3.6.1
|
||||
Version: 3.6.2
|
||||
Release: 0
|
||||
Summary: Interactive plots and applications in the browser from Python
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user