[Python-modules-commits] [ipykernel] branch master updated (dbf98d0 -> 2cc4d2e)

Julien Cristau jcristau at moszumanska.debian.org
Fri Apr 8 16:08:32 UTC 2016


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

jcristau pushed a change to branch master
in repository ipykernel.

      from  dbf98d0   Fixed VCS URL (https)
       new  3ff66ca   record new upstream branch
       new  c33d82b   use setuptools for everything so python*:Depends substitutions work
       new  bed1b90   merge patched into master
       new  81d7967   record new upstream branch created by importing ipykernel_4.3.1.orig.tar.gz
       new  dad8c34   Import ipykernel_4.3.1.orig.tar.gz
       new  9f029f4   use setuptools for everything so python*:Depends substitutions work
       new  4812a85   merge patched into master
       new  3f4ab69   set JUPYTER_RUNTIME_DIR in d/rules so tests have a chance to pass
       new  d0f52bc   update the d/changelog
       new  61f660c   test_simple_print may produce stderr content when executed in sbuild
       new  7145c0a   merge patched into master
       new  15ee43a   Use dh_install instead of PYBUILD_NAME
       new  ad82fdd   Add DPMT to Uploaders
       new  5d00929   Bump Standards-Version to 3.9.7
       new  2cc4d2e   Upload to experimental

The 15 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                                   |  11 +-
 debian/control                                     |   3 +-
 ...ols-for-everything-so-python-Depends-subs.patch |   4 +-
 ..._print-may-produce-stderr-content-when-ex.patch |  21 ++
 debian/patches/series                              |   1 +
 debian/python-ipykernel.install                    |   1 +
 debian/python3-ipykernel.install                   |   1 +
 debian/rules                                       |   9 +-
 docs/changelog.rst                                 |  24 ++
 ipykernel/_version.py                              |   2 +-
 ipykernel/codeutil.py                              |   3 +
 ipykernel/connect.py                               |  65 ++--
 ipykernel/datapub.py                               |   5 +
 ipykernel/inprocess/ipkernel.py                    |  21 +-
 ipykernel/iostream.py                              | 352 +++++++++++++--------
 ipykernel/ipkernel.py                              |  45 ++-
 ipykernel/kernelapp.py                             |  51 ++-
 ipykernel/kernelbase.py                            | 124 ++++----
 ipykernel/kernelspec.py                            |   2 +-
 ipykernel/log.py                                   |   3 +
 ipykernel/pickleutil.py                            |   3 +
 ipykernel/serialize.py                             |   3 +
 ipykernel/tests/test_connect.py                    |   8 +-
 ipykernel/tests/test_kernel.py                     |  62 +++-
 ipykernel/zmqshell.py                              |  30 +-
 setup.py                                           |   1 +
 28 files changed, 586 insertions(+), 285 deletions(-)
 create mode 100644 debian/patches/0002-test_simple_print-may-produce-stderr-content-when-ex.patch
 create mode 100644 debian/python-ipykernel.install
 create mode 100644 debian/python3-ipykernel.install

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