diff --git a/panel-1.2.2.tar.gz b/panel-1.2.2.tar.gz deleted file mode 100644 index 427c031..0000000 --- a/panel-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98996d19cd3da21c6dae2c32d26599b19d2f54033e3f00c8d2f3665e5027f0e8 -size 26265967 diff --git a/panel-1.3.0.tar.gz b/panel-1.3.0.tar.gz new file mode 100644 index 0000000..ec890e9 --- /dev/null +++ b/panel-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e1ad012dc3c0367f018d9260abd55fb5de48be0892ddb3f88b137825e5c84a +size 27455322 diff --git a/python-panel.changes b/python-panel.changes index 10fc347..4d27d54 100644 --- a/python-panel.changes +++ b/python-panel.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Oct 24 14:42:36 UTC 2023 - Markéta Machová + +- Update to 1.3.0 + * Integrate support for param reactive expressions and expose pn.rx + * Implement ChatMessage, ChatFeed and ChatInterface components + * Unify OAuth implementations and refresh access_token + * Add ColorMap widget + * Add unit to widget in HoloViews pane if provided + * Allow registering global on_session_destroyed callback + * Implement auto_grow on TextAreaInput + * Add ability to redirect users from authorization callback + * Add support for Path object in FileDownload + * Add authorization_code and password based OAuth login handlers + * Add format to EditableFloatSlider and EditableIntSlider + * Add support for decorating async functions with pn.io.cache + * Map param.Bytes to FileInput widget + * Add support for Python 3.12 and drop Python 3.8 support + * Compatibility with param 2.0.0 + * Compatibility with Bokeh 3.3.0 + * more bugfixes, see upstream CHANGELOG.md + ------------------------------------------------------------------- Sun Sep 17 00:11:57 UTC 2023 - Atri Bhattacharya diff --git a/python-panel.spec b/python-panel.spec index aed5e7c..69c104b 100644 --- a/python-panel.spec +++ b/python-panel.spec @@ -1,5 +1,5 @@ # -# spec file for package python-panel +# spec file # # Copyright (c) 2023 SUSE LLC # @@ -26,7 +26,7 @@ %endif Name: python-panel%{psuffix} -Version: 1.2.2 +Version: 1.3.0 Release: 0 Summary: A high level app and dashboarding solution for Python License: BSD-3-Clause @@ -36,7 +36,7 @@ Source: https://files.pythonhosted.org/packages/source/p/panel/panel-%{v Source99: python-panel-rpmlintrc BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module bleach} -BuildRequires: %{python_module bokeh >= 3.1.1 with %python-bokeh < 3.3} +BuildRequires: %{python_module bokeh >= 3.3.0} BuildRequires: %{python_module packaging} BuildRequires: %{python_module param >= 1.9.2} BuildRequires: %{python_module pip} @@ -72,17 +72,17 @@ BuildRequires: %{python_module streamz} Requires: jupyter-panel Requires: python-Markdown Requires: python-bleach +Requires: python-bokeh >= 3.3.0 Requires: python-linkify-it-py Requires: python-markdown-it-py < 3 Requires: python-mdit-py-plugins Requires: python-pandas >= 1.2 -Requires: python-param >= 1.12.0 +Requires: python-param >= 1.9.2 Requires: python-pyviz_comms >= 0.7.4 Requires: python-requests Requires: python-tqdm >= 4.48.0 Requires: python-typing_extensions Requires: python-xyzservices >= 2021.09.1 -Requires: (python-bokeh >= 3.1.1 with python-bokeh < 3.3.0) Requires(post): update-alternatives Requires(postun):update-alternatives Recommends: python-Pillow