forked from pool/python-bokeh
Accepting request 1096651 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1096651 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=42
This commit is contained in:
commit
962b5c9be1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c865280146452c73ff6fbfb6cbf46025fd382a65b5f4a31d8d717a028948f3a2
|
||||
size 38930324
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba0fc6bae4352d307541293256dee930a42d0acf92e760c72dc0e7397c3a28e9
|
||||
size 7700613
|
3
bokeh-3.2.0-gh.tar.gz
Normal file
3
bokeh-3.2.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1729e92e1f308d12d70d20ccd5ff28d40b0f0884062179764aacbfb4691472b
|
||||
size 40104437
|
3
bokeh-3.2.0.tar.gz
Normal file
3
bokeh-3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdb3a8c3109d8d91a2814f4cddea045c14d049021f7fb6ce2a6b2c15e224bb17
|
||||
size 7247134
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba389d9ea9891b76f2977fd23a95da6d843720907dfbf26aa340bfc8cb1333b7
|
||||
size 9503548
|
||||
oid sha256:6b1a1d8e7b8ced7d554ae6a7cbeec4762ad41aee67cf7ff30c17e7b31f7e98cf
|
||||
size 9512796
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 3 13:50:36 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user