commit python-jupyter_widgetsnbextension for openSUSE:Factory

2018-09-24 Thread root
Hello community,

here is the log from the commit of package python-jupyter_widgetsnbextension 
for openSUSE:Factory checked in at 2018-09-24 13:11:35

Comparing /work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new 
(New)


Package is "python-jupyter_widgetsnbextension"

Mon Sep 24 13:11:35 2018 rev:11 rq:636714 version:3.4.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension/python-jupyter_widgetsnbextension.changes
  2018-09-15 15:35:05.929030439 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new/python-jupyter_widgetsnbextension.changes
 2018-09-24 13:11:36.477881307 +0200
@@ -1,0 +2,14 @@
+Sun Sep 16 16:23:28 UTC 2018 - Arun Persaud 
+
+- specfile:
+  * remove devel from noarch
+
+- update to version 3.4.2:
+  * Add `click` method to the Button Widget
+  * Fix JS remove_buffers view check
+  * Add tests for JS remove_buffers
+  * Use data-jupyter-widgets-cdn attribute to make the CDN
+  * configurable
+  * update lerna
+
+---

Old:

  widgetsnbextension-3.4.1-py2.py3-none-any.whl

New:

  widgetsnbextension-3.4.2-py2.py3-none-any.whl



Other differences:
--
++ python-jupyter_widgetsnbextension.spec ++
--- /var/tmp/diff_new_pack.XXupN7/_old  2018-09-24 13:11:37.209880010 +0200
+++ /var/tmp/diff_new_pack.XXupN7/_new  2018-09-24 13:11:37.209880010 +0200
@@ -12,22 +12,21 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-jupyter_widgetsnbextension
-Version:3.4.1
+Version:3.4.2
 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
+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
 BuildRequires:  %{python_module certifi}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module jupyter_notebook >= 4.4.1}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
@@ -35,6 +34,7 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-certifi
 Requires:   python-jupyter_notebook >= 4.4.1
+BuildArch:  noarch
 %ifpython2
 Requires:   python3-jupyter_widgetsnbextension
 %endif
@@ -42,7 +42,6 @@
 Provides:   %{oldpython}-jupyter_widgetsnbextension-nbextension = 
%{version}
 Obsoletes:  %{oldpython}-jupyter_widgetsnbextension-nbextension < 
%{version}
 %endif
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -53,7 +52,7 @@
 documentation for usage instructions.
 
 %prep
-%setup -c -T
+%setup -q -c -T
 
 %build
 # not needed
@@ -71,7 +70,6 @@
 %{fdupes %{buildroot}%{_datadir}/jupyter/ %{buildroot}%{python3_sitelib}}
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %{python_sitelib}/widgetsnbextension/
 %{python_sitelib}/widgetsnbextension-%{version}.dist-info
 %license %{python_sitelib}/widgetsnbextension-%{version}.dist-info/LICENSE.txt




commit python-jupyter_widgetsnbextension for openSUSE:Factory

2018-08-03 Thread root
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 - toddrme2...@gmail.com
+
+- 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 

commit python-jupyter_widgetsnbextension for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package python-jupyter_widgetsnbextension 
for openSUSE:Factory checked in at 2018-04-19 15:32:22

Comparing /work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new 
(New)


Package is "python-jupyter_widgetsnbextension"

Thu Apr 19 15:32:22 2018 rev:8 rq:597928 version:3.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension/python-jupyter_widgetsnbextension.changes
  2018-03-19 23:40:45.148214415 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new/python-jupyter_widgetsnbextension.changes
 2018-04-19 15:32:28.011716866 +0200
