From 2ee71f6e250c3f434c13f9b5a97c674140e2c3c79e6ba959d16a9a3d67ebe82b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 29 Mar 2024 17:58:26 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=46 --- ipywidgets-8.1.1.tar.gz | 3 --- ipywidgets-8.1.2.tar.gz | 3 +++ python-ipywidgets.changes | 11 +++++++++++ python-ipywidgets.spec | 10 +++++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 ipywidgets-8.1.1.tar.gz create mode 100644 ipywidgets-8.1.2.tar.gz diff --git a/ipywidgets-8.1.1.tar.gz b/ipywidgets-8.1.1.tar.gz deleted file mode 100644 index 85bd6ca..0000000 --- a/ipywidgets-8.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40211efb556adec6fa450ccc2a77d59ca44a060f4f9f136833df59c9f538e6e8 -size 116420 diff --git a/ipywidgets-8.1.2.tar.gz b/ipywidgets-8.1.2.tar.gz new file mode 100644 index 0000000..243e792 --- /dev/null +++ b/ipywidgets-8.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9 +size 116492 diff --git a/python-ipywidgets.changes b/python-ipywidgets.changes index c2eef3d..e03cc17 100644 --- a/python-ipywidgets.changes +++ b/python-ipywidgets.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Mar 29 17:49:23 UTC 2024 - Ben Greiner + +- 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 diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index 6301404..5599acf 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -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}