Hello community,
here is the log from the commit of package python-jupyter_widgetsnbextension
for openSUSE:Factory checked in at 2018-08-03 12:39:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_widgetsnbextension"
Fri Aug 3 12:39:03 2018 rev:9 rq:627127 version:3.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension/python-jupyter_widgetsnbextension.changes
2018-04-19 15:32:28.011716866 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new/python-jupyter_widgetsnbextension.changes
2018-08-03 12:39:08.123733122 +0200
@@ -1,0 +2,13 @@
+Thu Aug 2 17:11:42 UTC 2018 - [email protected]
+
+- Update to 3.3.1
+ * 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))
+- License now included in wheel
+
+-------------------------------------------------------------------
Old:
----
COPYING.md
LICENSE
widgetsnbextension-3.2.1-py2.py3-none-any.whl
New:
----
widgetsnbextension-3.3.1-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_widgetsnbextension.spec ++++++
--- /var/tmp/diff_new_pack.Vn127m/_old 2018-08-03 12:39:11.179737670 +0200
+++ /var/tmp/diff_new_pack.Vn127m/_new 2018-08-03 12:39:11.179737670 +0200
@@ -19,16 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-jupyter_widgetsnbextension
-Version: 3.2.1
+Version: 3.3.1
Release: 0
Summary: IPython HTML widgets for Jupyter
License: BSD-3-Clause
Group: Development/Languages/Python
Url:
https://github.com/jupyter-widgets/ipywidgets/tree/master/widgetsnbextension
Source:
https://files.pythonhosted.org/packages/py2.py3/w/widgetsnbextension/widgetsnbextension-%{version}-py2.py3-none-any.whl
-# This package is created from inside the ipywidgets github project at the
same time, so use its license.
-Source10:
https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/%%40jupyter-widgets/notebook-manager%%40%{version}/COPYING.md
-Source11:
https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/%%40jupyter-widgets/notebook-manager%%40%{version}/LICENSE
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module jupyter_notebook >= 4.4.1}
@@ -57,8 +54,6 @@
%prep
%setup -c -T
-cp %{SOURCE10} .
-cp %{SOURCE11} .
%build
# not needed
@@ -77,9 +72,9 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc COPYING.md LICENSE
%{python_sitelib}/widgetsnbextension/
%{python_sitelib}/widgetsnbextension-%{version}.dist-info
+%license %{python_sitelib}/widgetsnbextension-%{version}.dist-info/LICENSE.txt
%python3_only %{_datadir}/jupyter/nbextensions/jupyter-js-widgets/
%python3_only %config
%{_sysconfdir}/jupyter/nbconfig/notebook.d/widgetsnbextension.json