[Python-modules-commits] [ipykernel] branch master updated (b7f9abe -> dc803d7)
Gordon Ball
chronitis-guest at moszumanska.debian.org
Wed Dec 13 08:50:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a change to branch master
in repository ipykernel.
from b7f9abe Release 4.6.1-1 to unstable
new 4f44a7d record new upstream branch created by importing ipykernel_4.7.0.orig.tar.gz
new 017d6a0 Import ipykernel_4.7.0.orig.tar.gz
new ac43215 use setuptools for everything so python*:Depends substitutions work
new 5db4e18 test_simple_print may produce stderr content when executed in sbuild
new 5944474 Made build reproducible -- patch by Daniel Shahaf
new 3a0e284 merge patched into master
new 2b0d58e New upstream: 4.7.0
new dd47227 Standards-Version: 4.1.2
new dc803d7 Install upstream changelog
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:
.travis.yml | 5 +-
appveyor.yml | 6 +-
debian/.git-dpm | 14 ++--
debian/changelog | 8 +++
debian/control | 2 +-
...ols-for-everything-so-python-Depends-subs.patch | 4 +-
..._print-may-produce-stderr-content-when-ex.patch | 8 +--
...build-reproducible-patch-by-Daniel-Shahaf.patch | 2 +-
debian/rules | 3 +
docs/changelog.rst | 18 +++++
docs/conf.py | 2 +-
ipykernel/_version.py | 2 +-
ipykernel/connect.py | 9 ++-
ipykernel/displayhook.py | 4 +-
ipykernel/eventloops.py | 29 ++++++++
ipykernel/inprocess/tests/test_kernel.py | 6 +-
ipykernel/inprocess/tests/test_kernelmanager.py | 28 ++++----
ipykernel/iostream.py | 70 ++++++++++++------
ipykernel/ipkernel.py | 83 +++++++++++++++++-----
ipykernel/jsonutil.py | 46 +++++++++---
ipykernel/kernelapp.py | 3 +-
ipykernel/kernelbase.py | 11 ++-
ipykernel/pylab/backend_inline.py | 6 +-
ipykernel/tests/_asyncio.py | 17 +++++
ipykernel/tests/test_connect.py | 18 +++--
ipykernel/tests/test_embed_kernel.py | 27 +++----
ipykernel/tests/test_eventloop.py | 44 ++++++++++++
ipykernel/tests/test_jsonutil.py | 43 ++++++-----
ipykernel/tests/test_kernel.py | 61 ++++++++--------
ipykernel/tests/test_kernelspec.py | 18 ++---
ipykernel/tests/test_message_spec.py | 52 +++++++-------
ipykernel/tests/test_pickleutil.py | 13 ++--
ipykernel/tests/test_serialize.py | 83 ++++++++++------------
ipykernel/tests/test_start_kernel.py | 12 ++--
ipykernel/tests/test_zmq_shell.py | 43 ++++++-----
ipykernel/tests/utils.py | 21 +++---
ipykernel/zmqshell.py | 4 +-
setup.cfg | 9 +--
setup.py | 8 ++-
39 files changed, 526 insertions(+), 316 deletions(-)
create mode 100644 ipykernel/tests/_asyncio.py
create mode 100644 ipykernel/tests/test_eventloop.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipykernel.git
More information about the Python-modules-commits
mailing list