From a8430468481f73dcd9a8476a7733f0c13a0700a7661a9b04d90f141827264121 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 10 Dec 2023 21:36:42 +0000 Subject: [PATCH] - update to 1.3.4: * Allow passing partial function to tabulator filter (#5912) * Allow defining custom callbacks for `ChatInterface` buttons * Fix regression when setting `text_align` and `HTMLTemplateFormatter` on `Tabulator` (#5922) * Ensure notifications are correctly destroyed (#5924) * Fix header overflow issues in `FastGridTemplate` (#5935) * Ensure `Audio` model respects sizing (#5936) * Persist Tabulator selection across pages when `pagination='remote'` for all selection modes (#5929) * Ensure `Tabulator` styler subset logic is not lost (#5938) * Fix regression in OAuth when `id_token` does not contain user key (#5939) * Ensure Vega/Altair plot with responsive width/height respects fixed width/height value when set (#5940) * Ensure `BrowserInfo` is imported by default (#5942) - skip python 3.6 build (no scipy) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=36 --- panel-1.3.2.tar.gz | 3 --- panel-1.3.4.tar.gz | 3 +++ python-panel.changes | 22 +++++++++++++++++++++- python-panel.spec | 45 ++++++++++++++++++++++---------------------- 4 files changed, 46 insertions(+), 27 deletions(-) delete mode 100644 panel-1.3.2.tar.gz create mode 100644 panel-1.3.4.tar.gz diff --git a/panel-1.3.2.tar.gz b/panel-1.3.2.tar.gz deleted file mode 100644 index 45d5b28..0000000 --- a/panel-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b8907726ffaee97e2f0c89f047519ab511266cdbaeef1574d5eb5b327b0a30d -size 27228703 diff --git a/panel-1.3.4.tar.gz b/panel-1.3.4.tar.gz new file mode 100644 index 0000000..cdc6839 --- /dev/null +++ b/panel-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c3c99e987b22d69777e50d3534c7635d75503842d6bff6e0042957e0ad90a1 +size 27315068 diff --git a/python-panel.changes b/python-panel.changes index 23e801e..c8cdf98 100644 --- a/python-panel.changes +++ b/python-panel.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Dec 10 21:29:58 UTC 2023 - Dirk Müller + +- update to 1.3.4: + * Allow passing partial function to tabulator filter (#5912) + * Allow defining custom callbacks for `ChatInterface` buttons + * Fix regression when setting `text_align` and + `HTMLTemplateFormatter` on `Tabulator` (#5922) + * Ensure notifications are correctly destroyed (#5924) + * Fix header overflow issues in `FastGridTemplate` (#5935) + * Ensure `Audio` model respects sizing (#5936) + * Persist Tabulator selection across pages when + `pagination='remote'` for all selection modes (#5929) + * Ensure `Tabulator` styler subset logic is not lost (#5938) + * Fix regression in OAuth when `id_token` does not contain user + key (#5939) + * Ensure Vega/Altair plot with responsive width/height respects + fixed width/height value when set (#5940) + * Ensure `BrowserInfo` is imported by default (#5942) + ------------------------------------------------------------------- Fri Nov 24 16:29:38 UTC 2023 - Ben Greiner @@ -1025,7 +1045,7 @@ Thu Mar 4 23:08:08 UTC 2021 - Atri Bhattacharya ------------------------------------------------------------------- Sun Feb 14 19:58:20 UTC 2021 - Dirk Müller -- skip python 3.6 build (no scipy) +- skip python 3.6 build (no scipy) ------------------------------------------------------------------- Mon Jan 4 17:40:09 UTC 2021 - Benjamin Greiner diff --git a/python-panel.spec b/python-panel.spec index 361ed98..6de3201 100644 --- a/python-panel.spec +++ b/python-panel.spec @@ -24,14 +24,13 @@ %define psuffix %{nil} %bcond_with test %endif - Name: python-panel%{psuffix} -Version: 1.3.2 +Version: 1.3.4 Release: 0 Summary: A high level app and dashboarding solution for Python License: BSD-3-Clause Group: Development/Languages/Python -URL: https://panel.holoviz.org +URL: https://github.com/holoviz/panel Source: https://files.pythonhosted.org/packages/source/p/panel/panel-%{version}.tar.gz Source99: python-panel-rpmlintrc BuildRequires: %{python_module base >= 3.7} @@ -50,26 +49,6 @@ BuildRequires: fdupes BuildRequires: jupyter-notebook-filesystem BuildRequires: nodejs BuildRequires: python-rpm-macros -%if %{with test} -BuildRequires: %{python_module altair} -BuildRequires: %{python_module asyncio} -BuildRequires: %{python_module diskcache} -BuildRequires: %{python_module folium} -BuildRequires: %{python_module holoviews >= 1.16.0} -BuildRequires: %{python_module ipympl} -BuildRequires: %{python_module ipython >= 7.0} -BuildRequires: %{python_module panel = %{version}} -BuildRequires: %{python_module parameterized} -BuildRequires: %{python_module plotly >= 4.0} -BuildRequires: %{python_module pytest-asyncio} -BuildRequires: %{python_module pytest-rerunfailures} -BuildRequires: %{python_module pytest-xdist} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module scipy} -BuildRequires: %{python_module streamz} -# Tests segfault -# BuildRequires: %%{python_module vtk} -%endif Requires: jupyter-panel Requires: python-Markdown Requires: python-bleach @@ -92,6 +71,26 @@ Recommends: python-jupyterlab Recommends: python-matplotlib Recommends: python-plotly BuildArch: noarch +%if %{with test} +BuildRequires: %{python_module altair} +BuildRequires: %{python_module asyncio} +BuildRequires: %{python_module diskcache} +BuildRequires: %{python_module folium} +BuildRequires: %{python_module holoviews >= 1.16.0} +BuildRequires: %{python_module ipympl} +BuildRequires: %{python_module ipython >= 7.0} +BuildRequires: %{python_module panel = %{version}} +BuildRequires: %{python_module parameterized} +BuildRequires: %{python_module plotly >= 4.0} +BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest-rerunfailures} +BuildRequires: %{python_module pytest-xdist} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module scipy} +BuildRequires: %{python_module streamz} +# Tests segfault +# BuildRequires: %%{python_module vtk} +%endif %python_subpackages %description