From 5f57bf4270632cccc860697d9410905f388efd6f0ce1916478807b96d678cfc5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 12:28:11 +0000 Subject: [PATCH] - update to 3.3.3: * [BUG] Updating span in figure does not update display * [BUG] (Global)ImportedStyleSheet URL not being treated correctly * [BUG] AutocompleteInput: Arrow up/down skips 2 options, not one by one OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=82 --- bokeh-3.3.2-gh.tar.gz | 3 --- bokeh-3.3.2.tar.gz | 3 --- bokeh-3.3.3-gh.tar.gz | 3 +++ bokeh-3.3.3.tar.gz | 3 +++ python-bokeh.changes | 10 ++++++++++ python-bokeh.spec | 4 ++-- 6 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 bokeh-3.3.2-gh.tar.gz delete mode 100644 bokeh-3.3.2.tar.gz create mode 100644 bokeh-3.3.3-gh.tar.gz create mode 100644 bokeh-3.3.3.tar.gz diff --git a/bokeh-3.3.2-gh.tar.gz b/bokeh-3.3.2-gh.tar.gz deleted file mode 100644 index 80b3253..0000000 --- a/bokeh-3.3.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbf67527e83496ca20c5e08ad1ada58bef6c47b71ef3ac62ceefdf87f1b32b55 -size 43163736 diff --git a/bokeh-3.3.2.tar.gz b/bokeh-3.3.2.tar.gz deleted file mode 100644 index 4e44c2d..0000000 --- a/bokeh-3.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae180f86f776525f7eb81673a1f27e0eb56887d733771662c512ec0d82a433f5 -size 6242702 diff --git a/bokeh-3.3.3-gh.tar.gz b/bokeh-3.3.3-gh.tar.gz new file mode 100644 index 0000000..6e1ea01 --- /dev/null +++ b/bokeh-3.3.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7439a6ff5e8d5d9f2036042b5e396ce27aa82c0cee2c2b04096094b3f375ff94 +size 43327015 diff --git a/bokeh-3.3.3.tar.gz b/bokeh-3.3.3.tar.gz new file mode 100644 index 0000000..c70d24f --- /dev/null +++ b/bokeh-3.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ece6f00263f2d2043a24eaf9db75a6f860efc8a1f96df663186fe3eb2692dd3 +size 6243908 diff --git a/python-bokeh.changes b/python-bokeh.changes index c25c421..0271770 100644 --- a/python-bokeh.changes +++ b/python-bokeh.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 20 12:27:14 UTC 2024 - Dirk Müller + +- update to 3.3.3: + * [BUG] Updating span in figure does not update display + * [BUG] (Global)ImportedStyleSheet URL not being treated + correctly + * [BUG] AutocompleteInput: Arrow up/down skips 2 options, + not one by one + ------------------------------------------------------------------- Sat Dec 16 14:10:47 UTC 2023 - Atri Bhattacharya diff --git a/python-bokeh.spec b/python-bokeh.spec index dbb4b6b..19abbdd 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ %bcond_with testexamples Name: python-bokeh%{psuffix} -Version: 3.3.2 +Version: 3.3.3 Release: 0 Summary: Statistical interactive HTML plots for Python License: BSD-3-Clause