Accepting request 1104766 from devel:languages:python:jupyter

- Update to 3.0.8
  * no own release notes, see ipywidgets 8.1:
    - Allow CSS variables to be used as values in the Color trait
      by @nurbo in #3796
- Require python for js files to work (forwarded request 1104763 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1104766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyterlab-widgets?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2023-08-19 22:11:57 +00:00 committed by Git OBS Bridge
commit e74406fb52
4 changed files with 17 additions and 6 deletions

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

Binary file not shown.

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 18 18:21:19 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 3.0.8
* no own release notes, see ipywidgets 8.1:
- Allow CSS variables to be used as values in the Color trait
by @nurbo in #3796
- Require python for js files to work
-------------------------------------------------------------------
Tue Apr 4 15:42:21 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -16,8 +16,8 @@
#
%define pyver 3.0.7
%define jupver 5.0.7
%define pyver 3.0.8
%define jupver 5.0.8
Name: python-jupyterlab-widgets
Version: %{pyver}
Release: 0
@ -45,7 +45,9 @@ Version: %{pyver}
Summary: A JupyterLab extension for Jupyter/IPython widgets - Jupyter JS files
Requires: jupyter-jupyterlab-filesystem
Provides: jupyter-jupyter-widgets-jupyterlab-manager = %{jupver}-%{release}
Provides: jupyter-jupyterlab_widgets = %{pyver}-%{release}
Provides: jupyter-jupyterlab_widgets = %{jupver}-%{release}
Requires: python3dist(jupyterlab-widgets) = %{pyver}
Suggests: python3-jupyterlab-widgets
%description -n jupyter-jupyterlab-widgets
A JupyterLab 3.0 extension for Jupyter/IPython widgets - Jupyterlab-manager JS files