SHA256
1
0
forked from pool/python-bokeh

Accepting request 1198083 from devel:languages:python:numeric

- switch to modern python for sle15

- update to 3.4.2:
  * [component: tests] Robustify bokehjs' SVG unit
  * [component: docs] Restore warning-less sphinx

OBS-URL: https://build.opensuse.org/request/show/1198083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bokeh?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2024-09-01 17:22:31 +00:00 committed by Git OBS Bridge
commit 841bfcfa4e
7 changed files with 29 additions and 9 deletions

View File

@ -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:

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e670b1a8fed6eeacbba15f1a0f862184e4d1ebcda38d7d4029555a6e393908f5
size 44881021

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d824961e4265367b0750ce58b07e564ad0b83ca64b335521cd3421e9b9f10d89
size 6402286

3
bokeh-3.4.2-gh.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd7bf0bb0021b841613c7d078b8ae8bb9814e10af64344ec719f78a7e6eb9b94
size 44896567

3
bokeh-3.4.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a16d5cc0abb93d2d270d70fc35851f3e1b9208814a985a4678e0ba5ef2d9cd42
size 6409417

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Aug 14 14:49:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
- switch to modern python for sle15
-------------------------------------------------------------------
Sat Jun 29 16:03:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <toddrme2178@gmail.com>

View File

@ -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