diff --git a/CHANGELOG b/CHANGELOG index a87bf2c..ef4322e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +2024-06-25 3.4.2: +-------------------- + * tasks: + - #13843 [component: tests] Robustify bokehjs' SVG unit tests + - #13876 [component: docs] Restore warning-less sphinx build + - #13929 Backports for 3.4.2 + 2024-04-11 3.4.1: -------------------- * bugfixes: diff --git a/bokeh-3.4.1-gh.tar.gz b/bokeh-3.4.1-gh.tar.gz deleted file mode 100644 index 35a71a6..0000000 --- a/bokeh-3.4.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e670b1a8fed6eeacbba15f1a0f862184e4d1ebcda38d7d4029555a6e393908f5 -size 44881021 diff --git a/bokeh-3.4.1.tar.gz b/bokeh-3.4.1.tar.gz deleted file mode 100644 index 40d19b5..0000000 --- a/bokeh-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d824961e4265367b0750ce58b07e564ad0b83ca64b335521cd3421e9b9f10d89 -size 6402286 diff --git a/bokeh-3.4.2-gh.tar.gz b/bokeh-3.4.2-gh.tar.gz new file mode 100644 index 0000000..ea3987c --- /dev/null +++ b/bokeh-3.4.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7bf0bb0021b841613c7d078b8ae8bb9814e10af64344ec719f78a7e6eb9b94 +size 44896567 diff --git a/bokeh-3.4.2.tar.gz b/bokeh-3.4.2.tar.gz new file mode 100644 index 0000000..f7b44ac --- /dev/null +++ b/bokeh-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16d5cc0abb93d2d270d70fc35851f3e1b9208814a985a4678e0ba5ef2d9cd42 +size 6409417 diff --git a/python-bokeh.changes b/python-bokeh.changes index 3c839e3..c22cb6b 100644 --- a/python-bokeh.changes +++ b/python-bokeh.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Aug 14 14:49:21 UTC 2024 - Dirk Müller + +- switch to modern python for sle15 + +------------------------------------------------------------------- +Sat Jun 29 16:03:10 UTC 2024 - Dirk Müller + +- update to 3.4.2: + * [component: tests] Robustify bokehjs' SVG unit + * [component: docs] Restore warning-less sphinx + ------------------------------------------------------------------- Mon Apr 22 12:52:18 UTC 2024 - Todd R diff --git a/python-bokeh.spec b/python-bokeh.spec index f665049..12e47ce 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -28,8 +28,9 @@ # too many flaky timeouts on obs servers %bcond_with testexamples +%{?sle15_python_module_pythons} Name: python-bokeh%{psuffix} -Version: 3.4.1 +Version: 3.4.2 Release: 0 Summary: Statistical interactive HTML plots for Python License: BSD-3-Clause @@ -160,7 +161,7 @@ deselectname+=" or (test_server and test_address)" deselectname+=" or (test_serve and printed)" deselectname+=" or test__ioloop_not_forcibly_stopped" # not json5 serializable -deselectname+=" or test_defaults" +deselectname+=" or test_defaults or test_bool" # flaky timeouts deselectname+=" or (test_deprecation and (test_since or test_message))" deselectname+=" or (test_document_lifecycle and test_document_on_session_destroyed_exceptions)" @@ -185,7 +186,7 @@ deselectname+=" or test_contour or test_sampledata__util" # Needed for writing fontconfig cache dir export HOME=$PWD export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./) -%pytest -v -m "not selenium" -k "not ($deselectname)" --no-js -n auto +%pytest -v -m "not selenium" -k "not ($deselectname)" --no-js -W ignore::DeprecationWarning -n auto %endif %post