Hello community,

here is the log from the commit of package python-jupyter_ipywidgets for 
openSUSE:Factory checked in at 2018-08-10 09:48:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 Aug 10 09:48:21 2018 rev:14 rq:627355 version:7.3.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_ipywidgets/python-jupyter_ipywidgets-doc.changes
  2018-04-19 15:32:32.639526257 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_ipywidgets.new/python-jupyter_ipywidgets-doc.changes
     2018-08-10 09:48:22.530134423 +0200
@@ -1,0 +2,12 @@
+Fri Aug  3 14:46:23 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 7.3.2
+  * A new `GridBox` widget is introduced and associated CSS gridproperties are 
added to the layout. This enables using the CSS Grid spec for laying out 
widgets. See the [Widget 
Styling](http://ipywidgets.readthedocs.io/en/stable/examples/Widget%20Styling.html)
 documentation for some examples. Because of this and other model specification 
changes, the view and module versions of widgets was incremented in both the 
base and controls packages. 
([#2107](https://github.com/jupyter-widgets/ipywidgets/pull/2107), 
[#2064](https://github.com/jupyter-widgets/ipywidgets/pull/2064), 
[#1942](https://github.com/jupyter-widgets/ipywidgets/issues/1942))
+  * Widgets with a `description` attribute now also have a 
`description_tooltip` attribute to set a tooltip on the description. The 
tooltip defaults to the description text. Setting `description_tooltip` to `''` 
removes it, and setting it to `None` makes the tooltip default to the 
description text. 
([#2070](https://github.com/jupyter-widgets/ipywidgets/pull/2070))
+  * `'transparent'` is now a valid color for color attributes. 
([#2128](https://github.com/jupyter-widgets/ipywidgets/pull/2128))
+  * Dropdowns now have extra padding to make room for the dropdown arrow. 
([#2052](https://github.com/jupyter-widgets/ipywidgets/issues/2052), 
[#2101](https://github.com/jupyter-widgets/ipywidgets/pull/2101))
+  * Image widget `repr` now truncates the image value to prevent huge amounts 
of output in notebooks. 
([#2111](https://github.com/jupyter-widgets/ipywidgets/pull/2111))
+  * Python 3.3 support is dropped. Python 3.3 support was dropped in the 
Python community in [September 
2017](https://www.python.org/dev/peps/pep-0398/#x-end-of-life). 
([#2129](https://github.com/jupyter-widgets/ipywidgets/pull/2129))
+  * The license information has been consolidated into the LICENSE file, and 
the COPYING.md file is removed. If you are repackaging ipywidgets or 
widgetsnbextension, please make sure to include LICENSE instead of COPYING.md. 
([#2133](https://github.com/jupyter-widgets/ipywidgets/pull/2133), 
[#2048](https://github.com/jupyter-widgets/ipywidgets/pull/2048), 
[#1701](https://github.com/jupyter-widgets/ipywidgets/issues/1701), 
[#1706](https://github.com/jupyter-widgets/ipywidgets/pull/1706))
+
+-------------------------------------------------------------------
python-jupyter_ipywidgets.changes: same change

Old:
----
  ipywidgets-7.2.1.tar.gz

New:
----
  ipywidgets-7.3.2.tar.gz

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

Other differences:
------------------
++++++ python-jupyter_ipywidgets-doc.spec ++++++
--- /var/tmp/diff_new_pack.hXgNlc/_old  2018-08-10 09:48:23.114135363 +0200
+++ /var/tmp/diff_new_pack.hXgNlc/_new  2018-08-10 09:48:23.118135369 +0200
@@ -28,7 +28,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jupyter_ipywidgets-doc
-Version:        7.2.1
+Version:        7.3.2
 Release:        0
 Summary:        Documentation for python-jupyter_ipywidgets
 License:        BSD-3-Clause
@@ -91,7 +91,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING.md
+%license LICENSE
 %{_docdir}/python-jupyter_ipywidgets/
 
 %changelog

++++++ python-jupyter_ipywidgets.spec ++++++
--- /var/tmp/diff_new_pack.hXgNlc/_old  2018-08-10 09:48:23.134135395 +0200
+++ /var/tmp/diff_new_pack.hXgNlc/_new  2018-08-10 09:48:23.138135402 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jupyter_ipywidgets
-Version:        7.2.1
+Version:        7.3.2
 Release:        0
 Summary:        IPython HTML widgets for Jupyter
 License:        BSD-3-Clause
@@ -52,7 +52,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc COPYING.md README.md
+%doc README.md
+%license LICENSE
 %{python_sitelib}/*
 
 %changelog

++++++ ipywidgets-7.2.1.tar.gz -> ipywidgets-7.3.2.tar.gz ++++++
++++ 27092 lines of diff (skipped)


Reply via email to