[Python-modules-commits] [jupyter-client] branch upstream updated (79f89b8 -> f138815)

Gordon Ball chronitis-guest at moszumanska.debian.org
Mon Dec 18 16:36:12 UTC 2017


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

chronitis-guest pushed a change to branch upstream
in repository jupyter-client.

      from  79f89b8   Import jupyter-client_5.1.0.orig.tar.gz
       new  f138815   Import jupyter-client_5.2.0.orig.tar.gz

The 1 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:
 .gitignore                              |  2 +
 CONTRIBUTING.md                         |  2 +
 README.md                               | 34 ++++++++++++++
 docs/api/kernelspec.rst                 | 11 +++++
 docs/changelog.rst                      | 42 +++++++++++++++++
 docs/conf.py                            |  5 +-
 docs/environment.yml                    |  2 +
 docs/kernels.rst                        | 12 ++++-
 docs/messaging.rst                      | 29 ++++++++++--
 jupyter_client/_version.py              |  4 +-
 jupyter_client/connect.py               | 57 ++++++++++++++++++++---
 jupyter_client/ioloop/manager.py        | 37 ++++++++-------
 jupyter_client/ioloop/restarter.py      | 27 ++++-------
 jupyter_client/kernelapp.py             | 81 +++++++++++++++++++++++++++++++++
 jupyter_client/kernelspec.py            | 68 +++++++++++++++++++++------
 jupyter_client/manager.py               | 56 +++++++++++++++--------
 jupyter_client/restarter.py             | 15 ++++--
 jupyter_client/session.py               | 17 +++++--
 jupyter_client/tests/test_connect.py    | 27 +++++++++++
 jupyter_client/tests/test_kernelapp.py  | 67 +++++++++++++++++++++++++++
 jupyter_client/tests/test_kernelspec.py |  1 +
 jupyter_client/tests/test_session.py    | 21 ++++++++-
 jupyter_client/threaded.py              |  2 +-
 scripts/jupyter-kernel                  |  5 ++
 scripts/jupyter-kernelspec              |  8 ----
 setup.py                                | 60 +++++++++++++-----------
 26 files changed, 562 insertions(+), 130 deletions(-)
 create mode 100644 jupyter_client/kernelapp.py
 create mode 100644 jupyter_client/tests/test_kernelapp.py
 create mode 100755 scripts/jupyter-kernel
 delete mode 100755 scripts/jupyter-kernelspec

-- 
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