Accepting request 1104761 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to 8.1.0
  * Allow CSS variables to be used as values in the Color trait by
    @nurbo in #3796
  * Replace ipykernel dependency by the comm dependency by
    @martinRenou in #3811
- Release 8.0.6
  * Fix tab widget with JupyterLab 4 by @martinRenou in #3787

OBS-URL: https://build.opensuse.org/request/show/1104761
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=40
This commit is contained in:
Benjamin Greiner 2023-08-19 08:37:21 +00:00 committed by Git OBS Bridge
parent 50fa21ec11
commit 61b2d2d4fe
4 changed files with 18 additions and 8 deletions

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

Binary file not shown.

3
ipywidgets-8.1.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Aug 18 18:01:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 8.1.0
* Allow CSS variables to be used as values in the Color trait by
@nurbo in #3796
* Replace ipykernel dependency by the comm dependency by
@martinRenou in #3811
- Release 8.0.6
* Fix tab widget with JupyterLab 4 by @martinRenou in #3787
-------------------------------------------------------------------
Tue Apr 4 15:32:43 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -17,7 +17,7 @@
Name: python-ipywidgets
Version: 8.0.6
Version: 8.1.0
Release: 0
Summary: IPython HTML widgets for Jupyter
License: BSD-3-Clause
@ -31,7 +31,7 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-ipykernel >= 4.5.1
Requires: python-comm >= 0.1.3
Requires: python-ipython >= 6.1.0
Requires: python-traitlets >= 4.3.1
Requires: (python-jupyterlab_widgets >= 3.0.7 with python-jupyterlab_widgets < 4)
@ -40,7 +40,8 @@ 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 comm >= 0.1.3}
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module ipython >= 6.1.0}
BuildRequires: %{python_module jsonschema}
BuildRequires: %{python_module jupyterlab_widgets >= 3.0.7 with %python-jupyterlab_widgets < 4}
@ -59,8 +60,6 @@ Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
%prep
%autosetup -p1 -n ipywidgets-%{version}
# remove shebangs from test modules. Those are not standalone scripts.
sed -i '1{/env python/d}' ipywidgets/widgets/tests/*.py
%build
%pyproject_wheel