diff --git a/ipywidgets-8.0.4.tar.gz b/ipywidgets-8.0.4.tar.gz deleted file mode 100644 index 082c342..0000000 --- a/ipywidgets-8.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0005a77a47d77889cafed892b58e33b4a2a96712154404c6548ec22272811ea -size 114780 diff --git a/ipywidgets-8.0.6.tar.gz b/ipywidgets-8.0.6.tar.gz new file mode 100644 index 0000000..2ff3cfb --- /dev/null +++ b/ipywidgets-8.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7d779f2045d60de9f6c25f653fdae2dba57898e6a1284494b3ba20b6893bb8 +size 115372 diff --git a/python-ipywidgets.changes b/python-ipywidgets.changes index 43e1ddc..f2e4149 100644 --- a/python-ipywidgets.changes +++ b/python-ipywidgets.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Apr 4 15:32:43 UTC 2023 - Ben Greiner + +- Update to 8.0.6 + * Fix: revert removing ipykernel dependency #3749 + * Fix: structuredClone broke default serializer that depended on + JSON/toJSON #3738 + * Fix: comm/ipykernel/manager runtime issues: #3740, #3737 +- Release 8.0.5 + * Fix: propertly typed Comm interface #3722 + * Fix: support the comm package #3533 + * Fix: use of structuredClone allows for binary traits out of the + box #3689 + * Fix: combobox update issue #3681 + * Fix: add grey as valid color #3671 + * Fix: deprecation warning when using interact #3669 + ------------------------------------------------------------------- Sun Dec 25 19:30:47 UTC 2022 - Ben Greiner diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index 6b37f51..cdf6dd2 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -1,7 +1,7 @@ # # spec file for package python-ipywidgets # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-ipywidgets -Version: 8.0.4 +Version: 8.0.6 Release: 0 Summary: IPython HTML widgets for Jupyter License: BSD-3-Clause @@ -33,23 +33,21 @@ BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-ipykernel >= 4.5.1 Requires: python-ipython >= 6.1.0 -Requires: python-ipython_genutils >= 0.2 Requires: python-traitlets >= 4.3.1 -Requires: (python-jupyterlab_widgets >= 3.0 with python-jupyterlab_widgets < 4) -Requires: (python-widgetsnbextension >= 4.0 with python-widgetsnbextension < 5) +Requires: (python-jupyterlab_widgets >= 3.0.7 with python-jupyterlab_widgets < 4) +Requires: (python-widgetsnbextension >= 4.0.7 with python-widgetsnbextension < 5) Provides: python-jupyter_ipywidgets = %{version} Obsoletes: python-jupyter_ipywidgets < %{version} BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module ipykernel >= 4.5.1} BuildRequires: %{python_module ipython >= 6.1.0} -BuildRequires: %{python_module ipython_genutils >= 0.2} BuildRequires: %{python_module jsonschema} -BuildRequires: %{python_module jupyterlab_widgets >= 3 with %python-jupyterlab_widgets < 4} +BuildRequires: %{python_module jupyterlab_widgets >= 3.0.7 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 with %python-widgetsnbextension < 5} +BuildRequires: %{python_module widgetsnbextension >= 4.0.7 with %python-widgetsnbextension < 5} # /SECTION %if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3" Provides: jupyter-ipywidgets = %{version}