summaryrefslogtreecommitdiff
path: root/python-ipywidgets.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-ipywidgets.spec')
-rw-r--r--python-ipywidgets.spec30
1 files changed, 11 insertions, 19 deletions
diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec
index 00f11dd..0d9ac36 100644
--- a/python-ipywidgets.spec
+++ b/python-ipywidgets.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-ipywidgets
-Version: 8.0.4
+Version: 8.0.6
Release: 1
Summary: Jupyter interactive widgets
License: BSD 3-Clause License
URL: http://jupyter.org
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/26/2a/47bf74e71f2c172136e3a101d8a222807ec5cabc10321dfa14f58fda1cbf/ipywidgets-8.0.4.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/3c/00fe451a0571677a37e78515613f6578ba61462626354a98c17e1b4f9c68/ipywidgets-8.0.6.tar.gz
BuildArch: noarch
Requires: python3-ipykernel
@@ -14,6 +14,7 @@ Requires: python3-traitlets
Requires: python3-widgetsnbextension
Requires: python3-jupyterlab-widgets
Requires: python3-jsonschema
+Requires: python3-ipykernel
Requires: python3-pytest
Requires: python3-pytest-cov
Requires: python3-pytz
@@ -22,7 +23,7 @@ Requires: python3-pytz
# ipywidgets: Interactive HTML Widgets
**ipywidgets**, also known as jupyter-widgets or simply widgets, are
-[interactive HTML widgets](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
+[interactive HTML widgets](https://github.com/jupyter-widgets/ipywidgets/blob/main/docs/source/examples/Index.ipynb)
for Jupyter notebooks and the IPython kernel.
This package contains the python implementation of the core interactive widgets bundled in ipywidgets.
@@ -30,7 +31,7 @@ This package contains the python implementation of the core interactive widgets
## Core Interactive Widgets
The fundamental widgets provided by this library are called core interactive
-widgets. A [demonstration notebook](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
+widgets. A [demonstration notebook](https://github.com/jupyter-widgets/ipywidgets/blob/main/docs/source/examples/Index.ipynb)
provides an overview of the core interactive widgets, including:
- sliders
@@ -40,12 +41,9 @@ provides an overview of the core interactive widgets, including:
- display areas
- and more
-
For more information, see the main [documentation](https://github.com/jupyter-widgets/ipywidgets#readme).
-
-
%package -n python3-ipywidgets
Summary: Jupyter interactive widgets
Provides: python-ipywidgets
@@ -56,7 +54,7 @@ BuildRequires: python3-pip
# ipywidgets: Interactive HTML Widgets
**ipywidgets**, also known as jupyter-widgets or simply widgets, are
-[interactive HTML widgets](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
+[interactive HTML widgets](https://github.com/jupyter-widgets/ipywidgets/blob/main/docs/source/examples/Index.ipynb)
for Jupyter notebooks and the IPython kernel.
This package contains the python implementation of the core interactive widgets bundled in ipywidgets.
@@ -64,7 +62,7 @@ This package contains the python implementation of the core interactive widgets
## Core Interactive Widgets
The fundamental widgets provided by this library are called core interactive
-widgets. A [demonstration notebook](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
+widgets. A [demonstration notebook](https://github.com/jupyter-widgets/ipywidgets/blob/main/docs/source/examples/Index.ipynb)
provides an overview of the core interactive widgets, including:
- sliders
@@ -74,12 +72,9 @@ provides an overview of the core interactive widgets, including:
- display areas
- and more
-
For more information, see the main [documentation](https://github.com/jupyter-widgets/ipywidgets#readme).
-
-
%package help
Summary: Development documents and examples for ipywidgets
Provides: python3-ipywidgets-doc
@@ -87,7 +82,7 @@ Provides: python3-ipywidgets-doc
# ipywidgets: Interactive HTML Widgets
**ipywidgets**, also known as jupyter-widgets or simply widgets, are
-[interactive HTML widgets](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
+[interactive HTML widgets](https://github.com/jupyter-widgets/ipywidgets/blob/main/docs/source/examples/Index.ipynb)
for Jupyter notebooks and the IPython kernel.
This package contains the python implementation of the core interactive widgets bundled in ipywidgets.
@@ -95,7 +90,7 @@ This package contains the python implementation of the core interactive widgets
## Core Interactive Widgets
The fundamental widgets provided by this library are called core interactive
-widgets. A [demonstration notebook](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
+widgets. A [demonstration notebook](https://github.com/jupyter-widgets/ipywidgets/blob/main/docs/source/examples/Index.ipynb)
provides an overview of the core interactive widgets, including:
- sliders
@@ -105,14 +100,11 @@ provides an overview of the core interactive widgets, including:
- display areas
- and more
-
For more information, see the main [documentation](https://github.com/jupyter-widgets/ipywidgets#readme).
-
-
%prep
-%autosetup -n ipywidgets-8.0.4
+%autosetup -n ipywidgets-8.0.6
%build
%py3_build
@@ -152,5 +144,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 8.0.4-1
+* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 8.0.6-1
- Package Spec generated