From 61b2d2d4fea5cc0b3b6efb6a399765eea4d82c22dc73cd0a016a6b17520bc087 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 19 Aug 2023 08:37:21 +0000 Subject: [PATCH] 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 --- ipywidgets-8.0.6.tar.gz | 3 --- ipywidgets-8.1.0.tar.gz | 3 +++ python-ipywidgets.changes | 11 +++++++++++ python-ipywidgets.spec | 9 ++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 ipywidgets-8.0.6.tar.gz create mode 100644 ipywidgets-8.1.0.tar.gz diff --git a/ipywidgets-8.0.6.tar.gz b/ipywidgets-8.0.6.tar.gz deleted file mode 100644 index 2ff3cfb..0000000 --- a/ipywidgets-8.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de7d779f2045d60de9f6c25f653fdae2dba57898e6a1284494b3ba20b6893bb8 -size 115372 diff --git a/ipywidgets-8.1.0.tar.gz b/ipywidgets-8.1.0.tar.gz new file mode 100644 index 0000000..29c7e4f --- /dev/null +++ b/ipywidgets-8.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce97dd90525b3066fd00094690964e7eac14cf9b7745d35565b5eeac20cce687 +size 116121 diff --git a/python-ipywidgets.changes b/python-ipywidgets.changes index f2e4149..61b39d1 100644 --- a/python-ipywidgets.changes +++ b/python-ipywidgets.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Aug 18 18:01:24 UTC 2023 - Ben Greiner + +- 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 diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index cdf6dd2..44d4cc4 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -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