forked from pool/python-panel
- update to 1.3.8:
* Ensure `ReactiveHTML` correctly resets `Event` parameters * Fix `ChatFeed` / `ChatInterface` tests and async generator placeholders * Fix logic when looking up `pn.state.curdoc` * Handle margin=None in layout sizing mode computation * Updates for compatibility with pandas 2.2 * Improve documentation on `TextAreaInput` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=44
This commit is contained in:
parent
b0dd938e6a
commit
5bd5ec3da6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f572ceb6cb37982c3aaec63f2078860eeab93a3c757ebdcc9800bf1f06bcec2e
|
|
||||||
size 28196217
|
|
3
panel-1.3.8.tar.gz
Normal file
3
panel-1.3.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:809afd2b861747a31d6ddaadbbc7c25b8dab392dc78256f68b759214113c5be3
|
||||||
|
size 28197704
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 26 22:34:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.3.8:
|
||||||
|
* Ensure `ReactiveHTML` correctly resets `Event` parameters
|
||||||
|
* Fix `ChatFeed` / `ChatInterface` tests and async generator
|
||||||
|
placeholders
|
||||||
|
* Fix logic when looking up `pn.state.curdoc`
|
||||||
|
* Handle margin=None in layout sizing mode computation
|
||||||
|
* Updates for compatibility with pandas 2.2
|
||||||
|
* Improve documentation on `TextAreaInput`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 20 19:29:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Jan 20 19:29:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-panel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -25,7 +25,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-panel%{psuffix}
|
Name: python-panel%{psuffix}
|
||||||
Version: 1.3.7
|
Version: 1.3.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A high level app and dashboarding solution for Python
|
Summary: A high level app and dashboarding solution for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -64,7 +64,7 @@ Requires: python-tqdm >= 4.48.0
|
|||||||
Requires: python-typing_extensions
|
Requires: python-typing_extensions
|
||||||
Requires: python-xyzservices >= 2021.09.1
|
Requires: python-xyzservices >= 2021.09.1
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Recommends: python-Pillow
|
Recommends: python-Pillow
|
||||||
Recommends: python-holoviews >= 1.16.0
|
Recommends: python-holoviews >= 1.16.0
|
||||||
Recommends: python-jupyterlab
|
Recommends: python-jupyterlab
|
||||||
|
Loading…
x
Reference in New Issue
Block a user