@@ -1,0 +2,15 @@
+Thu Apr 19 04:36:31 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 3.2.1
+  * A new `FloatLogSlider` widget is a slider with a log scale, suitable for 
exploring a wide range of magnitudes.
+  * `link` and `dlink` are now exported from ipywidgets for convenience, so 
that you can import them directly from ipywidgets instead of needing to import 
them from traitlets. 
([#1923](https://github.com/jupyter-widgets/ipywidgets/pull/1923))
+  * A new option `manual_name` has been added to `interact_manual()` to change 
the name of the update button, for example 
`interact_manual(manual_name='Update')`. 
([#1924](https://github.com/jupyter-widgets/ipywidgets/pull/1923))
+  * The Output widget now has a `.capture()` method, which returns a decorator 
to capture the output of a function.
+  * The Output widget has much more comprehensive documentation in its own 
section. ([#2020](https://github.com/jupyter-widgets/ipywidgets/pull/2020))
+  * Installing `widgetsnbextension` now automatically enables the nbextension 
in Jupyter Notebook 5.3 or later. 
([#1911](https://github.com/jupyter-widgets/ipywidgets/pull/1911))
+  * The default rendering of a widget if widgets are not installed is now a 
short description of the widget in text instead of a much longer HTML message. 
([#2007](https://github.com/jupyter-widgets/ipywidgets/pull/2007))
+  * The JavaScript base widget manager class now has a `resolveUrl` method to 
resolve a URL relative to the current notebook location. 
([#1993](https://github.com/jupyter-widgets/ipywidgets/pull/1993))
+  * The html manager now exposes a way to specify which JavaScript file is 
fetched for a package and the loader used to fetch the library. 
([#1995](https://github.com/jupyter-widgets/ipywidgets/pull/1995), 
[#1998](https://github.com/jupyter-widgets/ipywidgets/pull/1998))
+  * The `@jupyter-widgets/controls` widget specification version was bumped to 
`1.2.0`. Changes include the FloatLogSlider widget and more specific 
documentation about array element types. 
([#2017](https://github.com/jupyter-widgets/ipywidgets/pull/2017))
+  
+---

Old:

  widgetsnbextension-3.1.4-py2.py3-none-any.whl

New:

  widgetsnbextension-3.2.1-py2.py3-none-any.whl



Other differences:
--
++ python-jupyter_widgetsnbextension.spec ++
--- /var/tmp/diff_new_pack.jHXkHB/_old  2018-04-19 15:32:29.251665798 +0200
+++ /var/tmp/diff_new_pack.jHXkHB/_new  2018-04-19 15:32:29.255665633 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-jupyter_widgetsnbextension
-Version:3.1.4
+Version:3.2.1
 Release:0
 Summary:IPython HTML widgets for Jupyter
 License:BSD-3-Clause




commit python-jupyter_widgetsnbextension for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package python-jupyter_widgetsnbextension 
for openSUSE:Factory checked in at 2018-03-19 23:40:20

Comparing /work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new 
(New)


Package is "python-jupyter_widgetsnbextension"

Mon Mar 19 23:40:20 2018 rev:7 rq:588726 version:3.1.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension/python-jupyter_widgetsnbextension.changes
  2018-03-07 10:34:25.739016668 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new/python-jupyter_widgetsnbextension.changes
 2018-03-19 23:40:45.148214415 +0100
@@ -1,0 +2,10 @@
+Mon Mar 19 20:19:04 UTC 2018 - toddrme2...@gmail.com
+
+- Re-remove bashisms
+
+---
+Tue Mar 13 12:21:35 UTC 2018 - toddrme2...@gmail.com
+
+- Switch to simpler and more reliable wheels
+
+---

Old:

  widgetsnbextension-3.1.4.tar.gz

New:

  widgetsnbextension-3.1.4-py2.py3-none-any.whl



Other differences:
--
++ python-jupyter_widgetsnbextension.spec ++
--- /var/tmp/diff_new_pack.hiDRzR/_old  2018-03-19 23:40:46.516165067 +0100
+++ /var/tmp/diff_new_pack.hiDRzR/_new  2018-03-19 23:40:46.520164924 +0100
@@ -25,24 +25,25 @@
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:
https://github.com/jupyter-widgets/ipywidgets/tree/master/widgetsnbextension
-Source: 
https://files.pythonhosted.org/packages/source/w/widgetsnbextension/widgetsnbextension-%{version}.tar.gz
+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}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%ifpython2
+Requires:   python-certifi
 Requires:   python-jupyter_notebook >= 4.4.1
+%ifpython2
 Requires:   python3-jupyter_widgetsnbextension
 %endif
 %ifpython3
 Provides:   %{oldpython}-jupyter_widgetsnbextension-nbextension = 
%{version}
 Obsoletes:  %{oldpython}-jupyter_widgetsnbextension-nbextension < 
%{version}
-Requires(post):   python3-jupyter_notebook >= 4.4.1
-Requires(preun):  python3-jupyter_notebook >= 4.4.1
 %endif
 BuildArch:  noarch
 %python_subpackages
@@ -55,16 +56,15 @@
 documentation for usage instructions.
 
 %prep
-%setup -q -n widgetsnbextension-%{version}
+%setup -c -T
 cp %{SOURCE10} .
 cp %{SOURCE11} .
 
 %build
-%python_build
+# not needed
 
 %install
-%python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
 
 if [ "$(dirname %{_prefix}/etc/jupyter)" != "$(dirname 
%{_sysconfdir}/jupyter)" ]; then
 mkdir -p %{buildroot}%{_sysconfdir}
@@ -72,21 +72,14 @@
 rm -d %{buildroot}%{_prefix}/etc
 fi
 
-%post -n python3-jupyter_widgetsnbextension
-jupyter nbextension enable --system --py widgetsnbextension
-exit 0
-
-%preun -n python3-jupyter_widgetsnbextension
-if [ $1 == 0 ]   && [ -d %{python3_sitelib}/widgetsnbextension/ ] ; then
-jupyter nbextension disable --system --py widgetsnbextension
-fi
-exit 0
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%{fdupes %{buildroot}%{_datadir}/jupyter/ %{buildroot}%{python3_sitelib}}
 
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc COPYING.md LICENSE
-%{python_sitelib}/widgetsnbextension-%{version}-py*.egg-info
 %{python_sitelib}/widgetsnbextension/
+%{python_sitelib}/widgetsnbextension-%{version}.dist-info
 %python3_only %{_datadir}/jupyter/nbextensions/jupyter-js-widgets/
 %python3_only %config 
%{_sysconfdir}/jupyter/nbconfig/notebook.d/widgetsnbextension.json
 




commit python-jupyter_widgetsnbextension for openSUSE:Factory

2018-01-06 Thread root
Hello community,

here is the log from the commit of package python-jupyter_widgetsnbextension 
for openSUSE:Factory checked in at 2018-01-06 18:49:12

Comparing /work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new 
(New)


Package is "python-jupyter_widgetsnbextension"

Sat Jan  6 18:49:12 2018 rev:5 rq:561733 version:3.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension/python-jupyter_widgetsnbextension.changes
  2017-11-17 10:59:32.461738982 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new/python-jupyter_widgetsnbextension.changes
 2018-01-06 18:49:13.083150904 +0100
@@ -1,0 +2,15 @@
+Wed Jan  3 23:17:05 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 3.1.0:
+  * No changelog
+
+---
+Wed Nov 22 22:51:38 UTC 2017 - a...@gmx.de
+
+- update to version 3.0.8:
+  * No changelog
+
+---

Old:

  widgetsnbextension-3.0.7.tar.gz

New:

  widgetsnbextension-3.1.0.tar.gz



Other differences:
--
++ python-jupyter_widgetsnbextension.spec ++
--- /var/tmp/diff_new_pack.4FyL0o/_old  2018-01-06 18:49:14.055105489 +0100
+++ /var/tmp/diff_new_pack.4FyL0o/_new  2018-01-06 18:49:14.059105302 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter_widgetsnbextension
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-jupyter_widgetsnbextension
-Version:3.0.7
+Version:3.1.0
 Release:0
 Summary:IPython HTML widgets for Jupyter
 License:BSD-3-Clause

++ widgetsnbextension-3.0.7.tar.gz -> widgetsnbextension-3.1.0.tar.gz ++
 6211 lines of diff (skipped)




commit python-jupyter_widgetsnbextension for openSUSE:Factory

2017-11-17 Thread root
Hello community,

here is the log from the commit of package python-jupyter_widgetsnbextension 
for openSUSE:Factory checked in at 2017-11-17 10:54:36

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 Nov 17 10:54:36 2017 rev:4 rq:541979 version:3.0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension/python-jupyter_widgetsnbextension.changes
  2017-11-09 13:57:38.427458611 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new/python-jupyter_widgetsnbextension.changes
 2017-11-17 10:59:32.461738982 +0100
@@ -1,0 +2,6 @@
+Tue Nov 14 16:38:21 UTC 2017 - a...@gmx.de
+
+- update to version 3.0.7:
+  * No changelog
+
+---

Old:

  widgetsnbextension-3.0.6.tar.gz

New:

  widgetsnbextension-3.0.7.tar.gz



Other differences:
--
++ python-jupyter_widgetsnbextension.spec ++
--- /var/tmp/diff_new_pack.mi1zIk/_old  2017-11-17 10:59:35.845615135 +0100
+++ /var/tmp/diff_new_pack.mi1zIk/_new  2017-11-17 10:59:35.845615135 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-jupyter_widgetsnbextension
-Version:3.0.6
+Version:3.0.7
 Release:0
 Summary:IPython HTML widgets for Jupyter
 License:BSD-3-Clause

++ widgetsnbextension-3.0.6.tar.gz -> widgetsnbextension-3.0.7.tar.gz ++
 77013 lines of diff (skipped)




commit python-jupyter_widgetsnbextension for openSUSE:Factory

2017-11-09 Thread root
Hello community,

here is the log from the commit of package python-jupyter_widgetsnbextension 
for openSUSE:Factory checked in at 2017-11-09 13:57:01

Comparing /work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new 
(New)


Package is "python-jupyter_widgetsnbextension"

Thu Nov  9 13:57:01 2017 rev:3 rq:536941 version:3.0.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension/python-jupyter_widgetsnbextension.changes
  2017-10-03 23:17:13.262958783 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new/python-jupyter_widgetsnbextension.changes
 2017-11-09 13:57:38.427458611 +0100
@@ -1,0 +2,6 @@
+Thu Oct 26 17:29:33 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 3.0.6
+  * No changelog
+
+---

Old:

  widgetsnbextension-3.0.3.tar.gz

New:

  widgetsnbextension-3.0.6.tar.gz



Other differences:
--
++ python-jupyter_widgetsnbextension.spec ++
--- /var/tmp/diff_new_pack.jl1gcP/_old  2017-11-09 13:57:39.523418685 +0100
+++ /var/tmp/diff_new_pack.jl1gcP/_new  2017-11-09 13:57:39.523418685 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-jupyter_widgetsnbextension
-Version:3.0.3
+Version:3.0.6
 Release:0
 Summary:IPython HTML widgets for Jupyter
 License:BSD-3-Clause

++ widgetsnbextension-3.0.3.tar.gz -> widgetsnbextension-3.0.6.tar.gz ++
 4172 lines of diff (skipped)




commit python-jupyter_widgetsnbextension for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package python-jupyter_widgetsnbextension 
for openSUSE:Factory checked in at 2017-10-03 23:17:12

Comparing /work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new 
(New)


Package is "python-jupyter_widgetsnbextension"

Tue Oct  3 23:17:12 2017 rev:2 rq:527625 version:3.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension/python-jupyter_widgetsnbextension.changes
  2017-05-17 17:14:21.614863705 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new/python-jupyter_widgetsnbextension.changes
 2017-10-03 23:17:13.262958783 +0200
@@ -1,0 +2,11 @@
+Wed Sep 20 22:03:42 UTC 2017 - toddrme2...@gmail.com
+
+- Fix license download urls
+
+---
+Tue Sep 19 21:17:09 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 3.0.3
+  * No changelog
+
+---

Old:

  widgetsnbextension-2.0.0.tar.gz

New:

  widgetsnbextension-3.0.3.tar.gz



Other differences:
--
++ python-jupyter_widgetsnbextension.spec ++
--- /var/tmp/diff_new_pack.fCb2D4/_old  2017-10-03 23:17:14.102840583 +0200
+++ /var/tmp/diff_new_pack.fCb2D4/_new  2017-10-03 23:17:14.110839457 +0200
@@ -17,27 +17,33 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:   python-jupyter_widgetsnbextension
-Version:2.0.0
+Version:3.0.3
 Release:0
-# Matching ipwywidgets version, for the license files
-%define ipywidver 6.0.0
 Summary:IPython HTML widgets for Jupyter
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://ipython.org
 Source: 
https://files.pythonhosted.org/packages/source/w/widgetsnbextension/widgetsnbextension-%{version}.tar.gz
 # 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/%{ipywidver}/COPYING.md
-Source11:   
https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/%{ipywidver}/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 devel}
 BuildRequires:  %{python_module jupyter_notebook >= 4.4.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%ifpython2
 Requires:   python-jupyter_notebook >= 4.4.1
-Requires:   %{name}-nbextension = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   python3-jupyter_widgetsnbextension
+%endif
+%ifpython3
+Provides:   %{oldpython}-jupyter_widgetsnbextension-nbextension = 
%{version}
+Obsoletes:  %{oldpython}-jupyter_widgetsnbextension-nbextension < 
%{version}
+Requires(post):   python3-jupyter_notebook >= 4.4.1
+Requires(preun):  python3-jupyter_notebook >= 4.4.1
+%endif
 BuildArch:  noarch
 %python_subpackages
 
@@ -48,15 +54,6 @@
 would also install `ipywidgets`. Refer to that package's
 documentation for usage instructions.
 
-%package -n %{name}-nbextension
-Summary:Notebook extension for %{name}
-Provides:   %{python_module jupyter_widgetsnbextension-nbextension = 
%{version}}
-
-%description -n %{name}-nbextension
-This package provides the python version-independent nbextension files
-for %{name}. It is useless on its own, the proper python version-
-specific package will require this.
-
 %prep
 %setup -q -n widgetsnbextension-%{version}
 cp %{SOURCE10} .
@@ -69,15 +66,21 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%post -n python3-jupyter_widgetsnbextension
+jupyter nbextension enable --system --py widgetsnbextension
+exit 0
+
+%preun -n python3-jupyter_widgetsnbextension
+if [ $1 == 0 ]   && [ -d %{python3_sitelib}/widgetsnbextension/ ] ; then
+jupyter nbextension disable --system --py widgetsnbextension
+fi
+exit 0
+
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc COPYING.md LICENSE
 %{python_sitelib}/widgetsnbextension-%{version}-py*.egg-info
 %{python_sitelib}/widgetsnbextension/
-
-%files -n %{name}-nbextension
-%defattr(-,root,root,-)
-%doc COPYING.md LICENSE
-%{_datadir}/jupyter/nbextensions/jupyter-js-widgets/
+%python3_only %{_datadir}/jupyter/nbextensions/jupyter-js-widgets/
 
 %changelog

++ 

commit python-jupyter_widgetsnbextension for openSUSE:Factory

2017-05-17 Thread root
Hello community,

here is the log from the commit of package python-jupyter_widgetsnbextension 
for openSUSE:Factory checked in at 2017-05-17 17:14:20

Comparing /work/SRC/openSUSE:Factory/python-jupyter_widgetsnbextension (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new 
(New)


Package is "python-jupyter_widgetsnbextension"

Wed May 17 17:14:20 2017 rev:1 rq:491441 version:2.0.0

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_widgetsnbextension.new/python-jupyter_widgetsnbextension.changes
 2017-05-17 17:14:21.614863705 +0200
@@ -0,0 +1,9 @@
+---
+Thu Apr 27 08:07:01 UTC 2017 - toddrme2...@gmail.com
+
+- Split python-independent nbextension directory into subpackage.
+
+---
+Wed Apr 26 20:42:35 UTC 2017 - toddrme2...@gmail.com
+
+- Initial version

New:

  COPYING.md
  LICENSE
  python-jupyter_widgetsnbextension.changes
  python-jupyter_widgetsnbextension.spec
  widgetsnbextension-2.0.0.tar.gz



Other differences:
--
++ python-jupyter_widgetsnbextension.spec ++
#
# spec file for package python-jupyter_widgetsnbextension
#
# Copyright (c) 2017 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/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-jupyter_widgetsnbextension
Version:2.0.0
Release:0
# Matching ipwywidgets version, for the license files
%define ipywidver 6.0.0
Summary:IPython HTML widgets for Jupyter
License:BSD-3-Clause
Group:  Development/Languages/Python
Url:http://ipython.org
Source: 
https://files.pythonhosted.org/packages/source/w/widgetsnbextension/widgetsnbextension-%{version}.tar.gz
# 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/%{ipywidver}/COPYING.md
Source11:   
https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/%{ipywidver}/LICENSE
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module jupyter_notebook >= 4.4.1}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:   python-jupyter_notebook >= 4.4.1
Requires:   %{name}-nbextension = %{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%python_subpackages

%description
Interactive HTML widgets for Jupyter notebooks.

Requires the corresponding package for your kernel. i.e. Python users
would also install `ipywidgets`. Refer to that package's
documentation for usage instructions.

%package -n %{name}-nbextension
Summary:Notebook extension for %{name}
Provides:   %{python_module jupyter_widgetsnbextension-nbextension = 
%{version}}

%description -n %{name}-nbextension
This package provides the python version-independent nbextension files
for %{name}. It is useless on its own, the proper python version-
specific package will require this.

%prep
%setup -q -n widgetsnbextension-%{version}
cp %{SOURCE10} .
cp %{SOURCE11} .

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%defattr(-,root,root,-)
%doc COPYING.md LICENSE
%{python_sitelib}/widgetsnbextension-%{version}-py*.egg-info
%{python_sitelib}/widgetsnbextension/

%files -n %{name}-nbextension
%defattr(-,root,root,-)
%doc COPYING.md LICENSE
%{_datadir}/jupyter/nbextensions/jupyter-js-widgets/

%changelog
++ COPYING.md ++
# Licensing terms

This project is licensed under the terms of the Modified BSD License
(also known as New or Revised or 3-Clause BSD), as follows:

- Copyright (c) 2016, Jupyter Development Team

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright