forked from pool/python-panel
Accepting request 1120540 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1120540 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-panel?expand=0&rev=17
This commit is contained in:
commit
8b8e17697b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:98996d19cd3da21c6dae2c32d26599b19d2f54033e3f00c8d2f3665e5027f0e8
|
|
||||||
size 26265967
|
|
3
panel-1.3.0.tar.gz
Normal file
3
panel-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:30e1ad012dc3c0367f018d9260abd55fb5de48be0892ddb3f88b137825e5c84a
|
||||||
|
size 27455322
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 24 14:42:36 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
* Upgrade to Param 2.0 as minimum required version
|
||||||
|
* Compatibility with Bokeh 3.3.0
|
||||||
|
* more bugfixes, see upstream CHANGELOG.md
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 17 00:11:57 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
Sun Sep 17 00:11:57 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-panel
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-panel%{psuffix}
|
Name: python-panel%{psuffix}
|
||||||
Version: 1.2.2
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A high level app and dashboarding solution for Python
|
Summary: A high level app and dashboarding solution for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -36,9 +36,9 @@ Source: https://files.pythonhosted.org/packages/source/p/panel/panel-%{v
|
|||||||
Source99: python-panel-rpmlintrc
|
Source99: python-panel-rpmlintrc
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module bleach}
|
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 packaging}
|
||||||
BuildRequires: %{python_module param >= 1.9.2}
|
BuildRequires: %{python_module param >= 2.0.0}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pyct >= 0.4.4}
|
BuildRequires: %{python_module pyct >= 0.4.4}
|
||||||
BuildRequires: %{python_module pyviz-comms >= 0.7.4}
|
BuildRequires: %{python_module pyviz-comms >= 0.7.4}
|
||||||
@ -72,17 +72,17 @@ BuildRequires: %{python_module streamz}
|
|||||||
Requires: jupyter-panel
|
Requires: jupyter-panel
|
||||||
Requires: python-Markdown
|
Requires: python-Markdown
|
||||||
Requires: python-bleach
|
Requires: python-bleach
|
||||||
|
Requires: python-bokeh >= 3.3.0
|
||||||
Requires: python-linkify-it-py
|
Requires: python-linkify-it-py
|
||||||
Requires: python-markdown-it-py < 3
|
Requires: python-markdown-it-py < 3
|
||||||
Requires: python-mdit-py-plugins
|
Requires: python-mdit-py-plugins
|
||||||
Requires: python-pandas >= 1.2
|
Requires: python-pandas >= 1.2
|
||||||
Requires: python-param >= 1.12.0
|
Requires: python-param >= 2.0.0
|
||||||
Requires: python-pyviz_comms >= 0.7.4
|
Requires: python-pyviz_comms >= 0.7.4
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Requires: python-tqdm >= 4.48.0
|
Requires: python-tqdm >= 4.48.0
|
||||||
Requires: python-typing_extensions
|
Requires: python-typing_extensions
|
||||||
Requires: python-xyzservices >= 2021.09.1
|
Requires: python-xyzservices >= 2021.09.1
|
||||||
Requires: (python-bokeh >= 3.1.1 with python-bokeh < 3.3.0)
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Recommends: python-Pillow
|
Recommends: python-Pillow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user