[Python-modules-commits] [jupyter-client] branch master updated (d64d993 -> a9148da)
Gordon Ball
chronitis-guest at moszumanska.debian.org
Mon Dec 18 16:36:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a change to branch master
in repository jupyter-client.
from d64d993 Put myself as uploader and the team as maintainer like my other packages
new 3ba4bb3 record new upstream branch created by importing jupyter-client_5.2.0.orig.tar.gz
new f138815 Import jupyter-client_5.2.0.orig.tar.gz
new c936b2c merge patched into master
new 3a8c96f New upstream: 5.2.0
new c8c613d Standards-Version: 4.1.2
new 8ad99a7 Install upstream changelog
new 0203b2d Disable sphinxcontrib_github_alt
new a3394fd merge patched into master
new 7959c5c Note sphinxcontrib patch
new a9148da Use python3 sphinx
The 10 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 +++++++++
debian/.git-dpm | 14 ++--
debian/changelog | 14 +++-
debian/control | 6 +-
.../0001-Disable-sphinxcontrib_github_alt.patch | 23 ++++++
...ols-for-everything-so-the-python-Depends-.patch | 25 -------
debian/patches/series | 2 +-
debian/rules | 3 +
docs/api/kernelspec.rst | 11 +++
docs/changelog.rst | 42 +++++++++++
docs/conf.py | 4 +-
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 | 59 +++++++++-------
33 files changed, 610 insertions(+), 167 deletions(-)
create mode 100644 debian/patches/0001-Disable-sphinxcontrib_github_alt.patch
delete mode 100644 debian/patches/0001-use-setuptools-for-everything-so-the-python-Depends-.patch
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