SHA256
1
0
forked from pool/python-panel

- update to 1.3.6:

* This patch release addresses a major regression in server
    performance introduced in 1.3.5 along with some additional
    minor fixes. We want to welcome @nenb as a new contributor
    and want to thank the maintainers @ahuang11, @maximlt and
    @philippjfr for their contributions to this release.
  * Add explicit size option to ToggleIcon (#6092)
  * Fix execution of OAuth of callback to refresh `access_token`
  * Fix `ChatReactionIcons` alignment and trigger reactions
    correctly (#6086)
  * Change `Column` `scroll_position` default value from `None`
    to `0` (#6082)
  * Fix issue with accumulating callbacks on server (#6091)
  * Ensure `ReactiveExpr` renders in pyodide (#6097)
  * Ensure `TooltipIcon` description can be updated (#6099)
  * Fix IPyWidgets rendering in `BootstrapTemplate` (#6100)
  * Fix padding and alignment of `FileDownload` (#6101)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=40
This commit is contained in:
Dirk Mueller 2023-12-27 14:06:54 +00:00 committed by Git OBS Bridge
parent f2af97fbfc
commit cf3d90bb6f
4 changed files with 25 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Dec 27 14:05:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.3.6:
* This patch release addresses a major regression in server
performance introduced in 1.3.5 along with some additional
minor fixes. We want to welcome @nenb as a new contributor
and want to thank the maintainers @ahuang11, @maximlt and
@philippjfr for their contributions to this release.
* Add explicit size option to ToggleIcon (#6092)
* Fix execution of OAuth of callback to refresh `access_token`
* Fix `ChatReactionIcons` alignment and trigger reactions
correctly (#6086)
* Change `Column` `scroll_position` default value from `None`
to `0` (#6082)
* Fix issue with accumulating callbacks on server (#6091)
* Ensure `ReactiveExpr` renders in pyodide (#6097)
* Ensure `TooltipIcon` description can be updated (#6099)
* Fix IPyWidgets rendering in `BootstrapTemplate` (#6100)
* Fix padding and alignment of `FileDownload` (#6101)
-------------------------------------------------------------------
Wed Dec 20 04:52:49 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -25,7 +25,7 @@
%bcond_with test
%endif
Name: python-panel%{psuffix}
Version: 1.3.5
Version: 1.3.6
Release: 0
Summary: A high level app and dashboarding solution for Python
License: BSD-3-Clause