Skip to content

Commit

Permalink
jupyterhub: update to release 0.9.5 + NB 5.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermann committed Mar 29, 2019
1 parent cf95c70 commit d90a7c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
jupyterhub (0.9.4-6~stretch) UNRELEASED; urgency=medium
jupyterhub (0.9.5-1~stretch) UNRELEASED; urgency=medium

* postinst; Configurable banner image by adding a
* jupyterhub: update to release 0.9.5 + NB 5.7.7 (fix
for Open Redirect vulnerability)
* postinst: Configurable banner image by adding a
"/etc/jupyterhub/banner.png" file (original size
is 208 x 56 px)

-- Juergen Hermann <jh@web.de> Mon, 18 Mar 2019 17:38:00 +0100
* setup: Added plotly_express, colorcet, networkx,
and jupyter-contrib-nbextensions
* setup: Put non-jhub packages into 'base' extra
* setup: Now on Tornado 6 (compatibility problems solved)
* docs: SSL off-loading with NginX (with config example)
* docs: Setting custom announcements in the web UI

-- Juergen Hermann <jh@web.de> Thu, 28 Mar 2019 16:34:41 +0100

jupyterhub (0.9.4-5~stretch) stretch; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
install_requires=[
# core
'jupyterhub==' + upstream_version,
'notebook==5.7.6',
'notebook==5.7.7',
'ipython==7.4.0',
'jupyter==1.0.0',
'ipywidgets==7.4.2',
Expand Down

0 comments on commit d90a7c3

Please sign in to comment.