forked from pool/python-bokeh
Accepting request 1133600 from home:badshah400:branches:devel:languages:python:numeric
- Update to version 3.3.2. - Delete a bunch of 0 sized files. - Re-create bokeh-sampledata.tar.xz. - Disable a couple more tests. OBS-URL: https://build.opensuse.org/request/show/1133600 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=80
This commit is contained in:
parent
f97c3b418b
commit
b710e860c6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77b0cdf25ebe1ff75cfe4aacdf11f8a33387b9a36ef3b96eb7a4ca8caf6d6e92
|
||||
size 43160647
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a7b3702d7e9f03ef4cd801b02b7380196c70cff2773859bcb84fa565218955c
|
||||
size 6237542
|
BIN
bokeh-3.3.2-gh.tar.gz
(Stored with Git LFS)
Normal file
BIN
bokeh-3.3.2-gh.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
bokeh-3.3.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
bokeh-3.3.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
bokeh-sampledata.tar.xz
(Stored with Git LFS)
BIN
bokeh-sampledata.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 14:10:47 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 3.3.2:
|
||||
* [BUG] BoxAnnotation don't show up if not all lrbt-bounds are
|
||||
set [gh#bokeh/bokeh#13432].
|
||||
- Delete a bunch of 0 sized files.
|
||||
- Re-create bokeh-sampledata.tar.xz.
|
||||
- Disable a couple more tests:
|
||||
* test_vermin: vermin not packaged for openSUSE.
|
||||
* test__use_provided_session_header_autoload: network use.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 13:09:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
%bcond_with testexamples
|
||||
|
||||
Name: python-bokeh%{psuffix}
|
||||
Version: 3.3.1
|
||||
Version: 3.3.2
|
||||
Release: 0
|
||||
Summary: Statistical interactive HTML plots for Python
|
||||
License: BSD-3-Clause
|
||||
@ -95,6 +95,7 @@ BuildRequires: %{python_module requests >= 1.2.3}
|
||||
BuildRequires: %{python_module requests-unixsocket}
|
||||
BuildRequires: %{python_module scikit-learn}
|
||||
BuildRequires: %{python_module selenium}
|
||||
BuildRequires: %{python_module toml}
|
||||
BuildRequires: %{python_module tornado}
|
||||
BuildRequires: npm
|
||||
%endif
|
||||
@ -124,7 +125,8 @@ with interactivity over large or streaming datasets.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%python_clone -a %{buildroot}%{_bindir}/bokeh
|
||||
|
||||
# Remove hidden files for git repos
|
||||
%python_expand find %{buildroot}%{$python_sitelib}/typings -name __init__.pyi -size 0 -delete
|
||||
|
||||
%endif
|
||||
|
||||
%if %{with test}
|
||||
@ -168,6 +170,10 @@ deselectname+=" or Test_webdriver_control"
|
||||
# fails when tested with pytest-xdist
|
||||
deselectname+=" or (TestModelCls and test_get_class)"
|
||||
deselectname+=" or test_external_js_and_css_resource_ordering"
|
||||
# No vermin pkg for openSUSE
|
||||
deselectname+=" or test_vermin"
|
||||
# network
|
||||
deselectname+=" or test__use_provided_session_header_autoload"
|
||||
# for finding the sampledata (packaged in Source99)
|
||||
export HOME=$PWD
|
||||
export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
|
||||
@ -187,6 +193,7 @@ export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
|
||||
%python_alternative %{_bindir}/bokeh
|
||||
%{python_sitelib}/bokeh/
|
||||
%{python_sitelib}/bokeh-%{version}*-info
|
||||
%{python_sitelib}/typings/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user