python312Packages.nbconvert: 7.16.4 -> 7.16.5
Changelog: https://github.com/jupyter/nbconvert/blob/v7.16.5/CHANGELOG.md
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
packaging,
|
||||
pandocfilters,
|
||||
pygments,
|
||||
tinycss2,
|
||||
traitlets,
|
||||
importlib-metadata,
|
||||
flaky,
|
||||
@@ -35,14 +34,14 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "nbconvert";
|
||||
version = "7.16.4";
|
||||
version = "7.16.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-hsqRuiZrCkSNyW+mxbnZiv+r3ihns2MlhwNTaAf59/Q=";
|
||||
hash = "sha256-yDRnu1d3/fqsXru46GTzALJ39oaS7MBNbaty8thEI0Q=";
|
||||
};
|
||||
|
||||
# Add $out/share/jupyter to the list of paths that are used to search for
|
||||
@@ -56,24 +55,26 @@ buildPythonPackage rec {
|
||||
cp ${style-css} share/templates/classic/static/style.css
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ hatchling ];
|
||||
build-system = [ hatchling ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
beautifulsoup4
|
||||
bleach
|
||||
defusedxml
|
||||
jinja2
|
||||
jupyter-core
|
||||
jupyterlab-pygments
|
||||
markupsafe
|
||||
mistune
|
||||
nbclient
|
||||
packaging
|
||||
pandocfilters
|
||||
pygments
|
||||
tinycss2
|
||||
traitlets
|
||||
] ++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ];
|
||||
dependencies =
|
||||
[
|
||||
beautifulsoup4
|
||||
bleach
|
||||
defusedxml
|
||||
jinja2
|
||||
jupyter-core
|
||||
jupyterlab-pygments
|
||||
markupsafe
|
||||
mistune
|
||||
nbclient
|
||||
packaging
|
||||
pandocfilters
|
||||
pygments
|
||||
traitlets
|
||||
]
|
||||
++ bleach.optional-dependencies.css
|
||||
++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
|
||||
Reference in New Issue
Block a user