Hello community,
here is the log from the commit of package python3-jupyter_client for
openSUSE:Factory checked in at 2016-08-05 18:16:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_client (Old)
and /work/SRC/openSUSE:Factory/.python3-jupyter_client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-jupyter_client"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-jupyter_client/python3-jupyter_client-doc.changes
2016-05-25 21:24:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_client.new/python3-jupyter_client-doc.changes
2016-08-05 18:16:13.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Jul 29 18:27:25 UTC 2016 - [email protected]
+
+- Fixed source URL.
+
+-------------------------------------------------------------------
+Wed Jul 27 21:39:26 UTC 2016 - [email protected]
+
+- Update to version 4.3.0
+ * Adds ``--sys-prefix`` argument to :command:`jupyter kernelspec install`,
+ for better symmetry with :command:`jupyter nbextension install`, etc.
+- Merge documentation subpackages into single package.
+
+-------------------------------------------------------------------
---
/work/SRC/openSUSE:Factory/python3-jupyter_client/python3-jupyter_client.changes
2016-05-25 21:24:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_client.new/python3-jupyter_client.changes
2016-08-05 18:16:13.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul 27 21:39:26 UTC 2016 - [email protected]
+
+- Update to version 4.3.0
+ * Adds ``--sys-prefix`` argument to :command:`jupyter kernelspec install`,
+ for better symmetry with :command:`jupyter nbextension install`, etc.
+
+-------------------------------------------------------------------
Old:
----
jupyter_client-4.2.2.tar.gz
New:
----
jupyter_client-4.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-jupyter_client-doc.spec ++++++
--- /var/tmp/diff_new_pack.eLDXLH/_old 2016-08-05 18:16:14.000000000 +0200
+++ /var/tmp/diff_new_pack.eLDXLH/_new 2016-08-05 18:16:14.000000000 +0200
@@ -17,49 +17,37 @@
%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
-# LaTeX is broken in current version, should be fixed in next version
-#%define build_pdf 1
+# LaTex documentation building currently broken
%define build_pdf 0
%else
%define build_pdf 0
%endif
Name: python3-jupyter_client-doc
-Version: 4.2.2
+Version: 4.3.0
Release: 0
Summary: Documentation for python3-jupyter_client
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://jupyter.org
-Source:
https://pypi.python.org/packages/source/j/jupyter_client/jupyter_client-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-%{version}.tar.gz
BuildRequires: python3-jupyter_client
# Documentation requirements
BuildRequires: python3-Sphinx
%if %{build_pdf}
BuildRequires: python3-Sphinx-latex
%endif
+Recommends: python3-jupyter_client = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
+Provides: %{name}-html = %{version}
+Provides: %{name}-pdf = %{version}
+Obsoletes: %{name}-html < %{version}
+Obsoletes: %{name}-pdf < %{version}
%description
Documentation and help files for python3-jupyter_client.
-%package html
-Summary: HTML documentation for python3-jupyter_client
-Group: Development/Languages/Python
-Recommends: python3-jupyter_client = %{version}
-
-%description html
-Documentation and help files for python3-jupyter_client in HTML format.
-
-%package pdf
-Summary: PDF documentation for python3-jupyter_client
-Group: Development/Languages/Python
-Recommends: python3-jupyter_client = %{version}
-
-%description pdf
-Documentation and help files for python3-jupyter_client in PDF format.
-
%prep
%setup -q -n jupyter_client-%{version}
@@ -76,15 +64,11 @@
rm -rf _build/html/.buildinfo
popd
-%files html
+%files
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/_build/html/
-
%if %{build_pdf}
-%files pdf
-%defattr(-,root,root,-)
-%doc COPYING.md
%doc docs/_build/latex/jupyter_core.pdf
%endif
++++++ python3-jupyter_client.spec ++++++
--- /var/tmp/diff_new_pack.eLDXLH/_old 2016-08-05 18:16:14.000000000 +0200
+++ /var/tmp/diff_new_pack.eLDXLH/_new 2016-08-05 18:16:14.000000000 +0200
@@ -17,7 +17,7 @@
Name: python3-jupyter_client
-Version: 4.2.2
+Version: 4.3.0
Release: 0
Summary: Jupyter protocol implementation and client libraries
License: BSD-3-Clause
@@ -31,6 +31,7 @@
BuildRequires: python3-traitlets
# Test Requirements
BuildRequires: python3-nose
+BuildRequires: python3-pytest
Requires: python3-jupyter_core
Requires: python3-pyzmq >= 13
Requires: python3-traitlets
++++++ jupyter_client-4.2.2.tar.gz -> jupyter_client-4.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_client-4.2.2/PKG-INFO
new/jupyter_client-4.3.0/PKG-INFO
--- old/jupyter_client-4.2.2/PKG-INFO 2016-03-10 10:13:08.000000000 +0100
+++ new/jupyter_client-4.3.0/PKG-INFO 2016-06-07 10:30:20.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: jupyter_client
-Version: 4.2.2
+Version: 4.3.0
Summary: Jupyter protocol implementation and client libraries
Home-page: http://jupyter.org
Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_client-4.2.2/README.md
new/jupyter_client-4.3.0/README.md
--- old/jupyter_client-4.2.2/README.md 2015-06-30 23:37:49.000000000 +0200
+++ new/jupyter_client-4.3.0/README.md 2016-04-09 01:38:38.000000000 +0200
@@ -1,5 +1,8 @@
# Jupyter Client
+[](https://landscape.io/github/jupyter/jupyter_client/master)
+
+
`jupyter_client` contains the reference implementation of the [Jupyter
protocol][].
It also provides client and kernel management APIs for working with kernels.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_client-4.2.2/docs/changelog.rst
new/jupyter_client-4.3.0/docs/changelog.rst
--- old/jupyter_client-4.2.2/docs/changelog.rst 2016-03-10 10:11:47.000000000
+0100
+++ new/jupyter_client-4.3.0/docs/changelog.rst 2016-06-07 10:17:10.000000000
+0200
@@ -4,6 +4,17 @@
Changes in Jupyter Client
=========================
+4.3
+===
+
+4.3.0
+-----
+
+`4.3 on GitHub <https://github.com/jupyter/jupyter_client/milestones/4.3>`__
+
+- Adds ``--sys-prefix`` argument to :command:`jupyter kernelspec install`,
+ for better symmetry with :command:`jupyter nbextension install`, etc.
+
4.2
===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_client-4.2.2/docs/wrapperkernels.rst
new/jupyter_client-4.3.0/docs/wrapperkernels.rst
--- old/jupyter_client-4.2.2/docs/wrapperkernels.rst 2016-03-06
10:43:14.000000000 +0100
+++ new/jupyter_client-4.3.0/docs/wrapperkernels.rst 2016-04-09
01:38:38.000000000 +0200
@@ -23,13 +23,11 @@
.. attribute:: implementation
implementation_version
- language
- language_version
banner
Information for :ref:`msging_kernel_info` replies. 'Implementation' refers
- to the kernel (e.g. IPython), and 'language' refers to the language it
- interprets (e.g. Python). The 'banner' is displayed to the user in console
+ to the kernel (e.g. IPython), rather than the language (e.g. Python).
+ The 'banner' is displayed to the user in console
UIs before the first prompt. All of these values are strings.
.. attribute:: language_info
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_client-4.2.2/jupyter_client/_version.py
new/jupyter_client-4.3.0/jupyter_client/_version.py
--- old/jupyter_client-4.2.2/jupyter_client/_version.py 2016-03-10
10:12:45.000000000 +0100
+++ new/jupyter_client-4.3.0/jupyter_client/_version.py 2016-06-07
10:29:02.000000000 +0200
@@ -1,4 +1,4 @@
-version_info = (4, 2, 2)
+version_info = (4, 3, 0)
__version__ = '.'.join(map(str, version_info))
protocol_version_info = (5, 0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_client-4.2.2/jupyter_client/kernelspec.py
new/jupyter_client-4.3.0/jupyter_client/kernelspec.py
--- old/jupyter_client-4.2.2/jupyter_client/kernelspec.py 2016-03-06
10:43:14.000000000 +0100
+++ new/jupyter_client-4.3.0/jupyter_client/kernelspec.py 2016-05-31
13:42:08.000000000 +0200
@@ -289,9 +289,10 @@
"""
return KernelSpecManager().get_kernel_spec(kernel_name)
-def install_kernel_spec(source_dir, kernel_name=None, user=False,
replace=False):
+def install_kernel_spec(source_dir, kernel_name=None, user=False,
replace=False,
+ prefix=None):
return KernelSpecManager().install_kernel_spec(source_dir, kernel_name,
- user, replace)
+ user, replace, prefix)
install_kernel_spec.__doc__ = KernelSpecManager.install_kernel_spec.__doc__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_client-4.2.2/jupyter_client/kernelspecapp.py
new/jupyter_client-4.3.0/jupyter_client/kernelspecapp.py
--- old/jupyter_client-4.2.2/jupyter_client/kernelspecapp.py 2016-03-06
10:38:36.000000000 +0100
+++ new/jupyter_client-4.3.0/jupyter_client/kernelspecapp.py 2016-04-26
11:56:35.000000000 +0200
@@ -118,6 +118,8 @@
"Install to the per-user kernel registry"),
'replace': ({'InstallKernelSpec': {'replace': True}},
"Replace any existing kernel spec with this name."),
+ 'sys-prefix': ({'InstallKernelSpec': {'prefix': sys.prefix}},
+ "Install to Python's sys.prefix. Useful in conda/virtual
environments."),
'debug': base_flags['debug'],
}
@@ -227,6 +229,8 @@
}
def start(self):
+ self.log.warn("`jupyter kernelspec install-self` is DEPRECATED as of
4.0."
+ " You probably want `ipython kernel install` to install the
IPython kernelspec.")
try:
from ipykernel import kernelspec
except ImportError:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jupyter_client-4.2.2/jupyter_client/threaded.py
new/jupyter_client-4.3.0/jupyter_client/threaded.py
--- old/jupyter_client-4.2.2/jupyter_client/threaded.py 2015-04-09
08:11:31.000000000 +0200
+++ new/jupyter_client-4.3.0/jupyter_client/threaded.py 2016-04-09
01:38:38.000000000 +0200
@@ -6,7 +6,6 @@
from threading import Thread
import time
-import zmq
# import ZMQError in top-level namespace, to avoid ugly attribute-error
messages
# during garbage collection of threads at exit:
from zmq import ZMQError
@@ -16,7 +15,6 @@
from traitlets import Type, Instance
from jupyter_client.channels import HBChannel
from jupyter_client import KernelClient
-from jupyter_client.channels import HBChannel
class ThreadedZMQSocketChannel(object):
"""A ZMQ socket invoking a callback in the ioloop"""