forked from pool/python-bokeh
Accepting request 1056134 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1056134 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=39
This commit is contained in:
commit
5cd5112554
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:beb6c008ff72b41e859764419aad022b0e46cc72ef2884a43405be6417e93b10
|
||||
size 37587673
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb537cf24f5a25a6739393f9906ddf8c913bfebc4cb120d342e8262889326f7d
|
||||
size 15517618
|
3
bokeh-3.0.3-gh.tar.gz
Normal file
3
bokeh-3.0.3-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f834607fc3e65b82deedf4141038714b26e06471bcf12b2c4e9da0f6be6c41ea
|
||||
size 37612380
|
3
bokeh-3.0.3.tar.gz
Normal file
3
bokeh-3.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c28471ef5e6110ba5bed513137fd26054ebc4454bc768650eaeefc53b898a8a
|
||||
size 15520444
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36baef0896d65ca7b3ea9cd8bfbbf64490b2bcb4ce966f5e04761f853b85b46f
|
||||
size 9495500
|
||||
oid sha256:ba389d9ea9891b76f2977fd23a95da6d843720907dfbf26aa340bfc8cb1333b7
|
||||
size 9503548
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 15:40:59 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 3.0.3
|
||||
* Bokeh Version 3.0.3 (Dec 2022) is a point release that
|
||||
addresses layout issues affecting downstream projects, as well
|
||||
as other small regressions and bugfixes.
|
||||
* Fix export with fractional CSS lengths (#12611)
|
||||
* Fix layout propagation in nested mixed layouts (#12583)
|
||||
* Fix application of UI element styles in Firefox (#12633)
|
||||
* Add default styles to FILE template (#12627)
|
||||
* Ensure change callback manipulation is threadsafe (#12623)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 19 20:33:42 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -29,7 +29,7 @@
|
||||
%bcond_with testexamples
|
||||
|
||||
Name: python-bokeh%{psuffix}
|
||||
Version: 3.0.2
|
||||
Version: 3.0.3
|
||||
Release: 0
|
||||
Summary: Statistical interactive HTML plots for Python
|
||||
License: BSD-3-Clause
|
||||
@ -84,6 +84,7 @@ BuildRequires: %{python_module networkx}
|
||||
BuildRequires: %{python_module pandas-datareader}
|
||||
BuildRequires: %{python_module pandas}
|
||||
BuildRequires: %{python_module pydot}
|
||||
BuildRequires: %{python_module pygraphviz}
|
||||
BuildRequires: %{python_module pyshp}
|
||||
BuildRequires: %{python_module pytest-asyncio >= 0.18.1}
|
||||
BuildRequires: %{python_module pytest-xdist}
|
||||
@ -157,7 +158,7 @@ deselectname+=" or (codebase and combined)"
|
||||
# extraneous fields
|
||||
deselectname+=" or test_serialization_data_models"
|
||||
# linting and code structure irrelevant for rpm package
|
||||
deselectname+=" or test_flake8 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)
|
||||
deselectname+=" or Test_webdriver_control"
|
||||
# fails when tested with pytest-xdist
|
||||
|
Loading…
Reference in New Issue
Block a user