Accepting request 979681 from home:badshah400:branches:devel:languages:python:numeric
Version update to 2.4.3 OBS-URL: https://build.opensuse.org/request/show/979681 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=57
This commit is contained in:
parent
6d4f77b62a
commit
7fa63fbfd2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0a4b53364ed3b7eb936c5cb1a4f4132369e394c7ae0a8ef420459410958033d
|
||||
size 17693785
|
3
bokeh-2.4.3.tar.gz
Normal file
3
bokeh-2.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef33801161af379665ab7a34684f2209861e3aefd5c803a21fbbb99d94874b03
|
||||
size 17722836
|
@ -1,5 +1,5 @@
|
||||
#-----------------------------------------------------------------------------
|
||||
# Copyright (c) 2012 - 2021, Anaconda, Inc., and Bokeh Contributors.
|
||||
# Copyright (c) 2012 - 2022, Anaconda, Inc., and Bokeh Contributors.
|
||||
# All rights reserved.
|
||||
#
|
||||
# The full license is in the file LICENSE.txt, distributed with this software.
|
||||
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 29 15:02:34 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 2.4.3:
|
||||
* Bugfixes:
|
||||
- gh#bokeh/bokeh#7390 [component: bokehjs] Tap events respond
|
||||
outside plot area.
|
||||
- gh#bokeh/bokeh#11744 [component: docs] BokehJS example in
|
||||
docs is broken.
|
||||
- gh#bokeh/bokeh#11832 [component: bokehjs] [BUG] Zoom-in
|
||||
failing with the `xzoom_in` tool.
|
||||
- gh#bokeh/bokeh#11965 [component: bokehjs] [BUG] Table
|
||||
formatting causes layout crash/collapse.
|
||||
- gh#bokeh/bokeh#11987 [component: docs] Docs: extra
|
||||
whitespace on non-sidebar pages.
|
||||
- gh#bokeh/bokeh#11995 [component: docs] [Docs] his must be
|
||||
replaced by This.
|
||||
- gh#bokeh/bokeh#12058 [BUG] webgl backend results in dashed
|
||||
lines.
|
||||
- gh#bokeh/bokeh#12070 [component: bokehjs] [BUG]
|
||||
Wedge/AnnularWedge hit testing cuts off top/bottom.
|
||||
- gh#bokeh/bokeh#12096 Missing `f` prefix on f-strings.
|
||||
- gh#bokeh/bokeh#11819 [component: bokehjs] Correctly handle
|
||||
odd-length dash patterns in WebGL.
|
||||
- gh#bokeh/bokeh#11829 [component: bokehjs] Fix webgl line NaN
|
||||
handling.
|
||||
- gh#bokeh/bokeh#12051 [component: docs] Fixed typo:
|
||||
s/server/serve/
|
||||
- gh#bokeh/bokeh#12106 Fix typo in git.py.
|
||||
* Features:
|
||||
- gh#bokeh/bokeh#9182 [component: bokehjs] Add hover tooltip
|
||||
support for Patch, HArea, and VArea.
|
||||
- gh#bokeh/bokeh#10525 [component: bokehjs] [Feature] Support
|
||||
full text search for MultiChoice and auto complete input
|
||||
- gh#bokeh/bokeh#11840 [component: bokehjs] Support multiple
|
||||
marker types in WebGL scatter.
|
||||
- gh#bokeh/bokeh#12034 Add DatetimeRangeSlider.
|
||||
- gh#bokeh/bokeh#12121 Support rescale_discrete_levels in
|
||||
EqHistColorMapper.
|
||||
- Refresh conftest.py from github sources.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 23:16:06 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-bokeh
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,13 +20,13 @@
|
||||
%define skip_python36 1
|
||||
%bcond_without tests
|
||||
Name: python-bokeh
|
||||
Version: 2.4.2
|
||||
Version: 2.4.3
|
||||
Release: 0
|
||||
Summary: Statistical interactive HTML plots for Python
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/bokeh/bokeh/
|
||||
Source0: https://files.pythonhosted.org/packages/source/b/bokeh/bokeh-%{version}.tar.gz
|
||||
Source1: https://github.com/bokeh/bokeh/raw/%{version}/conftest.py
|
||||
Source1: https://raw.githubusercontent.com/bokeh/bokeh/%{version}/conftest.py
|
||||
BuildRequires: %{python_module Jinja2 >= 2.9}
|
||||
BuildRequires: %{python_module Pillow >= 7.1.0}
|
||||
BuildRequires: %{python_module PyYAML >= 3.10}
|
||||
|
Loading…
Reference in New Issue
Block a user