[Python-modules-commits] [jupyter-client] branch master updated (728852a -> 57f5ad6)

Julien Cristau jcristau at moszumanska.debian.org
Fri Apr 8 10:37:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcristau pushed a change to branch master
in repository jupyter-client.

      from  728852a   Fixed VCS URL (https)
       new  d273909   record new upstream branch created by importing jupyter-client_4.2.2.orig.tar.gz
       new  40e1acb   Import jupyter-client_4.2.2.orig.tar.gz
       new  6a6aa83   use setuptools for everything so the python*:Depends substitution work
       new  c9b6e6d   merge patched into master
       new  0a4e6e4   Use dh_install instead of PYBUILD_NAME
       new  37bd867   Bump changelog to 4.2.2
       new  74d8ee7   Rewrap build-dependencies
       new  8b0768f   Use python-all rather than python
       new  57f5ad6   Use ipython{,3} as python-ipython{,3} don't exist yet

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                                           |  2 +-
 debian/.git-dpm                                    | 14 ++--
 debian/changelog                                   |  8 +-
 debian/control                                     | 22 ++++--
 debian/jupyter-client.install                      |  1 +
 ...ols-for-everything-so-the-python-Depends-.patch |  2 +-
 debian/python-jupyter-client.install               |  1 +
 debian/python3-jupyter-client.install              |  1 +
 debian/rules                                       | 10 ---
 docs/api/kernelspec.rst                            |  2 +
 docs/changelog.rst                                 | 32 ++++++++
 docs/messaging.rst                                 | 77 +++++++-------------
 docs/wrapperkernels.rst                            |  5 +-
 jupyter_client/_version.py                         |  2 +-
 jupyter_client/blocking/client.py                  | 48 ++++++++++--
 jupyter_client/channels.py                         |  4 +-
 jupyter_client/client.py                           |  9 ++-
 jupyter_client/connect.py                          | 39 ++++++++--
 jupyter_client/consoleapp.py                       | 19 +++--
 jupyter_client/kernelspec.py                       | 85 +++++++++++++++++++---
 jupyter_client/kernelspecapp.py                    | 70 ++++++++++++++++--
 jupyter_client/launcher.py                         | 36 ++++++---
 jupyter_client/localinterfaces.py                  |  7 +-
 jupyter_client/manager.py                          | 14 ++--
 jupyter_client/multikernelmanager.py               |  7 +-
 jupyter_client/session.py                          | 18 ++++-
 jupyter_client/tests/signalkernel.py               | 70 ++++++++++++++++++
 jupyter_client/tests/test_connect.py               | 24 +++++-
 jupyter_client/tests/test_kernelmanager.py         | 80 +++++++++++++++++++-
 jupyter_client/tests/test_kernelspec.py            | 44 +++++++----
 jupyter_client/tests/utils.py                      | 56 ++++++++++++++
 31 files changed, 649 insertions(+), 160 deletions(-)
 create mode 100644 debian/jupyter-client.install
 create mode 100644 debian/python-jupyter-client.install
 create mode 100644 debian/python3-jupyter-client.install
 create mode 100644 jupyter_client/tests/signalkernel.py
 create mode 100644 jupyter_client/tests/utils.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-client.git



More information about the Python-modules-commits mailing list