From 5bd5ec3da61dc34b79534142cbfa5d6da8594b01d7fb6e630c915d886e382cef Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 26 Jan 2024 22:35:08 +0000 Subject: [PATCH] - 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 --- panel-1.3.7.tar.gz | 3 --- panel-1.3.8.tar.gz | 3 +++ python-panel.changes | 12 ++++++++++++ python-panel.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 panel-1.3.7.tar.gz create mode 100644 panel-1.3.8.tar.gz diff --git a/panel-1.3.7.tar.gz b/panel-1.3.7.tar.gz deleted file mode 100644 index b1285c9..0000000 --- a/panel-1.3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f572ceb6cb37982c3aaec63f2078860eeab93a3c757ebdcc9800bf1f06bcec2e -size 28196217 diff --git a/panel-1.3.8.tar.gz b/panel-1.3.8.tar.gz new file mode 100644 index 0000000..e818b86 --- /dev/null +++ b/panel-1.3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809afd2b861747a31d6ddaadbbc7c25b8dab392dc78256f68b759214113c5be3 +size 28197704 diff --git a/python-panel.changes b/python-panel.changes index 17de469..beddfd4 100644 --- a/python-panel.changes +++ b/python-panel.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jan 26 22:34:03 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-panel.spec b/python-panel.spec index 1b908af..0cfb616 100644 --- a/python-panel.spec +++ b/python-panel.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-panel # # Copyright (c) 2024 SUSE LLC # @@ -25,7 +25,7 @@ %bcond_with test %endif Name: python-panel%{psuffix} -Version: 1.3.7 +Version: 1.3.8 Release: 0 Summary: A high level app and dashboarding solution for Python License: BSD-3-Clause @@ -64,7 +64,7 @@ Requires: python-tqdm >= 4.48.0 Requires: python-typing_extensions Requires: python-xyzservices >= 2021.09.1 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Recommends: python-Pillow Recommends: python-holoviews >= 1.16.0 Recommends: python-jupyterlab