Hello community,
here is the log from the commit of package python-jupyter_ipykernel for
openSUSE:Factory checked in at 2018-10-12 13:11:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_ipykernel (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_ipykernel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_ipykernel"
Fri Oct 12 13:11:49 2018 rev:12 rq:641327 version:5.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_ipykernel/python-jupyter_ipykernel.changes
2018-10-01 08:18:54.833910489 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_ipykernel.new/python-jupyter_ipykernel.changes
2018-10-12 13:12:04.127182600 +0200
@@ -1,0 +2,22 @@
+Thu Oct 11 16:33:41 UTC 2018 - Todd R <[email protected]>
+
+- Fix source URL
+
+-------------------------------------------------------------------
+Thu Oct 11 16:01:27 UTC 2018 - Todd R <[email protected]>
+
+- Update doc files
+
+-------------------------------------------------------------------
+Thu Oct 11 04:52:51 UTC 2018 - Arun Persaud <[email protected]>
+
+- update to version 5.1.0:
+ * Fix message-ordering bug that could result in out-of-order
+ executions, especially on Windows (:ghpull:`356`)
+ * Fix classifiers to indicate dropped Python 2 support
+ (:ghpull:`354`)
+ * Remove some dead code (:ghpull:`355`)
+ * Support rich-media responses in inspect_requests (tooltips)
+ (:ghpull:`361`)
+
+-------------------------------------------------------------------
Old:
----
ipykernel-5.0.0-py3-none-any.whl
New:
----
ipykernel-5.1.0-py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_ipykernel.spec ++++++
--- /var/tmp/diff_new_pack.SWdGpU/_old 2018-10-12 13:12:05.019181335 +0200
+++ /var/tmp/diff_new_pack.SWdGpU/_new 2018-10-12 13:12:05.019181335 +0200
@@ -12,19 +12,19 @@
# 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 skip_python2 1
Name: python-jupyter_ipykernel
-Version: 5.0.0
+Version: 5.1.0
Release: 0
Summary: IPython Kernel for Jupyter
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/ipython/ipykernel
+URL: https://github.com/ipython/ipykernel
Source0:
https://files.pythonhosted.org/packages/py3/i/ipykernel/ipykernel-%{version}-py3-none-any.whl
# Please make sure you update the documentation files at every release
Source1:
https://media.readthedocs.org/pdf/ipykernel/stable/ipykernel.pdf
@@ -38,27 +38,26 @@
BuildRequires: hicolor-icon-theme
BuildRequires: python-rpm-macros
BuildRequires: unzip
+Requires: python-jupyter_client
+Requires: python-jupyter_ipython >= 4.0.0
+Requires: python-tornado >= 4.0
+Requires: python-traitlets >= 4.1.0
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module jupyter_client}
BuildRequires: %{python_module jupyter_ipython >= 4.0.0}
-BuildRequires: %{python_module nose}
BuildRequires: %{python_module nose_warnings_filters}
+BuildRequires: %{python_module nose}
BuildRequires: %{python_module tornado >= 4.0}
BuildRequires: %{python_module traitlets >= 4.1.0}
%if 0%{?suse_version} <= 1320
BuildRequires: %{python_module typing}
%endif
# /SECTION
-Requires: python-jupyter_client
-Requires: python-jupyter_ipython >= 4.0.0
-Requires: python-tornado >= 4.0
-Requires: python-traitlets >= 4.1.0
# typing is only built-in for later versions of python
%if 0%{?suse_version} <= 1320
Requires: python-typing
%endif
-BuildArch: noarch
-
%python_subpackages
%description
@@ -73,7 +72,7 @@
Documentation and help files for python-jupyter_ipykernel.
%prep
-%setup -T -c -n %{name}-%{version}
+%setup -q -T -c
cp %{SOURCE1} .
unzip %{SOURCE2} -d docs
mv docs/ipykernel-* docs/html
++++++ ipykernel.pdf ++++++
(binary differes)
++++++ ipykernel.zip ++++++
Binary files /var/tmp/diff_new_pack.SWdGpU/_old and
/var/tmp/diff_new_pack.SWdGpU/_new differ