python3Packages.jupyter_server: 1.19.1 -> 2.0.6

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:22 +01:00
parent 6ecd9f95de
commit 3285aa4a49

View File

@ -3,9 +3,12 @@
, buildPythonPackage
, fetchPypi
, pythonOlder
, hatch-jupyter-builder
, hatchling
, pandoc
, pytestCheckHook
, pytest-console-scripts
, pytest-jupyter
, pytest-timeout
, pytest-tornasync
, argon2-cffi
@ -15,8 +18,10 @@
, ipykernel
, ipython_genutils
, traitlets
, jupyter_core
, jupyter-core
, jupyter-client
, jupyter-events
, jupyter-server-terminals
, nbformat
, nbconvert
, send2trash
@ -30,14 +35,20 @@
buildPythonPackage rec {
pname = "jupyter_server";
version = "1.19.1";
version = "2.0.6";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-0cw1lpRYSXQrw+7fBpn+61CtbGBF6+8CqSmLfxPCfp8=";
hash= "sha256-jddZkukLfKVWeUoe1cylEmPGl6vG0N9WGvV0qhwKAz8=";
};
nativeBuildInputs = [
hatch-jupyter-builder
hatchling
];
propagatedBuildInputs = [
argon2-cffi
jinja2
@ -45,8 +56,10 @@ buildPythonPackage rec {
pyzmq
ipython_genutils
traitlets
jupyter_core
jupyter-core
jupyter-client
jupyter-events
jupyter-server-terminals
nbformat
nbconvert
send2trash
@ -62,6 +75,7 @@ buildPythonPackage rec {
pandoc
pytestCheckHook
pytest-console-scripts
pytest-jupyter
pytest-timeout
pytest-tornasync
requests