diff --git a/bokeh-3.1.1-gh.tar.gz b/bokeh-3.1.1-gh.tar.gz deleted file mode 100644 index 44b481f..0000000 --- a/bokeh-3.1.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c865280146452c73ff6fbfb6cbf46025fd382a65b5f4a31d8d717a028948f3a2 -size 38930324 diff --git a/bokeh-3.1.1.tar.gz b/bokeh-3.1.1.tar.gz deleted file mode 100644 index f47bd1c..0000000 --- a/bokeh-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba0fc6bae4352d307541293256dee930a42d0acf92e760c72dc0e7397c3a28e9 -size 7700613 diff --git a/bokeh-3.2.0-gh.tar.gz b/bokeh-3.2.0-gh.tar.gz new file mode 100644 index 0000000..373c266 --- /dev/null +++ b/bokeh-3.2.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1729e92e1f308d12d70d20ccd5ff28d40b0f0884062179764aacbfb4691472b +size 40104437 diff --git a/bokeh-3.2.0.tar.gz b/bokeh-3.2.0.tar.gz new file mode 100644 index 0000000..7fafacc --- /dev/null +++ b/bokeh-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb3a8c3109d8d91a2814f4cddea045c14d049021f7fb6ce2a6b2c15e224bb17 +size 7247134 diff --git a/bokeh-sampledata.tar.xz b/bokeh-sampledata.tar.xz index 508fb66..b9ef8dd 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:ba389d9ea9891b76f2977fd23a95da6d843720907dfbf26aa340bfc8cb1333b7 -size 9503548 +oid sha256:6b1a1d8e7b8ced7d554ae6a7cbeec4762ad41aee67cf7ff30c17e7b31f7e98cf +size 9512796 diff --git a/python-bokeh.changes b/python-bokeh.changes index 16931c9..fe8f73f 100644 --- a/python-bokeh.changes +++ b/python-bokeh.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jul 3 13:50:36 UTC 2023 - Atri Bhattacharya + +- Update to version 3.2.0: + * Too many changes to list, see online + https://github.com/bokeh/bokeh/blob/3.2.0/docs/CHANGELOG. +- Re-generate bokeh-sampledata.tar.xz for update. +- BuildRequires: python-pytest-timeout, python-ipython needed for + tests. +- Disable a few more tests without necessary data files. + ------------------------------------------------------------------- Thu May 18 14:39:03 UTC 2023 - Dirk Müller diff --git a/python-bokeh.spec b/python-bokeh.spec index f7bab08..4534d0c 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -29,7 +29,7 @@ %bcond_with testexamples Name: python-bokeh%{psuffix} -Version: 3.1.1 +Version: 3.2.0 Release: 0 Summary: Statistical interactive HTML plots for Python License: BSD-3-Clause @@ -78,6 +78,7 @@ BuildRequires: %{python_module bokeh = %{version}} BuildRequires: %{python_module colorcet} BuildRequires: %{python_module flaky} BuildRequires: %{python_module icalendar} +BuildRequires: %{python_module ipython} BuildRequires: %{python_module json5} BuildRequires: %{python_module nbconvert >= 5.4} BuildRequires: %{python_module networkx} @@ -87,6 +88,7 @@ BuildRequires: %{python_module pydot} BuildRequires: %{python_module pygraphviz} BuildRequires: %{python_module pyshp} BuildRequires: %{python_module pytest-asyncio >= 0.18.1} +BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 1.2.3} @@ -141,6 +143,9 @@ deselectname+=" or test_examples" # testfile not available deselectname+=" or test_with_INLINE_resources" deselectname+=" or test_with_CDN_resources" +deselectname+=" or test_with_Server_resources" +deselectname+=" or test_with_Server_resources_dev" +deselectname+=" or test_cross" # does not expect pytest-$binsuffix deselectname+=" or test_detect_current_filename" # cannot open socket / address already in use / no pattern detected @@ -165,6 +170,7 @@ deselectname+=" or (TestModelCls and test_get_class)" deselectname+=" or test_external_js_and_css_resource_ordering" # for finding the sampledata (packaged in Source99) export HOME=$PWD +export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./) %pytest -v -m "not selenium" -k "not ($deselectname)" --no-js -n auto %endif