Hello community,

here is the log from the commit of package python-jupyter_ipywidgets for 
openSUSE:Factory checked in at 2017-11-20 17:05:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_ipywidgets (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_ipywidgets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_ipywidgets"

Mon Nov 20 17:05:55 2017 rev:8 rq:542944 version:7.0.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_ipywidgets/python-jupyter_ipywidgets-doc.changes
  2017-11-09 13:57:34.427604326 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_ipywidgets.new/python-jupyter_ipywidgets-doc.changes
     2017-11-20 17:06:56.718419174 +0100
@@ -1,0 +2,6 @@
+Tue Nov 14 16:34:24 UTC 2017 - a...@gmx.de
+
+- update to version 7.0.4:
+  * No changelog
+
+-------------------------------------------------------------------
python-jupyter_ipywidgets.changes: same change

Old:
----
  ipywidgets-7.0.3.tar.gz

New:
----
  ipywidgets-7.0.4.tar.gz

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

Other differences:
------------------
++++++ python-jupyter_ipywidgets-doc.spec ++++++
--- /var/tmp/diff_new_pack.70mKkG/_old  2017-11-20 17:06:58.550352851 +0100
+++ /var/tmp/diff_new_pack.70mKkG/_new  2017-11-20 17:06:58.554352706 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version} && 0%{?suse_version} > 1320
 %bcond_without tests
 %else
@@ -27,16 +28,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jupyter_ipywidgets-doc
-Version:        7.0.3
+Version:        7.0.4
 Release:        0
 Summary:        Documentation for python-jupyter_ipywidgets
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            http://ipython.org
 Source:         
https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-%{version}.tar.gz
+BuildRequires:  %{python_module jupyter_ipywidgets}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module jupyter_ipywidgets}
 %if %{with tests}
 # Test Requirements
 BuildRequires:  %{python_module nose}

++++++ python-jupyter_ipywidgets.spec ++++++
--- /var/tmp/diff_new_pack.70mKkG/_old  2017-11-20 17:06:58.578351838 +0100
+++ /var/tmp/diff_new_pack.70mKkG/_new  2017-11-20 17:06:58.578351838 +0100
@@ -18,17 +18,17 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jupyter_ipywidgets
-Version:        7.0.3
+Version:        7.0.4
 Release:        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/i/ipywidgets/ipywidgets-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-jupyter_ipykernel >= 4.5.1
 Requires:       python-jupyter_ipython >= 4
 Requires:       python-jupyter_nbformat >= 4.2.0

++++++ ipywidgets-7.0.3.tar.gz -> ipywidgets-7.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-7.0.3/PKG-INFO 
new/ipywidgets-7.0.4/PKG-INFO
--- old/ipywidgets-7.0.3/PKG-INFO       2017-10-20 22:15:33.000000000 +0200
+++ new/ipywidgets-7.0.4/PKG-INFO       2017-11-09 20:30:42.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ipywidgets
-Version: 7.0.3
+Version: 7.0.4
 Summary: IPython HTML widgets for Jupyter
 Home-page: http://ipython.org
 Author: IPython Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' "old/ipywidgets-7.0.3/docs/source/examples/Widget 
Asynchronous.ipynb" "new/ipywidgets-7.0.4/docs/source/examples/Widget 
Asynchronous.ipynb"
--- "old/ipywidgets-7.0.3/docs/source/examples/Widget Asynchronous.ipynb"       
2017-10-18 23:17:31.000000000 +0200
+++ "new/ipywidgets-7.0.4/docs/source/examples/Widget Asynchronous.ipynb"       
2017-11-09 19:43:56.000000000 +0100
@@ -273,7 +273,7 @@
     "    total = 100\n",
     "    for i in range(total):\n",
     "        time.sleep(0.2)\n",
-    "        progress.value = (i+1)/total\n",
+    "        progress.value = float(i+1)/total\n",
     "\n",
     "thread = threading.Thread(target=work, args=(progress,))\n",
     "display(progress)\n",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-7.0.3/ipywidgets/_version.py 
new/ipywidgets-7.0.4/ipywidgets/_version.py
--- old/ipywidgets-7.0.3/ipywidgets/_version.py 2017-10-20 22:15:13.000000000 
+0200
+++ new/ipywidgets-7.0.4/ipywidgets/_version.py 2017-11-09 20:30:36.000000000 
+0100
@@ -1,7 +1,7 @@
 # Copyright (c) Jupyter Development Team.
 # Distributed under the terms of the Modified BSD License.
 
-version_info = (7, 0, 3, 'final', 0)
+version_info = (7, 0, 4, 'final', 0)
 
 _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-7.0.3/package.json 
new/ipywidgets-7.0.4/package.json
--- old/ipywidgets-7.0.3/package.json   2017-10-19 00:51:03.000000000 +0200
+++ new/ipywidgets-7.0.4/package.json   2017-11-07 08:01:00.000000000 +0100
@@ -5,6 +5,7 @@
     "clean": "lerna run clean",
     "build:examples": "lerna run build --scope \"@jupyter-widgets/example-*\" 
--include-filtered-dependencies",
     "build": "lerna run build --ignore \"@jupyter-widgets/example-*\"",
+    "lint": "lerna run lint",
     "update:dependency": "node scripts/update-dependency.js",
     "integrity": "node scripts/package-integrity.js",
     "updated": "lerna updated",


Reply via email to