forked from pool/python-bokeh
Accepting request 1133619 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1133619 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=45
This commit is contained in:
commit
513d7c496c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29a2b0c53a90538e686130092ddad7f87982366f19420ec8dbcab2fcc87492b3
|
||||
size 43020599
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdbe268f842c139ba8fa0fb43c0c55c172c8215ec5a69a2629482c63c9d4039c
|
||||
size 6235439
|
BIN
bokeh-3.3.2-gh.tar.gz
(Stored with Git LFS)
Normal file
BIN
bokeh-3.3.2-gh.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
bokeh-3.3.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
bokeh-3.3.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
bokeh-sampledata.tar.xz
(Stored with Git LFS)
BIN
bokeh-sampledata.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 14:10:47 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 3.3.2:
|
||||
* [BUG] BoxAnnotation don't show up if not all lrbt-bounds are
|
||||
set [gh#bokeh/bokeh#13432].
|
||||
- Delete a bunch of 0 sized files.
|
||||
- Re-create bokeh-sampledata.tar.xz.
|
||||
- Disable a couple more tests:
|
||||
* test_vermin: vermin not packaged for openSUSE.
|
||||
* test__use_provided_session_header_autoload: network use.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 13:09:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.3.1:
|
||||
* [BUG] Spinner in float mode with int step will increment to int
|
||||
* [BUG] Incorrectly formatted ticks with %f format when time is
|
||||
older than the Epoch
|
||||
* [BUG] Running the docs' "Specialized Axis Ticking" example
|
||||
fails due to Node compilation error
|
||||
* [component: bokehjs] [BUG] Issue with adding DataTable to a
|
||||
new tab from a callback
|
||||
* [component: docs] Empty bullet points above collapsible blocks
|
||||
in documentation
|
||||
* [component: bokehjs] Updating button icon does
|
||||
not work on the first click[BUG]
|
||||
* [component: bokehjs] p.rect and possible others
|
||||
in combination with factor_cmap no longer handles NaN values
|
||||
* [component: bokehjs] [BUG] HoverTools not
|
||||
correctly located in Notebook
|
||||
* [BUG] daylight_warsaw_2013 emits a warning
|
||||
* 13452 [component: bokehjs] [BUG] ImageStack hover
|
||||
tooltip shows incorrect numbers
|
||||
* [component: bokehjs] RangeTool not working in Jupyter notebook
|
||||
* [component: bokehjs] [BUG] DateRangePicker
|
||||
selects individual dates by default
|
||||
* [component: bokehjs] [BUG] {v,h}strip not
|
||||
showing when values are large and width/height is small on
|
||||
WebGL
|
||||
* Convert value of `BOKEH_DEFAULT_SERVER_PORT` to `int`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 13 02:12:58 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-bokeh
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
@ -29,7 +29,7 @@
|
||||
%bcond_with testexamples
|
||||
|
||||
Name: python-bokeh%{psuffix}
|
||||
Version: 3.3.0
|
||||
Version: 3.3.2
|
||||
Release: 0
|
||||
Summary: Statistical interactive HTML plots for Python
|
||||
License: BSD-3-Clause
|
||||
@ -95,6 +95,7 @@ BuildRequires: %{python_module requests >= 1.2.3}
|
||||
BuildRequires: %{python_module requests-unixsocket}
|
||||
BuildRequires: %{python_module scikit-learn}
|
||||
BuildRequires: %{python_module selenium}
|
||||
BuildRequires: %{python_module toml}
|
||||
BuildRequires: %{python_module tornado}
|
||||
BuildRequires: npm
|
||||
%endif
|
||||
@ -124,7 +125,8 @@ with interactivity over large or streaming datasets.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%python_clone -a %{buildroot}%{_bindir}/bokeh
|
||||
|
||||
# Remove hidden files for git repos
|
||||
%python_expand find %{buildroot}%{$python_sitelib}/typings -name __init__.pyi -size 0 -delete
|
||||
|
||||
%endif
|
||||
|
||||
%if %{with test}
|
||||
@ -168,6 +170,10 @@ deselectname+=" or Test_webdriver_control"
|
||||
# fails when tested with pytest-xdist
|
||||
deselectname+=" or (TestModelCls and test_get_class)"
|
||||
deselectname+=" or test_external_js_and_css_resource_ordering"
|
||||
# No vermin pkg for openSUSE
|
||||
deselectname+=" or test_vermin"
|
||||
# network
|
||||
deselectname+=" or test__use_provided_session_header_autoload"
|
||||
# for finding the sampledata (packaged in Source99)
|
||||
export HOME=$PWD
|
||||
export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
|
||||
@ -187,6 +193,7 @@ export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
|
||||
%python_alternative %{_bindir}/bokeh
|
||||
%{python_sitelib}/bokeh/
|
||||
%{python_sitelib}/bokeh-%{version}*-info
|
||||
%{python_sitelib}/typings/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user