Hello community,
here is the log from the commit of package python3-jupyter_ipywidgets for
openSUSE:Factory checked in at 2015-10-22 12:59:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_ipywidgets (Old)
and /work/SRC/openSUSE:Factory/.python3-jupyter_ipywidgets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-jupyter_ipywidgets"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-jupyter_ipywidgets/python3-jupyter_ipywidgets.changes
2015-10-14 16:45:18.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_ipywidgets.new/python3-jupyter_ipywidgets.changes
2015-10-22 12:59:21.000000000 +0200
@@ -1,0 +2,43 @@
+Tue Oct 20 02:59:22 UTC 2015 - [email protected]
+
+- update to version 4.1.0:
+ * Add release instructions
+ * Reuse backend's widgets
+ * Move ready trigger
+ * Add `ready` event which fires when the widget receives its first state
+ * 0 is falsy
+ * Pass the correct Comm target name in create_widget
+ * Do not send comm_info for workaround widget
+ * Search for css selectors using the parent element
+ * Fixes
+ * Add the ability to change the readout logic easily.
+ * Fix version in py file
+ * Run interact manual on Text widget submit
+ * Fix clean-css too
+ * Include float/int text and progress widgets too
+ * Only update slider description on description change
+ * Fixes, - Behavior so the readout render - Listen to the correct
+ jqueryui event
+ * Add `continuous` flag to the sliders, which allows you to set
+ whether or not the sliders update as they are being dragged.
+ * Allow for numeric labels and retain type information on selection
+ * Stricter LESS and Bower versions, and make sure bower is ran silently
+ * Fix collapse/expand bug on accordion title change.
+ * Import get_ipython() since it is no longer available globally.
+ * Don't filter on the javascript side
+ * Use the _get_comm_info method to reconstruct all widget models
+ living in the backend.
+ * Close the widget area when there are no more widget views.
+ * Allow change of description
+ * Adding color picker widget
+ * Move create_model back into WidgetManager
+ * Reference persistence callbacks in WidgetManager, not ManagerBase
+ * fix typo in comm creation conditional
+ * Handle case where options are missing in new_widget call.
+ * Fix that/this context error
+ * Change postinstall to prepublish
+ * Bug fix
+ * Finish decoupling of the manager
+ * Begin notebook decoupling effort.
+
+-------------------------------------------------------------------
Old:
----
ipywidgets-4.0.3.tar.gz
New:
----
ipywidgets-4.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-jupyter_ipywidgets.spec ++++++
--- /var/tmp/diff_new_pack.LLvqgU/_old 2015-10-22 12:59:22.000000000 +0200
+++ /var/tmp/diff_new_pack.LLvqgU/_new 2015-10-22 12:59:22.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-jupyter_ipywidgets
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,23 +13,24 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
Name: python3-jupyter_ipywidgets
-Version: 4.0.3
+Version: 4.1.0
Release: 0
-License: BSD-3-Clause
Summary: IPython HTML widgets for Jupyter
-Url: http://ipython.org
+License: BSD-3-Clause
Group: Development/Languages/Python
+Url: http://ipython.org
Source:
https://pypi.python.org/packages/source/i/ipywidgets/ipywidgets-%{version}.tar.gz
BuildRequires: python3-devel
-BuildRequires: python3-setuptools
BuildRequires: python3-jupyter_ipykernel
BuildRequires: python3-jupyter_ipython >= 4
BuildRequires: python3-jupyter_notebook
-BuildRequires: python3-traitlets
BuildRequires: python3-setuptools
+BuildRequires: python3-setuptools
+BuildRequires: python3-traitlets
# Test requirements
BuildRequires: python3-nose
Requires: python3-jupyter_ipykernel
++++++ ipywidgets-4.0.3.tar.gz -> ipywidgets-4.1.0.tar.gz ++++++
++++ 1806 lines of diff (skipped)