[Python-modules-commits] [jupyter-core] branch master updated (9b9b352 -> 1d0829a)

Julien Cristau jcristau at moszumanska.debian.org
Fri Apr 8 09:39:32 UTC 2016


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

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

      from  9b9b352   Fixed VCS URL (https)
       new  46d52f7   Rewrap build-dependencies
       new  31ce747   Remove bc from build-depends
       new  5bf13b9   record new upstream branch created by importing jupyter-core_4.1.0.orig.tar.gz
       new  d48348c   Import jupyter-core_4.1.0.orig.tar.gz
       new  002e8e7   Use setuptools for everything (so the python*:Depends substitutions work)
       new  05cf463   merge patched into master
       new  b19a732   There is no python{,3}-ipython yet
       new  9983b6b   tests: move encoding declaration to top of file so it actually works
       new  b37c0f8   merge patched into master
       new  04e3d34   Add DPMT to Uploaders
       new  64f412b   Install new jupyter-troubleshoot entry point.
       new  1d0829a   Use dh_install instead of PYBUILD_NAME.

The 12 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                                     |  31 ++++--
 debian/jupyter-core.install                        |   1 +
 ...ols-for-everything-so-the-python-Depends-.patch |   6 +-
 ...encoding-declaration-to-top-of-file-so-it.patch |  23 +++++
 debian/patches/series                              |   1 +
 debian/python-jupyter-core.install                 |   1 +
 debian/python3-jupyter-core.install                |   1 +
 debian/rules                                       |  11 ---
 docs/changelog.rst                                 |  15 +++
 scripts/jupyter => jupyter.py                      |   5 +-
 jupyter_core/command.py                            |  23 ++++-
 jupyter_core/migrate.py                            |   2 +
 jupyter_core/tests/test_command.py                 |  19 +++-
 jupyter_core/tests/test_migrate.py                 |   7 +-
 jupyter_core/troubleshoot.py                       | 104 +++++++++++++++++++++
 jupyter_core/version.py                            |   2 +-
 setup.py                                           |   2 +
 20 files changed, 236 insertions(+), 45 deletions(-)
 create mode 100644 debian/jupyter-core.install
 create mode 100644 debian/patches/0002-tests-move-encoding-declaration-to-top-of-file-so-it.patch
 create mode 100644 debian/python-jupyter-core.install
 create mode 100644 debian/python3-jupyter-core.install
 copy scripts/jupyter => jupyter.py (55%)
 mode change 100755 => 100644
 create mode 100755 jupyter_core/troubleshoot.py

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



More information about the Python-modules-commits mailing list