Accepting request 1077244 from devel:languages:python:jupyter

- Update to 3.0.7 with jupyterlab-manager 5.0.7
  ## release notes from ipywidgets 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
  * 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/request/show/1077244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyterlab-widgets?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2023-04-04 19:27:31 +00:00 committed by Git OBS Bridge
commit 2aac2547af
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:c767181399b4ca8b647befe2d913b1260f51bf9d8ef9b7a14632d4c1a7b536bd
size 189425

BIN
jupyterlab_widgets-3.0.7.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Apr 4 15:42:21 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 3.0.7 with jupyterlab-manager 5.0.7
## release notes from ipywidgets 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
* 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
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 5 15:48:54 UTC 2022 - Matej Cepl <mcepl@suse.com> Wed Oct 5 15:48:54 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-jupyterlab-widgets # spec file for package python-jupyterlab-widgets
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,9 +16,8 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define pyver 3.0.7
%define pyver 3.0.3 %define jupver 5.0.7
%define jupver 5.0.3
Name: python-jupyterlab-widgets Name: python-jupyterlab-widgets
Version: %{pyver} Version: %{pyver}
Release: 0 Release: 0
@ -28,6 +27,7 @@ URL: https://github.com/jupyter-widgets/ipywidgets
Source: https://files.pythonhosted.org/packages/source/j/jupyterlab_widgets/jupyterlab_widgets-%{pyver}.tar.gz Source: https://files.pythonhosted.org/packages/source/j/jupyterlab_widgets/jupyterlab_widgets-%{pyver}.tar.gz
Source99: python-jupyterlab-widgets-rpmlintrc Source99: python-jupyterlab-widgets-rpmlintrc
BuildRequires: %{python_module jupyter_packaging} BuildRequires: %{python_module jupyter_packaging}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: jupyter-jupyterlab-filesystem BuildRequires: jupyter-jupyterlab-filesystem
@ -54,10 +54,10 @@ A JupyterLab 3.0 extension for Jupyter/IPython widgets - Jupyterlab-manager JS f
%autosetup -p1 -n jupyterlab_widgets-%{pyver} %autosetup -p1 -n jupyterlab_widgets-%{pyver}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check