From 76b02ef8753cee1298272a28d36e8063869cdcc04a9ebbe97f31b03dc92f86ab Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 2 May 2022 07:14:25 +0000 Subject: [PATCH] Accepting request 974228 from home:badshah400:branches:devel:languages:python:numeric Update to version 0.13.0. OBS-URL: https://build.opensuse.org/request/show/974228 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=15 --- panel-0.12.6.tar.gz | 3 --- panel-0.13.0.tar.gz | 3 +++ python-panel.changes | 23 +++++++++++++++++++++++ python-panel.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 panel-0.12.6.tar.gz create mode 100644 panel-0.13.0.tar.gz diff --git a/panel-0.12.6.tar.gz b/panel-0.12.6.tar.gz deleted file mode 100644 index 283bfaf..0000000 --- a/panel-0.12.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97e158e8eb941f88d71929407f9455c903b5e18d89969db8ce8af66036f46b53 -size 14027392 diff --git a/panel-0.13.0.tar.gz b/panel-0.13.0.tar.gz new file mode 100644 index 0000000..88ec20f --- /dev/null +++ b/panel-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703c448bc83d6db9b72b0605af7a7403136310f84137d32d9228963b8abc2d74 +size 17915851 diff --git a/python-panel.changes b/python-panel.changes index e552287..7407748 100644 --- a/python-panel.changes +++ b/python-panel.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun May 1 21:38:21 UTC 2022 - Atri Bhattacharya + +- Update to version 0.13.0: + * Major new features for the Tabulator widget: + - Client-side header filters + - Expandable rows + - on_click and on_edit callbacks + * Add support for listenting to events on Vega pane. + * Add JSONEditor and TextEditor widgets. + * Add ability to display notifications in toasts. + * LaTeX rendering now supported in Markdown and HTML panes. + * Ability to schedule recurring tasks independent of any running + applications. + * An admin dashboard to allow you to monitor, debug and profile + your applications. + * Support rendering Panel objects in Jupyterlite and Pyodide. + * Built-in threading. + * Easily extend Panel with your own components and Templates. + * A code-of-conduct was added. + * Numerous other fixes and enhancements, see + . + ------------------------------------------------------------------- Tue Feb 15 23:27:49 UTC 2022 - Atri Bhattacharya diff --git a/python-panel.spec b/python-panel.spec index ae528d6..a926631 100644 --- a/python-panel.spec +++ b/python-panel.spec @@ -29,7 +29,7 @@ %define skip_python36 1 %define modname panel Name: python-panel%{psuffix} -Version: 0.12.6 +Version: 0.13.0 Release: 0 Summary: A high level app and dashboarding solution for Python License: BSD-3-Clause @@ -159,7 +159,7 @@ donttest+=" or test_server_async_callbacks" %files -n jupyter-panel %license LICENSE.txt -%{_jupyter_servextension_confdir}/panel-client-jupyter.json +%{_jupyter_server_confdir}/panel-client-jupyter.json %endif