From 6921653eab774a2110174d06b43b6560f1dfa2d7d6d9cc3ff68257798b988b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 9 Feb 2021 08:57:28 +0000 Subject: [PATCH] Accepting request 870382 from home:malcolmlewis:branches:devel:languages:python:jupyter - Updated to version 7.6.3: * The main change in this release is that installing `ipywidgets` 7.6.0 will now automatically enable ipywidgets support in JupyterLab 3.0 * Full list of pull requests and issues, see the [7.6.0 milestone](https://github.com/jupyter-widgets/ipywidgets/ milestone/31?closed=1). - Update html and pdf files. OBS-URL: https://build.opensuse.org/request/show/870382 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=25 --- ipywidgets-7.5.1.tar.gz | 3 --- ipywidgets-7.6.3.tar.gz | 3 +++ ipywidgets.pdf | 4 ++-- ipywidgets.zip | 4 ++-- python-ipywidgets.changes | 12 ++++++++++++ python-ipywidgets.spec | 5 +++-- 6 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 ipywidgets-7.5.1.tar.gz create mode 100644 ipywidgets-7.6.3.tar.gz diff --git a/ipywidgets-7.5.1.tar.gz b/ipywidgets-7.5.1.tar.gz deleted file mode 100644 index 799804c..0000000 --- a/ipywidgets-7.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e945f6e02854a74994c596d9db83444a1850c01648f1574adf144fbbabe05c97 -size 5656334 diff --git a/ipywidgets-7.6.3.tar.gz b/ipywidgets-7.6.3.tar.gz new file mode 100644 index 0000000..13388f5 --- /dev/null +++ b/ipywidgets-7.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1a43e620530f9e570e4a493677d25f08310118d315b00e25a18f12913c41f0 +size 4072376 diff --git a/ipywidgets.pdf b/ipywidgets.pdf index ee2b877..b689003 100644 --- a/ipywidgets.pdf +++ b/ipywidgets.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:131d5fe185243a32f0690a7d7a40909969440e5b3fc10dee56b043a0a17effa0 -size 1111135 +oid sha256:1949e148682a3c15a59769ab45809dccc38cc214ce31f4005c951bf018fae9c8 +size 1118591 diff --git a/ipywidgets.zip b/ipywidgets.zip index 8f35cff..5461dad 100644 --- a/ipywidgets.zip +++ b/ipywidgets.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72dfab4a0d9d23f68e24b87943514a0d20c3694de1883dc92c4f054d4f8f04e6 -size 11728553 +oid sha256:4379ee89c4d500583dd997297bc9f8779c5a168512608d69775f672bbf8a333a +size 11836387 diff --git a/python-ipywidgets.changes b/python-ipywidgets.changes index 77b140e..138f7e4 100644 --- a/python-ipywidgets.changes +++ b/python-ipywidgets.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Feb 8 22:51:24 UTC 2021 - malcolmlewis@opensuse.org + +- Updated to version 7.6.3: + * The main change in this release is that installing `ipywidgets` + 7.6.0 will now automatically enable ipywidgets support in + JupyterLab 3.0 + * Full list of pull requests and issues, see the [7.6.0 + milestone](https://github.com/jupyter-widgets/ipywidgets/ + milestone/31?closed=1). +- Update html and pdf files. + ------------------------------------------------------------------- Tue Dec 15 12:52:41 UTC 2020 - Benjamin Greiner diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index 946cfab..e6203e7 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -1,7 +1,7 @@ # # spec file for package python-ipywidgets # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-ipywidgets -Version: 7.5.1 +Version: 7.6.3 Release: 0 Summary: IPython HTML widgets for Jupyter License: BSD-3-Clause @@ -96,5 +96,6 @@ rm docs/html/.buildinfo %license LICENSE %doc ipywidgets.pdf %doc docs/html +%doc docs/source/changelog.md %changelog