From 753c9c5aacfd90243d08ba3fa0376c2167ef5617261cc1185b894de54d13d8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 4 Sep 2020 11:27:49 +0000 Subject: [PATCH] Accepting request 832060 from home:badshah400:branches:devel:languages:python:numeric Update to version 2.2.1 (Bug fixes only). OBS-URL: https://build.opensuse.org/request/show/832060 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=32 --- bokeh-2.2.0.tar.gz | 3 --- bokeh-2.2.1.tar.gz | 3 +++ python-bokeh.changes | 19 +++++++++++++++++++ python-bokeh.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 bokeh-2.2.0.tar.gz create mode 100644 bokeh-2.2.1.tar.gz diff --git a/bokeh-2.2.0.tar.gz b/bokeh-2.2.0.tar.gz deleted file mode 100644 index fc6cc4b..0000000 --- a/bokeh-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d790551db111a2cb43804987bc4da5d5d83124790c30ee4e9e88d4520325e13e -size 8843291 diff --git a/bokeh-2.2.1.tar.gz b/bokeh-2.2.1.tar.gz new file mode 100644 index 0000000..df94ac8 --- /dev/null +++ b/bokeh-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82e9eebd7a1e2ebb7f8fc1ead802fefd10a84daef8ec4bfc986121323948555 +size 8845855 diff --git a/python-bokeh.changes b/python-bokeh.changes index 1668c43..de2b315 100644 --- a/python-bokeh.changes +++ b/python-bokeh.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Sep 4 10:57:18 UTC 2020 - Atri Bhattacharya + +- Update to version 2.2.1: + * Bug fixes: + - gh#bokeh/bokeh#10426: [component: bokehjs] INLINE_LEGACY does + not work (CDN.legacy = True does work). + - gh#bokeh/bokeh#10431: [component: server] pull_session not + working in Win10 without this import statement: 'from + bokeh.server.server import Server'. + - gh#bokeh/bokeh#10434: Bokeh not embedding plot in Django app + sea_surface example. + - gh#bokeh/bokeh#10435: Regression causing multiple + js_on_event subscribers to be ignored. + - gh#bokeh/bokeh#10443: incorrect + Plot._check_bad_extra_range_name. + - gh#bokeh/bokeh#10448: [component: bokehjs] DataTable + DateFormatter does not handle NaT. + ------------------------------------------------------------------- Tue Aug 25 19:27:08 UTC 2020 - Atri Bhattacharya diff --git a/python-bokeh.spec b/python-bokeh.spec index e3d0fe1..c3f4f4f 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -24,7 +24,7 @@ %define skip_python2 1 Name: python-bokeh -Version: 2.2.0 +Version: 2.2.1 Release: 0 Summary: Statistical interactive HTML plots for Python License: BSD-3-Clause