pythonPackages.jupyterhub: 1.0.0 -> 1.1.0
This commit is contained in:
parent
3735c9ef90
commit
102864c247
@ -18,6 +18,7 @@
|
|||||||
, nodePackages
|
, nodePackages
|
||||||
, oauthlib
|
, oauthlib
|
||||||
, certipy
|
, certipy
|
||||||
|
, jupyter-telemetry
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -53,12 +54,12 @@ in
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jupyterhub";
|
pname = "jupyterhub";
|
||||||
version = "1.0.0";
|
version = "1.1.0";
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0zx6gw9yhgki05j21p6x1x2sf5a2mg2c2mx0ii8rl6q4b98ilm1k";
|
sha256 = "1mqknz0rxqzx4nc57vscvfh2d4znzlzpy83ancqxdaq3b8i70al5";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Most of this only applies when building from source (e.g. js/css assets are
|
# Most of this only applies when building from source (e.g. js/css assets are
|
||||||
@ -110,6 +111,7 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
alembic ipython jinja2 pamela python-oauth2 requests sqlalchemy tornado
|
alembic ipython jinja2 pamela python-oauth2 requests sqlalchemy tornado
|
||||||
traitlets prometheus_client async_generator notebook certipy oauthlib
|
traitlets prometheus_client async_generator notebook certipy oauthlib
|
||||||
|
jupyter-telemetry
|
||||||
];
|
];
|
||||||
|
|
||||||
# Disable tests because they take an excessive amount of time to complete.
|
# Disable tests because they take an excessive amount of time to complete.
|
||||||
|
Loading…
Reference in New Issue
Block a user