From 687143905982eac3516560e0d07116704ffa96ecbff97a4d5fedefe429122ce0 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 4 Apr 2023 15:45:36 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python:jupyter/python-jupyterlab-widgets?expand=0&rev=13 --- jupyterlab_widgets-3.0.3.tar.gz | 3 --- jupyterlab_widgets-3.0.7.tar.gz | 3 +++ python-jupyterlab-widgets.changes | 17 +++++++++++++++++ python-jupyterlab-widgets.spec | 12 ++++++------ 4 files changed, 26 insertions(+), 9 deletions(-) delete mode 100644 jupyterlab_widgets-3.0.3.tar.gz create mode 100644 jupyterlab_widgets-3.0.7.tar.gz diff --git a/jupyterlab_widgets-3.0.3.tar.gz b/jupyterlab_widgets-3.0.3.tar.gz deleted file mode 100644 index 994f587..0000000 --- a/jupyterlab_widgets-3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c767181399b4ca8b647befe2d913b1260f51bf9d8ef9b7a14632d4c1a7b536bd -size 189425 diff --git a/jupyterlab_widgets-3.0.7.tar.gz b/jupyterlab_widgets-3.0.7.tar.gz new file mode 100644 index 0000000..2074d9b --- /dev/null +++ b/jupyterlab_widgets-3.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a50ed5bf528a0c7a869096503af54702f86dda1db469aee1c92dc0c01b43ca +size 189462 diff --git a/python-jupyterlab-widgets.changes b/python-jupyterlab-widgets.changes index 0864451..806dd3e 100644 --- a/python-jupyterlab-widgets.changes +++ b/python-jupyterlab-widgets.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Apr 4 15:42:21 UTC 2023 - Ben Greiner + +- 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 diff --git a/python-jupyterlab-widgets.spec b/python-jupyterlab-widgets.spec index 36735e6..8b64b3f 100644 --- a/python-jupyterlab-widgets.spec +++ b/python-jupyterlab-widgets.spec @@ -1,7 +1,7 @@ # # 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 # 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.3 -%define jupver 5.0.3 +%define pyver 3.0.7 +%define jupver 5.0.7 Name: python-jupyterlab-widgets Version: %{pyver} 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 Source99: python-jupyterlab-widgets-rpmlintrc BuildRequires: %{python_module jupyter_packaging} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: fdupes 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} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check