Accepting request 1163567 from devel:languages:python:jupyter
- Update to 8.1.2 * Bump systeminformation from 5.18.3 to 5.21.8 in /ui-tests by @dependabot in #3837 * Try to use manager's latexTypesetter if window.MathJax is not defined by @bollwyvl in #3847 * fix: restoring widgets from saved state is broken since v8 in Lab by @mariobuikhuizen in #3866 OBS-URL: https://build.opensuse.org/request/show/1163567 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipywidgets?expand=0&rev=17
This commit is contained in:
commit
606695e8c0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40211efb556adec6fa450ccc2a77d59ca44a060f4f9f136833df59c9f538e6e8
|
||||
size 116420
|
3
ipywidgets-8.1.2.tar.gz
Normal file
3
ipywidgets-8.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9
|
||||
size 116492
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 17:49:23 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 8.1.2
|
||||
* Bump systeminformation from 5.18.3 to 5.21.8 in /ui-tests by
|
||||
@dependabot in #3837
|
||||
* Try to use manager's latexTypesetter if window.MathJax is not
|
||||
defined by @bollwyvl in #3847
|
||||
* fix: restoring widgets from saved state is broken since v8 in
|
||||
Lab by @mariobuikhuizen in #3866
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 18:30:20 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define skip_python39 1
|
||||
Name: python-ipywidgets
|
||||
Version: 8.1.1
|
||||
Version: 8.1.2
|
||||
Release: 0
|
||||
Summary: IPython HTML widgets for Jupyter
|
||||
License: BSD-3-Clause
|
||||
@ -35,8 +35,8 @@ BuildRequires: unzip
|
||||
Requires: python-comm >= 0.1.3
|
||||
Requires: python-ipython >= 6.1.0
|
||||
Requires: python-traitlets >= 4.3.1
|
||||
Requires: (python-jupyterlab_widgets >= 3.0.7 with python-jupyterlab_widgets < 4)
|
||||
Requires: (python-widgetsnbextension >= 4.0.7 with python-widgetsnbextension < 5)
|
||||
Requires: (python-jupyterlab_widgets >= 3.0.10 with python-jupyterlab_widgets < 4)
|
||||
Requires: (python-widgetsnbextension >= 4.0.10 with python-widgetsnbextension < 5)
|
||||
Provides: python-jupyter_ipywidgets = %{version}
|
||||
Obsoletes: python-jupyter_ipywidgets < %{version}
|
||||
BuildArch: noarch
|
||||
@ -45,11 +45,11 @@ BuildRequires: %{python_module comm >= 0.1.3}
|
||||
BuildRequires: %{python_module ipykernel}
|
||||
BuildRequires: %{python_module ipython >= 6.1.0}
|
||||
BuildRequires: %{python_module jsonschema}
|
||||
BuildRequires: %{python_module jupyterlab_widgets >= 3.0.7 with %python-jupyterlab_widgets < 4}
|
||||
BuildRequires: %{python_module jupyterlab_widgets >= 3.0.10 with %python-jupyterlab_widgets < 4}
|
||||
BuildRequires: %{python_module pytest >= 3.6.0}
|
||||
BuildRequires: %{python_module pytz}
|
||||
BuildRequires: %{python_module traitlets >= 4.3.1}
|
||||
BuildRequires: %{python_module widgetsnbextension >= 4.0.7 with %python-widgetsnbextension < 5}
|
||||
BuildRequires: %{python_module widgetsnbextension >= 4.0.10 with %python-widgetsnbextension < 5}
|
||||
# /SECTION
|
||||
%if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3"
|
||||
Provides: jupyter-ipywidgets = %{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user