diff --git a/panel-1.3.6.tar.gz b/panel-1.3.6.tar.gz deleted file mode 100644 index 92ae88d..0000000 --- a/panel-1.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3de0785b6f5098f8b36dfebb8c30d562146f8450107517b3374778619449a70 -size 27952181 diff --git a/panel-1.3.7.tar.gz b/panel-1.3.7.tar.gz new file mode 100644 index 0000000..b1285c9 --- /dev/null +++ b/panel-1.3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f572ceb6cb37982c3aaec63f2078860eeab93a3c757ebdcc9800bf1f06bcec2e +size 28196217 diff --git a/python-panel.changes b/python-panel.changes index 902cd24..17de469 100644 --- a/python-panel.changes +++ b/python-panel.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Sat Jan 20 19:29:36 UTC 2024 - Dirk Müller + +- update to 1.3.7: + * Support using an SVG for `ToggleIcon` + * Add resizable param to `TextAreaInput` + * Improve date and datetime picker functionality + * Add activity indicator to `ChatMessage` + * Lazily import bleach HTML sanitizer + * Fix alignment issues in chat components + * Fix generator placeholder and optimize updates in Chat + components + * Fix issue with callback future handling on Chat components + * Fix bug in Chat interfaces related to `pn.state.browser_info` + * Allow instantiating empty `Matplotlib` pane + * Ensure icon displays inline with text on `FileDownload` + * Fix styling of links in `Tabulator` fast theme + * Fix passing of `card_params` on `ChatFeed` + * Handle `Tabulator.title_formatter` if is type `dict` + * Fix `per_session` caching + * Correctly reshape nd-arrays in `Plotly` pane + * Handle NaT values on `Perspective` pane + * Do not rerender output if `ReplacementPane` object identity + is unchanged + * Tabulator: fix valuesLookup set up for older list-like + editors + * Fix pyodide loading message styling issues + * More complete patch for the `TextEditor` to support being + rendered in the Shadow DOM + * Add guard to `Tabulator` ensuring that it does not error when + it is not rendered + * Fix race conditions when instantiating Comm in Jupyter + causing notifications to break + * Handle duplicate attempts at refreshing auth tokens + * Upgrade Plotly.js to 2.25.3 to address CVE-2023-46308 + * Add `Design` and `Theme` explanation documentation + * Fix pyodide execution in documentation + * Fix wrong and broken link + * Use GoatCounter for website analytics + * Add Dask How to guide + * Fix `Material` template notebook .show() call + * Add missing item in docstring + * Ploomber Cloud deployment documentation + * Correct duplicate wording + * Update JupyterLite Altair example to latest API + ------------------------------------------------------------------- Wed Dec 27 14:05:45 UTC 2023 - Dirk Müller diff --git a/python-panel.spec b/python-panel.spec index 3a2d0c9..1b908af 100644 --- a/python-panel.spec +++ b/python-panel.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %bcond_with test %endif Name: python-panel%{psuffix} -Version: 1.3.6 +Version: 1.3.7 Release: 0 Summary: A high level app and dashboarding solution for Python License: BSD-3-Clause