Accepting request 1155070 from home:bnavigator:branches:devel:languages:python:numeric
- 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 OBS-URL: https://build.opensuse.org/request/show/1155070 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=85
This commit is contained in:
parent
516926f06f
commit
575194ca68
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7439a6ff5e8d5d9f2036042b5e396ce27aa82c0cee2c2b04096094b3f375ff94
|
|
||||||
size 43327015
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ece6f00263f2d2043a24eaf9db75a6f860efc8a1f96df663186fe3eb2692dd3
|
|
||||||
size 6243908
|
|
3
bokeh-3.3.4-gh.tar.gz
Normal file
3
bokeh-3.3.4-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0555e6f45ece6d38abba09a8121a33655d3d9f9ffe3d25b1b9a8da89e1b4757e
|
||||||
|
size 43330457
|
3
bokeh-3.3.4.tar.gz
Normal file
3
bokeh-3.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73b7982dc2b8df15bf660cdddc8d3825e829195c438015a5d09824f1a7028368
|
||||||
|
size 6245504
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 21:19:00 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Sat Jan 20 12:27:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-bokeh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -29,7 +29,7 @@
|
|||||||
%bcond_with testexamples
|
%bcond_with testexamples
|
||||||
|
|
||||||
Name: python-bokeh%{psuffix}
|
Name: python-bokeh%{psuffix}
|
||||||
Version: 3.3.3
|
Version: 3.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Statistical interactive HTML plots for Python
|
Summary: Statistical interactive HTML plots for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -69,7 +69,7 @@ Requires: python-pandas >= 1.2
|
|||||||
Requires: python-tornado >= 5.1
|
Requires: python-tornado >= 5.1
|
||||||
Requires: python-xyzservices >= 2021.9.1
|
Requires: python-xyzservices >= 2021.9.1
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
@ -87,7 +87,7 @@ BuildRequires: %{python_module pandas}
|
|||||||
BuildRequires: %{python_module pydot}
|
BuildRequires: %{python_module pydot}
|
||||||
BuildRequires: %{python_module pygraphviz}
|
BuildRequires: %{python_module pygraphviz}
|
||||||
BuildRequires: %{python_module pyshp}
|
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-timeout}
|
||||||
BuildRequires: %{python_module pytest-xdist}
|
BuildRequires: %{python_module pytest-xdist}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
Loading…
Reference in New Issue
Block a user