forked from pool/python-bokeh
Accepting request 1141956 from devel:languages:python:numeric
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1141956 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=46
This commit is contained in:
commit
2981b3d449
BIN
bokeh-3.3.2-gh.tar.gz
(Stored with Git LFS)
BIN
bokeh-3.3.2-gh.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
bokeh-3.3.2.tar.gz
(Stored with Git LFS)
BIN
bokeh-3.3.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
bokeh-3.3.3-gh.tar.gz
Normal file
3
bokeh-3.3.3-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7439a6ff5e8d5d9f2036042b5e396ce27aa82c0cee2c2b04096094b3f375ff94
|
||||||
|
size 43327015
|
3
bokeh-3.3.3.tar.gz
Normal file
3
bokeh-3.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ece6f00263f2d2043a24eaf9db75a6f860efc8a1f96df663186fe3eb2692dd3
|
||||||
|
size 6243908
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 20 12:27:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.3.3:
|
||||||
|
* [BUG] Updating span in figure does not update display
|
||||||
|
* [BUG] (Global)ImportedStyleSheet URL not being treated
|
||||||
|
correctly
|
||||||
|
* [BUG] AutocompleteInput: Arrow up/down skips 2 options,
|
||||||
|
not one by one
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 16 14:10:47 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
Sat Dec 16 14:10:47 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -29,7 +29,7 @@
|
|||||||
%bcond_with testexamples
|
%bcond_with testexamples
|
||||||
|
|
||||||
Name: python-bokeh%{psuffix}
|
Name: python-bokeh%{psuffix}
|
||||||
Version: 3.3.2
|
Version: 3.3.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
|
||||||
@ -166,7 +166,7 @@ deselectname+=" or test_serialization_data_models"
|
|||||||
# linting and code structure irrelevant for rpm package
|
# linting and code structure irrelevant for rpm package
|
||||||
deselectname+=" or test_ruff or test_isort or test_eslint or test_code_quality or test_no_request_host"
|
deselectname+=" or test_ruff or test_isort or test_eslint or test_code_quality or test_no_request_host"
|
||||||
# no driver (chromedriver only x86_64)
|
# no driver (chromedriver only x86_64)
|
||||||
deselectname+=" or Test_webdriver_control"
|
deselectname+=" or Test_webdriver_control or test_adding_periodic_twice"
|
||||||
# fails when tested with pytest-xdist
|
# fails when tested with pytest-xdist
|
||||||
deselectname+=" or (TestModelCls and test_get_class)"
|
deselectname+=" or (TestModelCls and test_get_class)"
|
||||||
deselectname+=" or test_external_js_and_css_resource_ordering"
|
deselectname+=" or test_external_js_and_css_resource_ordering"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user