Hello community,
here is the log from the commit of package python3-jupyter_ipykernel for
openSUSE:Factory checked in at 2016-05-25 21:27:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_ipykernel (Old)
and /work/SRC/openSUSE:Factory/.python3-jupyter_ipykernel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-jupyter_ipykernel"
Changes:
--------
New Changes file:
--- /dev/null 2016-04-07 01:36:33.300037506 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_ipykernel.new/python3-jupyter_ipykernel-doc.changes
2016-05-25 21:27:59.000000000 +0200
@@ -0,0 +1,81 @@
+-------------------------------------------------------------------
+Wed May 18 18:15:01 UTC 2016 - [email protected]
+
+- Build documentation.
+ * Documentation is built in own subpackage to speed up build.
+
+-------------------------------------------------------------------
+Sun May 8 07:13:01 UTC 2016 - [email protected]
+
+- specfile:
+ * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
+Sat Feb 27 16:39:07 UTC 2016 - [email protected]
+
+- update to version 4.3.1:
+ * Fix Windows Python 3.5 incompatibility caused by faulthandler
+ patch in 4.3
+
+- changes from version 4.3.0:
+ * Publish all IO in a thread, via :class:`IOPubThread`. This solves
+ the problem of requiring :meth:`sys.stdout.flush` to be called in
+ the notebook to produce output promptly during long-running cells.
+ * Remove refrences to outdated IPython guiref in kernel banner.
+ * Patch faulthandler to use sys.__stderr__ instead of forwarded
+ sys.stderr, which has no fileno when forwarded.
+ * Deprecate some vestiges of the Big Split: -
+ :func:`ipykernel.find_connection_file` is deprecated. Use
+ :func:`jupyter_client.find_connection_file` instead. - Various
+ pieces of code specific to IPython parallel are deprecated in
+ ipykernel and moved to ipyparallel.
+
+-------------------------------------------------------------------
+Fri Jan 8 13:58:50 UTC 2016 - [email protected]
+
+- Update to version 4.2.2
+ * Don't show interactive debugging info when kernel crashes
+ * Fix handling of numerical types in json_clean
+ * Testing fixes for output capturing
+
+-------------------------------------------------------------------
+Sat Dec 5 22:39:36 UTC 2015 - [email protected]
+
+- update to version 4.2.1:
+ * Fix default display name back to "Python X" instead of "pythonX"
+
+-------------------------------------------------------------------
+Thu Nov 26 21:14:47 UTC 2015 - [email protected]
+
+- update to version 4.2.0:
+ * Support sending a full message in initial opening of comms
+ (metadata, buffers were not previously allowed)
+ * When using "ipython kernel install --name" to install the IPython
+ kernelspec, default display-name to the same value as "--name".
+
+-------------------------------------------------------------------
+Sun Oct 25 22:44:45 UTC 2015 - [email protected]
+
+- update to version 4.1.1:
+ * Fix missing "ipykernel.__version__" on Python 2.
+ * Fix missing "target_name" when opening comms from the frontend.
+
+-------------------------------------------------------------------
+Wed Oct 21 13:28:07 UTC 2015 - [email protected]
+
+- Don't build with python3-buildservice-tweak.
+ It causes package tests to fail .
+
+-------------------------------------------------------------------
+Thu Oct 8 10:34:53 UTC 2015 - [email protected]
+
+- Update to 4.1.0
+ * add ipython kernel install entrypoint for installing the IPython kernelspec
+ * provisional implementation of comm_info request/reply for msgspec v5.1
+
+-------------------------------------------------------------------
+Tue Jul 21 15:14:54 UTC 2015 - [email protected]
+
+- Initial version
+
---
/work/SRC/openSUSE:Factory/python3-jupyter_ipykernel/python3-jupyter_ipykernel.changes
2016-03-07 13:29:55.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_ipykernel.new/python3-jupyter_ipykernel.changes
2016-05-25 21:27:59.000000000 +0200
@@ -1,0 +2,13 @@
+Wed May 18 18:15:01 UTC 2016 - [email protected]
+
+- Build documentation.
+ * Documentation is built in own subpackage to speed up build.
+
+-------------------------------------------------------------------
+Sun May 8 07:13:01 UTC 2016 - [email protected]
+
+- specfile:
+ * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
New:
----
python3-jupyter_ipykernel-doc.changes
python3-jupyter_ipykernel-doc.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-jupyter_ipykernel-doc.spec ++++++
#
# spec file for package python3-jupyter_ipykernel-doc
#
# Copyright (c) 2016 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/
#
Name: python3-jupyter_ipykernel-doc
Version: 4.3.1
Release: 0
Summary: Documentation for python3-jupyter_ipykernel
License: BSD-3-Clause
Group: Documentation/Other
Url: http://ipython.org
Source:
https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-%{version}.tar.gz
BuildRequires: python3-Sphinx
BuildRequires: python3-Sphinx-latex
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Documentation and help files for python3-jupyter_ipykernel.
%package html
Summary: HTML documentation for python3-jupyter_ipykernel
Group: Documentation/HTML
Recommends: python3-jupyter_ipykernel = %{version}
%description html
Documentation and help files for python3-jupyter_ipykernel in HTML format.
%package pdf
Summary: PDF documentation for python3-jupyter_ipykernel
Group: Documentation/PDF
Recommends: python3-jupyter_ipykernel = %{version}
%description pdf
Documentation and help files for python3-jupyter_ipykernel in PDF format.
%prep
%setup -q -n ipykernel-%{version}
%build
# Nothing here
%install
# Build the documentation
pushd docs
export PYTHONPATH=%{buildroot}%{python3_sitelib}:$PYTHONPATH
export PATH=%{buildroot}%{_bindir}:$PATH
make latexpdf
make html
rm -rf _build/html/.buildinfo
popd
%files html
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/_build/html/
%files pdf
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/_build/latex/*.pdf
%changelog
++++++ python3-jupyter_ipykernel.spec ++++++
--- /var/tmp/diff_new_pack.AI6OKS/_old 2016-05-25 21:28:00.000000000 +0200
+++ /var/tmp/diff_new_pack.AI6OKS/_new 2016-05-25 21:28:00.000000000 +0200
@@ -23,7 +23,7 @@
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://ipython.org
-Source:
https://pypi.python.org/packages/source/i/ipykernel/ipykernel-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-jupyter_client
BuildRequires: python3-jupyter_ipython >= 4.0.0
@@ -33,6 +33,10 @@
BuildRequires: python3-nose
BuildRequires: python3-numpy
BuildConflicts: python3-buildservice-tweak
+%if 0%{?suse_version} && 0%{?suse_version} <= 1310
+BuildRequires: python3-pathlib2
+Requires: python3-pathlib2
+%endif
Requires: python3-jupyter_client
Requires: python3-jupyter_ipython >= 4.0.0
Requires: python3-traitlets