From 7cbf15a315187620fd1dad6eff53e0a32aee8435fb714d2ecaf50e1d620e021d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 25 Oct 2023 13:52:33 +0000 Subject: [PATCH 1/2] Accepting request 1120038 from home:mcalabkova:branches:devel:languages:python:numeric - 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 OBS-URL: https://build.opensuse.org/request/show/1120038 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=31 --- panel-1.2.2.tar.gz | 3 --- panel-1.3.0.tar.gz | 3 +++ python-panel.changes | 22 ++++++++++++++++++++++ python-panel.spec | 10 +++++----- 4 files changed, 30 insertions(+), 8 deletions(-) delete mode 100644 panel-1.2.2.tar.gz create mode 100644 panel-1.3.0.tar.gz 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 From 9a31fc43aceab5b7cf7a69fcfaa25fd6bd114c49101209f610ca7743e73ac86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 26 Oct 2023 10:56:29 +0000 Subject: [PATCH 2/2] Accepting request 1120536 from home:mcalabkova:branches:devel:languages:python sorry, I was too optimistic and the upstream wasn't lying OBS-URL: https://build.opensuse.org/request/show/1120536 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=32 --- python-panel.changes | 2 +- python-panel.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python-panel.changes b/python-panel.changes index 4d27d54..8fdedbe 100644 --- a/python-panel.changes +++ b/python-panel.changes @@ -16,7 +16,7 @@ Tue Oct 24 14:42:36 UTC 2023 - Markéta Machová * 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 + * Upgrade to Param 2.0 as minimum required version * Compatibility with Bokeh 3.3.0 * more bugfixes, see upstream CHANGELOG.md diff --git a/python-panel.spec b/python-panel.spec index 69c104b..d516268 100644 --- a/python-panel.spec +++ b/python-panel.spec @@ -38,7 +38,7 @@ BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module bleach} BuildRequires: %{python_module bokeh >= 3.3.0} BuildRequires: %{python_module packaging} -BuildRequires: %{python_module param >= 1.9.2} +BuildRequires: %{python_module param >= 2.0.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module pyct >= 0.4.4} BuildRequires: %{python_module pyviz-comms >= 0.7.4} @@ -77,7 +77,7 @@ 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.9.2 +Requires: python-param >= 2.0.0 Requires: python-pyviz_comms >= 0.7.4 Requires: python-requests Requires: python-tqdm >= 4.48.0