SHA256
1
0
forked from pool/python-bokeh

Accepting request 1169664 from home:TheBlackCat:branches:devel:languages:python:numeric

- Update to version 3.4.1
- Add additional test dependencies to fix tests

OBS-URL: https://build.opensuse.org/request/show/1169664
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=89
This commit is contained in:
Todd R 2024-04-22 13:38:09 +00:00 committed by Git OBS Bridge
parent a9e7734c1c
commit eda3b43417
7 changed files with 45 additions and 7 deletions

View File

@ -1,3 +1,24 @@
2024-04-11 3.4.1:
--------------------
* bugfixes:
- #13544 [component: docs] Docs build on Windows not working
- #13692 [component: bokehjs] [BUG] Blurry plots with WebGL
- #13725 [component: bokehjs] [BUG] Enforce `max_interval` / `min_interval` if `{x,y}_range` is not set
- #13795 [component: docs] Example code block for CustomJSFilter is missing
- #13803 [component: bokehjs] [BUG] 3.4.0: Selection glyph no longer employs selection_glyph properties
- #13804 [component: bokehjs] `InputWidget.title` doesn't update anymore
- #13806 [component: bokehjs] [BUG] Switching order of children in layout has no effect
- #13793 [component: docs] Fix indentation issue
- #13820 [component: docs] fix path and typos related to jupyter.rst
- #13821 [component: docs] fix indentation of layout_function param
* tasks:
- #13631 [component: docs] DOC Missing vertical gap between grid items in First Steps guides
- #13765 [component: docs] Missing release notes
- #13772 [component: docs] Remove twitter icon link from docs and other properties
- #13788 Enable RUF001 to lint confusable characters
- #13816 Backports for 3.4.1
2024-03-14 3.4:
--------------------
* bugfixes:

View File

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

View File

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

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

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Apr 22 12:52:18 UTC 2024 - Todd R <toddrme2178@gmail.com>
- Update to version 3.4.1:
* Fixed configuration of secondary glyphs in GraphRendererView
* Allowed to update the order of LayoutDOM.children
* Allowed to update InputWidget.{title,description}
* Allowed DataRange1d to respect min_interval and max_interval
* Fixed WebGL scaling of anti-aliasing by pixel ratio
* Enabled RUF001 to lint confusable characters
* Removed references to Twitter from documentation
* Enabled documentation build on Windows
* Various fixes to documentation and docstrings
- Add additional test dependencies to fix tests
-------------------------------------------------------------------
Fri Apr 19 22:40:49 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -29,7 +29,7 @@
%bcond_with testexamples
Name: python-bokeh%{psuffix}
Version: 3.4.0
Version: 3.4.1
Release: 0
Summary: Statistical interactive HTML plots for Python
License: BSD-3-Clause
@ -83,7 +83,9 @@ BuildRequires: %{python_module json5}
%ifarch %{ix86}
BuildRequires: %{python_module nbconvert >= 5.4}
%endif
BuildRequires: %{python_module nbformat}
BuildRequires: %{python_module networkx}
BuildRequires: %{python_module notebook}
BuildRequires: %{python_module pandas-datareader}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pydot}