SHA256
1
0
forked from pool/python-panel

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
This commit is contained in:
Matej Cepl 2022-05-02 07:14:25 +00:00 committed by Git OBS Bridge
parent 2c24d07266
commit 76b02ef875
4 changed files with 28 additions and 5 deletions

View File

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

3
panel-0.13.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun May 1 21:38:21 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- 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
<https://blog.holoviz.org/panel_0.13.0.html>.
-------------------------------------------------------------------
Tue Feb 15 23:27:49 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -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