diff --git a/bokeh-3.3.3-gh.tar.gz b/bokeh-3.3.3-gh.tar.gz deleted file mode 100644 index 6e1ea01..0000000 --- a/bokeh-3.3.3-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7439a6ff5e8d5d9f2036042b5e396ce27aa82c0cee2c2b04096094b3f375ff94 -size 43327015 diff --git a/bokeh-3.3.3.tar.gz b/bokeh-3.3.3.tar.gz deleted file mode 100644 index c70d24f..0000000 --- a/bokeh-3.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ece6f00263f2d2043a24eaf9db75a6f860efc8a1f96df663186fe3eb2692dd3 -size 6243908 diff --git a/bokeh-3.3.4-gh.tar.gz b/bokeh-3.3.4-gh.tar.gz new file mode 100644 index 0000000..ccb73a3 --- /dev/null +++ b/bokeh-3.3.4-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0555e6f45ece6d38abba09a8121a33655d3d9f9ffe3d25b1b9a8da89e1b4757e +size 43330457 diff --git a/bokeh-3.3.4.tar.gz b/bokeh-3.3.4.tar.gz new file mode 100644 index 0000000..a2ded17 --- /dev/null +++ b/bokeh-3.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b7982dc2b8df15bf660cdddc8d3825e829195c438015a5d09824f1a7028368 +size 6245504 diff --git a/python-bokeh.changes b/python-bokeh.changes index 0271770..0804e6b 100644 --- a/python-bokeh.changes +++ b/python-bokeh.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Mar 4 21:19:00 UTC 2024 - Ben Greiner + +- Update to 3.3.4 + ## bugfixes: + - #13594 [component: docs] New glyphs are missing from TOCs, + indexes + - #13654 [component: server] [BUG] Tornado client sometimes not + correctly cleaned up leading to continuous keep alive ping + failures + - #13656 [component: tests] Tests fail due to pandas' + deprecation warning + - #13660 [component: bokehjs] [BUG] BooleanFilter doesn't work + with np.array + - #13659 [component: docs] Fix missing User Guide sidebars + ## tasks: + - #13502 [component: bokehjs] [FEATURE] Assist in measuring + display and interaction latency + - #13587 [component: docs] [BUG] Update link to Jinja project + in server documentation + - #13568 [component: examples] Add Metadata for + airports_graph.py and geojson_source.py + - #13626 Force import line wrap by count and line length + - #13647 [component: docs] Update CoC to use reporting form + - #13664 [component: docs] Address missing image thumbnail +- Requires pytest-asyncio 0.21.x + ------------------------------------------------------------------- Sat Jan 20 12:27:14 UTC 2024 - Dirk Müller diff --git a/python-bokeh.spec b/python-bokeh.spec index 73bc97d..e3457ac 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-bokeh # # Copyright (c) 2024 SUSE LLC # @@ -29,7 +29,7 @@ %bcond_with testexamples Name: python-bokeh%{psuffix} -Version: 3.3.3 +Version: 3.3.4 Release: 0 Summary: Statistical interactive HTML plots for Python License: BSD-3-Clause @@ -69,7 +69,7 @@ Requires: python-pandas >= 1.2 Requires: python-tornado >= 5.1 Requires: python-xyzservices >= 2021.9.1 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements %if %{with test} @@ -87,7 +87,7 @@ 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-asyncio >= 0.18.1 with %python-pytest-asyncio < 0.23} BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest}