[Python-modules-commits] [notebook] 04/06: Merge tag 'upstream/4.2.3+github1'

Gordon Ball chronitis-guest at moszumanska.debian.org
Wed Oct 19 16:06:39 UTC 2016


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

chronitis-guest pushed a commit to branch master
in repository notebook.

commit 249c3bfde37ebd453535558aeab9674fe5f644d4
Merge: 739eca3 e51bebe
Author: Gordon Ball <gordon at chronitis.net>
Date:   Wed Oct 19 17:41:34 2016 +0200

    Merge tag 'upstream/4.2.3+github1'
    
    Upstream version 4.2.3+github1

 .dockerignore                                      |     4 +
 .gitignore                                         |    31 +
 .gitmodules                                        |     0
 .mailmap                                           |   149 +
 .travis.yml                                        |    34 +
 MANIFEST.in                                        |    28 +
 PKG-INFO                                           |    28 -
 git-hooks/README.md                                |     9 +
 git-hooks/install-hooks.sh                         |     9 +
 git-hooks/post-checkout                            |    22 +
 git-hooks/post-merge                               |     1 +
 notebook/services/api/api.yaml                     |   365 +
 notebook/static/auth/js/main.min.js                |   218 -
 notebook/static/auth/js/main.min.js.map            |    24 -
 notebook/static/auth/less/login.less               |     6 +
 notebook/static/auth/less/logout.less              |     2 +
 notebook/static/auth/less/style.less               |     7 +
 notebook/static/base/less/error.less               |    20 +
 notebook/static/base/less/flexbox.less             |   269 +
 notebook/static/base/less/mixins.less              |    19 +
 notebook/static/base/less/page.less                |   149 +
 notebook/static/base/less/style.less               |     9 +
 notebook/static/base/less/variables.less           |    62 +
 notebook/static/edit/js/main.min.js                | 22016 ------------
 notebook/static/edit/js/main.min.js.map            |    68 -
 notebook/static/edit/less/edit.less                |    51 +
 notebook/static/edit/less/menubar.less             |    26 +
 notebook/static/edit/less/style.less               |     7 +
 notebook/static/notebook/js/main.min.js            | 33980 -------------------
 notebook/static/notebook/js/main.min.js.map        |   146 -
 notebook/static/notebook/less/ansicolors.less      |    23 +
 notebook/static/notebook/less/cell.less            |   150 +
 notebook/static/notebook/less/celltoolbar.less     |    70 +
 notebook/static/notebook/less/codecell.less        |    48 +
 notebook/static/notebook/less/codemirror.less      |    52 +
 notebook/static/notebook/less/commandpalette.less  |    45 +
 notebook/static/notebook/less/completer.less       |    26 +
 notebook/static/notebook/less/highlight-refs.less  |     5 +
 notebook/static/notebook/less/highlight.less       |   112 +
 notebook/static/notebook/less/kernelselector.less  |    10 +
 notebook/static/notebook/less/menubar.less         |    81 +
 notebook/static/notebook/less/notebook.less        |   101 +
 .../static/notebook/less/notificationarea.less     |    74 +
 .../static/notebook/less/notificationwidget.less   |    21 +
 notebook/static/notebook/less/outputarea.less      |   209 +
 notebook/static/notebook/less/pager.less           |    69 +
 notebook/static/notebook/less/quickhelp.less       |    15 +
 notebook/static/notebook/less/renderedhtml.less    |    93 +
 notebook/static/notebook/less/savewidget.less      |    43 +
 .../static/notebook/less/searchandreplace.less     |    37 +
 notebook/static/notebook/less/style.less           |    19 +
 notebook/static/notebook/less/style_noapp.less     |    14 +
 notebook/static/notebook/less/textcell.less        |    72 +
 notebook/static/notebook/less/toolbar.less         |    59 +
 notebook/static/notebook/less/tooltip.less         |   158 +
 notebook/static/notebook/less/variables.less       |    27 +
 notebook/static/style/ipython.min.css              |  1257 -
 notebook/static/style/ipython.min.css.map          |     1 -
 notebook/static/style/style.min.css                | 11566 -------
 notebook/static/style/style.min.css.map            |     1 -
 notebook/static/terminal/js/main.min.js            | 19292 -----------
 notebook/static/terminal/js/main.min.js.map        |    34 -
 notebook/static/terminal/less/terminal.less        |    32 +
 notebook/static/tree/js/main.min.js                | 15486 ---------
 notebook/static/tree/js/main.min.js.map            |    52 -
 notebook/static/tree/less/altuploadform.less       |    28 +
 notebook/static/tree/less/style.less               |     7 +
 notebook/static/tree/less/tree.less                |   327 +
 notebook/tests/README.md                           |    28 +
 notebook/tests/test_hist.sqlite                    |   Bin 0 -> 7168 bytes
 70 files changed, 3334 insertions(+), 104169 deletions(-)

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



More information about the Python-modules-commits mailing list