diff --git a/bokeh-3.0.2-gh.tar.gz b/bokeh-3.0.2-gh.tar.gz deleted file mode 100644 index 05ebae7..0000000 --- a/bokeh-3.0.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beb6c008ff72b41e859764419aad022b0e46cc72ef2884a43405be6417e93b10 -size 37587673 diff --git a/bokeh-3.0.2.tar.gz b/bokeh-3.0.2.tar.gz deleted file mode 100644 index 036f3f5..0000000 --- a/bokeh-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb537cf24f5a25a6739393f9906ddf8c913bfebc4cb120d342e8262889326f7d -size 15517618 diff --git a/bokeh-3.0.3-gh.tar.gz b/bokeh-3.0.3-gh.tar.gz new file mode 100644 index 0000000..499e4eb --- /dev/null +++ b/bokeh-3.0.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f834607fc3e65b82deedf4141038714b26e06471bcf12b2c4e9da0f6be6c41ea +size 37612380 diff --git a/bokeh-3.0.3.tar.gz b/bokeh-3.0.3.tar.gz new file mode 100644 index 0000000..1796b1f --- /dev/null +++ b/bokeh-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c28471ef5e6110ba5bed513137fd26054ebc4454bc768650eaeefc53b898a8a +size 15520444 diff --git a/bokeh-sampledata.tar.xz b/bokeh-sampledata.tar.xz index a987df2..508fb66 100644 --- a/bokeh-sampledata.tar.xz +++ b/bokeh-sampledata.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36baef0896d65ca7b3ea9cd8bfbbf64490b2bcb4ce966f5e04761f853b85b46f -size 9495500 +oid sha256:ba389d9ea9891b76f2977fd23a95da6d843720907dfbf26aa340bfc8cb1333b7 +size 9503548 diff --git a/python-bokeh.changes b/python-bokeh.changes index 2bee28b..6d4bb0e 100644 --- a/python-bokeh.changes +++ b/python-bokeh.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jan 4 15:40:59 UTC 2023 - Ben Greiner + +- 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 diff --git a/python-bokeh.spec b/python-bokeh.spec index 8d9181d..39aa765 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -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