python311Packages.nbdime 3.2.1 -> 4.0.1 https://repology.org/project/python:nbdime/versions attrpath: python311Packages.nbdime 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-nbdime-3.2.1 Press Enter key to continue... Running update for: - python3.11-nbdime-3.2.1: UPDATING ... - python3.11-nbdime-3.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nbdime/default.nix b/pkgs/development/python-modules/nbdime/default.nix index e1bb3e84079b..582d46b52108 100644 --- a/pkgs/development/python-modules/nbdime/default.nix +++ b/pkgs/development/python-modules/nbdime/default.nix @@ -28,14 +28,14 @@ buildPythonPackage rec { pname = "nbdime"; - version = "3.2.1"; + version = "4.0.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-MUCaMPhI/8azJUBpfoLVoKG4TcwycWynTni8xLRXxFM="; + hash = "sha256-8adgwLAMG6m0lFwWzpJXfzk/tR0YTzUbdoW6boUCCY4="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.2.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , hypothesis , setuptools-scm , six , attrs , py , setuptools , pytest-timeout , pytest-tornado , mock , tabulate , nbformat , jsonschema , pytestCheckHook , colorama , pygments , tornado , requests , gitpython , jupyter-server , jupyter-server-mathjax , notebook , jinja2 }: buildPythonPackage rec { pname = "nbdime"; version = "4.0.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-8adgwLAMG6m0lFwWzpJXfzk/tR0YTzUbdoW6boUCCY4="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ attrs py setuptools six jupyter-server-mathjax nbformat colorama pygments tornado requests gitpython notebook jinja2 ]; nativeCheckInputs = [ hypothesis pytest-timeout pytest-tornado jsonschema mock tabulate pytestCheckHook ]; disabledTests = [ "test_apply_filter_no_repo" "test_diff_api_checkpoint" "test_filter_cmd_invalid_filter" "test_inline_merge_source_add" "test_inline_merge_source_patches" "test_inline_merge_source_replace" "test_inline_merge_cells_insertion" "test_inline_merge_cells_replacement" "test_interrogate_filter_no_repo" "test_merge_input_strategy_inline" ]; __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "nbdime" ]; meta = with lib; { homepage = "https://github.com/jupyter/nbdime"; description = "Tools for diffing and merging of Jupyter notebooks."; license = licenses.bsd3; maintainers = with maintainers; [ tbenst ]; }; }