Hello community,
here is the log from the commit of package python-jupyter_ipywidgets for
openSUSE:Factory checked in at 2018-02-16 21:43:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_ipywidgets (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_ipywidgets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_ipywidgets"
Fri Feb 16 21:43:57 2018 rev:11 rq:577061 version:7.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_ipywidgets/python-jupyter_ipywidgets-doc.changes
2018-01-20 11:27:22.418517355 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter_ipywidgets.new/python-jupyter_ipywidgets-doc.changes
2018-02-16 21:44:00.664518532 +0100
@@ -1,0 +2,6 @@
+Thu Feb 15 14:36:41 UTC 2018 - [email protected]
+
+- Update to version 7.1.1
+ * Bugfix release
+
+-------------------------------------------------------------------
python-jupyter_ipywidgets.changes: same change
Old:
----
ipywidgets-7.1.0.tar.gz
New:
----
ipywidgets-7.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_ipywidgets-doc.spec ++++++
--- /var/tmp/diff_new_pack.3byUnW/_old 2018-02-16 21:44:01.768478717 +0100
+++ /var/tmp/diff_new_pack.3byUnW/_new 2018-02-16 21:44:01.768478717 +0100
@@ -28,7 +28,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter_ipywidgets-doc
-Version: 7.1.0
+Version: 7.1.1
Release: 0
Summary: Documentation for python-jupyter_ipywidgets
License: BSD-3-Clause
python-jupyter_ipywidgets.spec: same change
++++++ ipywidgets-7.1.0.tar.gz -> ipywidgets-7.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ipywidgets-7.1.0/PKG-INFO
new/ipywidgets-7.1.1/PKG-INFO
--- old/ipywidgets-7.1.0/PKG-INFO 2017-12-27 15:58:09.000000000 +0100
+++ new/ipywidgets-7.1.1/PKG-INFO 2018-01-24 10:41:55.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: ipywidgets
-Version: 7.1.0
+Version: 7.1.1
Summary: IPython HTML widgets for Jupyter
Home-page: http://ipython.org
Author: IPython Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ipywidgets-7.1.0/README.md
new/ipywidgets-7.1.1/README.md
--- old/ipywidgets-7.1.0/README.md 2017-11-22 00:42:32.000000000 +0100
+++ new/ipywidgets-7.1.1/README.md 2018-01-22 04:24:09.000000000 +0100
@@ -69,7 +69,7 @@
```
pip install ipywidgets
-jupyter nbextension enable --py --sys-prefix widgetsnbextension
+jupyter nbextension enable --py --sys-prefix widgetsnbextension # can be
skipped for notebook version 5.3 and above
```
- With conda:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ipywidgets-7.1.0/docs/environment.yml
new/ipywidgets-7.1.1/docs/environment.yml
--- old/ipywidgets-7.1.0/docs/environment.yml 2017-12-26 21:31:52.000000000
+0100
+++ new/ipywidgets-7.1.1/docs/environment.yml 2018-01-10 23:54:39.000000000
+0100
@@ -15,6 +15,6 @@
- sphinx_rtd_theme
- tornado
- python-dateutil
+- recommonmark
- pip:
- - recommonmark==0.4 # See https://github.com/rtfd/recommonmark/issues/78
- jupyter-alabaster-theme
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ipywidgets-7.1.0/ipywidgets/_version.py
new/ipywidgets-7.1.1/ipywidgets/_version.py
--- old/ipywidgets-7.1.0/ipywidgets/_version.py 2017-12-27 15:57:25.000000000
+0100
+++ new/ipywidgets-7.1.1/ipywidgets/_version.py 2018-01-24 10:41:45.000000000
+0100
@@ -1,7 +1,7 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
-version_info = (7, 1, 0, 'final', 0)
+version_info = (7, 1, 1, 'final', 0)
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
@@ -10,6 +10,7 @@
__protocol_version__ = '2.0.0'
__jupyter_widgets_base_version__ = '1.0.0'
+__jupyter_widgets_output_version__ = '1.0.0'
__jupyter_widgets_controls_version__ = '1.1.0'
# A compatible @jupyter-widgets/html-manager npm package semver range
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ipywidgets-7.1.0/ipywidgets/widgets/widget_output.py
new/ipywidgets-7.1.1/ipywidgets/widgets/widget_output.py
--- old/ipywidgets-7.1.0/ipywidgets/widgets/widget_output.py 2017-11-02
04:59:36.000000000 +0100
+++ new/ipywidgets-7.1.1/ipywidgets/widgets/widget_output.py 2018-01-24
10:38:15.000000000 +0100
@@ -9,6 +9,7 @@
from .domwidget import DOMWidget
from .widget import register
from .widget_core import CoreWidget
+from .._version import __jupyter_widgets_output_version__
import sys
from traitlets import Unicode, Tuple
@@ -18,7 +19,7 @@
@register
-class Output(DOMWidget, CoreWidget):
+class Output(DOMWidget):
"""Widget used as a context manager to display output.
This widget can capture and display stdout, stderr, and rich output. To
use
@@ -41,6 +42,9 @@
_model_name = Unicode('OutputModel').tag(sync=True)
_view_module = Unicode('@jupyter-widgets/output').tag(sync=True)
_model_module = Unicode('@jupyter-widgets/output').tag(sync=True)
+ _view_module_version =
Unicode(__jupyter_widgets_output_version__).tag(sync=True)
+ _model_module_version =
Unicode(__jupyter_widgets_output_version__).tag(sync=True)
+
msg_id = Unicode('', help="Parent message id of messages to
capture").tag(sync=True)
outputs = Tuple(help="The output messages synced from the
frontend.").tag(sync=True)