python311Packages.jupyterlab-server 2.25.1 -> 2.25.2 https://repology.org/project/python:jupyterlab-server/versions attrpath: python311Packages.jupyterlab-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-jupyterlab-server-2.25.1 Press Enter key to continue... Running update for: - python3.11-jupyterlab-server-2.25.1: UPDATING ... - python3.11-jupyterlab-server-2.25.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyterlab-server/default.nix b/pkgs/development/python-modules/jupyterlab-server/default.nix index a408137650ac..4eed7af804c0 100644 --- a/pkgs/development/python-modules/jupyterlab-server/default.nix +++ b/pkgs/development/python-modules/jupyterlab-server/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "jupyterlab-server"; - version = "2.25.1"; + version = "2.25.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -29,7 +29,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "jupyterlab_server"; inherit version; - hash = "sha256-ZJEoOwAAaY6uGjjEhQeTBWDfz3RhrqABU2hpiqs03Zw="; + hash = "sha256-vQ7HqZ687ci8/5Oe+G5Sw3jkTCcH4FP82B0EbOl57mM="; }; postPatch = '' No auto update branch exists Old version 2.25.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , hatchling , babel , importlib-metadata , jinja2 , json5 , jsonschema , jupyter-server , packaging , requests , openapi-core , pytest-jupyter , pytestCheckHook , requests-mock , ruamel-yaml , strict-rfc3339 }: buildPythonPackage rec { pname = "jupyterlab-server"; version = "2.25.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "jupyterlab_server"; inherit version; hash = "sha256-vQ7HqZ687ci8/5Oe+G5Sw3jkTCcH4FP82B0EbOl57mM="; }; postPatch = '' sed -i "/timeout/d" pyproject.toml ''; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ babel jinja2 json5 jsonschema jupyter-server packaging requests ] ++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ]; passthru.optional-dependencies = { openapi = [ openapi-core ruamel-yaml ]; }; nativeCheckInputs = [ pytest-jupyter pytestCheckHook requests-mock strict-rfc3339 ] ++ passthru.optional-dependencies.openapi; preCheck = '' export HOME=$(mktemp -d) ''; disabledTestPaths = [ # require optional language pack packages for tests "tests/test_translation_api.py" ]; pythonImportsCheck = [ "jupyterlab_server" "jupyterlab_server.pytest_plugin" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "A set of server components for JupyterLab and JupyterLab like applications"; homepage = "https://github.com/jupyterlab/jupyterlab_server"; changelog = "https://github.com/jupyterlab/jupyterlab_server/blob/v${version}/CHANGELOG.md"; license = licenses.bsd3; maintainers = lib.teams.jupyter.members; }; }