Hello community,

here is the log from the commit of package python3-jupyter_ipywidgets for 
openSUSE:Factory checked in at 2016-05-25 21:27:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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:
--------
New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_ipywidgets.new/python3-jupyter_ipywidgets-doc.changes
   2016-05-25 21:27:41.000000000 +0200
@@ -0,0 +1,89 @@
+-------------------------------------------------------------------
+Mon May  9 20:02:14 UTC 2016 - [email protected]
+
+- Update to 5.1.4
+  * No upstream changelog
+- Build documentation.
+  * Documentation is built in own subpackage to speed up build.
+
+-------------------------------------------------------------------
+Sun May  8 07:13:31 UTC 2016 - [email protected]
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
+Tue Oct 27 15:20:16 UTC 2015 - [email protected]
+
+- update to version 4.1.1:
+  * More detailed dev-install instructions
+  * add 'npm is required' message when files are missing
+  * fix version_info
+  * Don't prefix with v
+  * Update the RELEASE instructions
+
+-------------------------------------------------------------------
+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.
+
+-------------------------------------------------------------------
+Mon Oct 12 13:47:20 UTC 2015 - [email protected]
+
+- Update to 4.0.3
+  * Provide link to example notebooks in the README.md
+  * Correct some bugs in the code 
+  * Add __version__ to ipywidgets package
+  * Call correct superclass in AccordionView
+  * Make long description part of setup.py
+  * Remove README.md from manifest
+
+-------------------------------------------------------------------
+Wed Sep 16 09:41:12 UTC 2015 - [email protected]
+
+- Fix npm dependency on openSUSE:Factory
+
+-------------------------------------------------------------------
+Thu Aug 13 11:52:09 UTC 2015 - [email protected]
+
+- Initial version
+
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_ipywidgets/python3-jupyter_ipywidgets.changes
    2015-10-28 17:31:13.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_ipywidgets.new/python3-jupyter_ipywidgets.changes
       2016-05-25 21:27:41.000000000 +0200
@@ -1,0 +2,15 @@
+Mon May  9 20:02:14 UTC 2016 - [email protected]
+
+- Update to 5.1.4
+  * No upstream changelog
+- Build documentation.
+  * Documentation is built in own subpackage to speed up build.
+
+-------------------------------------------------------------------
+Sun May  8 07:13:31 UTC 2016 - [email protected]
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------

Old:
----
  ipywidgets-4.1.1.tar.gz

New:
----
  ipywidgets-5.1.4.tar.gz
  python3-jupyter_ipywidgets-doc.changes
  python3-jupyter_ipywidgets-doc.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-jupyter_ipywidgets-doc.spec ++++++
#
# spec file for package python3-jupyter_ipywidgets-doc
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python3-jupyter_ipywidgets-doc
Version:        5.1.4
Release:        0
Summary:        Documentation for python3-jupyter_ipywidgets
License:        BSD-3-Clause
Group:          Documentation/HTML
Url:            http://ipython.org
Source:         
https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-%{version}.tar.gz
BuildRequires:  pandoc
BuildRequires:  python3-Sphinx
BuildRequires:  python3-jupyter_sphinx_theme
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Documentation and help files for python3-jupyter_ipywidgets.
 
%package html
Summary:        HTML documentation for python3-jupyter_ipywidgets
Group:          Development/Languages/Python
Recommends:     python3-jupyter_ipywidgets = %{version}

%description html
Documentation and help files for python3-jupyter_ipywidgets in HTML format.

%prep
%setup -q -n ipywidgets-%{version}

%build
# Nothing here

%install
# Build the documentation
pushd docs
export PYTHONPATH=%{buildroot}%{python3_sitelib}:$PYTHONPATH
export PATH=%{buildroot}%{_bindir}:$PATH
make html
rm -rf build/html/.buildinfo
popd

%files html
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/build/html/

%changelog
++++++ python3-jupyter_ipywidgets.spec ++++++
--- /var/tmp/diff_new_pack.e14IXu/_old  2016-05-25 21:27:42.000000000 +0200
+++ /var/tmp/diff_new_pack.e14IXu/_new  2016-05-25 21:27:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-jupyter_ipywidgets
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,13 +17,13 @@
 
 
 Name:           python3-jupyter_ipywidgets
-Version:        4.1.1
+Version:        5.1.4
 Release:        0
 Summary:        IPython HTML widgets for Jupyter
 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
+Source:         
https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-jupyter_ipykernel
 BuildRequires:  python3-jupyter_ipython >= 4
@@ -59,16 +59,13 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-# This is meant to be used as a stand-alone script, so set permissions
-chmod a+x %{buildroot}%{python3_sitelib}/ipywidgets/install.py
-
 %check
 nosetests
 
 %files
 %defattr(-,root,root,-)
 %doc COPYING.md README.md
-%doc examples/
+%doc docs/source/examples/
 %{python3_sitelib}/*
 
 %changelog

++++++ ipywidgets-4.1.1.tar.gz -> ipywidgets-5.1.4.tar.gz ++++++
++++ 46240 lines of diff (skipped)


Reply via email to