SHA256
1
0
forked from pool/python-panel

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
This commit is contained in:
Markéta Machová 2023-10-26 10:56:29 +00:00 committed by Git OBS Bridge
parent 7cbf15a315
commit 9a31fc43ac
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ Tue Oct 24 14:42:36 UTC 2023 - Markéta Machová <mmachova@suse.com>
* 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

View File

@ -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