- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=37
This commit is contained in:
Benjamin Greiner 2023-04-04 15:47:24 +00:00 committed by Git OBS Bridge
parent a82bb3aac6
commit 5f75e29be4
4 changed files with 26 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0005a77a47d77889cafed892b58e33b4a2a96712154404c6548ec22272811ea
size 114780

BIN
ipywidgets-8.0.6.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Apr 4 15:32:43 UTC 2023 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@ -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
@ -35,8 +35,8 @@ 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
@ -45,11 +45,11 @@ 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}