From b7cf737e28e8916abf652f479b927faa8192a8bf Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 21 Apr 2023 05:05:02 +0000 Subject: automatic import of python-ipywidgets --- .gitignore | 1 + python-ipywidgets.spec | 30 +++++++++++------------------- sources | 2 +- 3 files changed, 13 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 5edd143..54b9d7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ipywidgets-8.0.4.tar.gz +/ipywidgets-8.0.6.tar.gz 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 - 8.0.4-1 +* Fri Apr 21 2023 Python_Bot - 8.0.6-1 - Package Spec generated diff --git a/sources b/sources index 24f30b0..9729ebd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -32c8bedf390539a8e40d1c727586ecb7 ipywidgets-8.0.4.tar.gz +0b130de1cf8cdb8b007127231c009b41 ipywidgets-8.0.6.tar.gz -- cgit v1.2.3