forked from pool/python-panel
Accepting request 1132367 from devel:languages:python:numeric
- 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/request/show/1132367 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-panel?expand=0&rev=19
This commit is contained in:
commit
7348e204db
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b8907726ffaee97e2f0c89f047519ab511266cdbaeef1574d5eb5b327b0a30d
|
||||
size 27228703
|
3
panel-1.3.4.tar.gz
Normal file
3
panel-1.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96c3c99e987b22d69777e50d3534c7635d75503842d6bff6e0042957e0ad90a1
|
||||
size 27315068
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 10 21:29:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
@ -1025,7 +1045,7 @@ Thu Mar 4 23:08:08 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 14 19:58:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- skip python 3.6 build (no scipy)
|
||||
- skip python 3.6 build (no scipy)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 17:40:09 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user