Accepting request 1104764 from 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 (forwarded request 1104761 from bnavigator) OBS-URL: https://build.opensuse.org/request/show/1104764 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipywidgets?expand=0&rev=14
This commit is contained in:
commit
ee726f0193
BIN
ipywidgets-8.0.6.tar.gz
(Stored with Git LFS)
BIN
ipywidgets-8.0.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
ipywidgets-8.1.0.tar.gz
Normal file
3
ipywidgets-8.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce97dd90525b3066fd00094690964e7eac14cf9b7745d35565b5eeac20cce687
|
||||
size 116121
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user