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
This commit is contained in:
Markéta Machová 2021-02-09 08:57:28 +00:00 committed by Git OBS Bridge
parent ba04fa26cd
commit 6921653eab
6 changed files with 22 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e945f6e02854a74994c596d9db83444a1850c01648f1574adf144fbbabe05c97
size 5656334

3
ipywidgets-7.6.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f1a43e620530f9e570e4a493677d25f08310118d315b00e25a18f12913c41f0
size 4072376

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:131d5fe185243a32f0690a7d7a40909969440e5b3fc10dee56b043a0a17effa0
size 1111135
oid sha256:1949e148682a3c15a59769ab45809dccc38cc214ce31f4005c951bf018fae9c8
size 1118591

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72dfab4a0d9d23f68e24b87943514a0d20c3694de1883dc92c4f054d4f8f04e6
size 11728553
oid sha256:4379ee89c4d500583dd997297bc9f8779c5a168512608d69775f672bbf8a333a
size 11836387

View File

@ -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 <code@bnavigator.de>

View File

@ -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