python311Packages.phik 0 -> 1 attrpath: python311Packages.phik 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] this derivation will be built: /nix/store/ycqfcmwmw22iyqv4v9x7f8p2wvqf8a4i-packages.json.drv building '/nix/store/ycqfcmwmw22iyqv4v9x7f8p2wvqf8a4i-packages.json.drv'... Going to be running update for following packages: - python3.11-phik-0.12.3 Press Enter key to continue... Running update for: - python3.11-phik-0.12.3: UPDATING ... - python3.11-phik-0.12.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/phik/default.nix b/pkgs/development/python-modules/phik/default.nix index bbc26de99cf7..b2dae6f29b1e 100644 --- a/pkgs/development/python-modules/phik/default.nix +++ b/pkgs/development/python-modules/phik/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "phik"; - version = "0.12.3"; + version = "0.12.4"; pyproject = true; disabled = pythonOlder "3.7"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "KaveIO"; repo = "PhiK"; rev = "refs/tags/v${version}"; - hash = "sha256-9o3EDhgmne2J1QfzjjNQc1mUcyCzoVrCnWXqjWkiZU0="; + hash = "sha256-YsH7vVn6gzejunUjUY/RIcvWtaQ/W1gbciJWKi5LDTk="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.12.3" not present in staging derivation file with contents: { lib , buildPythonPackage , cmake , fetchFromGitHub , joblib , jupyter , jupyter-client , matplotlib , nbconvert , ninja , numba , numpy , pandas , pybind11 , pytestCheckHook , pythonOlder , scikit-build , scipy , setuptools }: buildPythonPackage rec { pname = "phik"; version = "0.12.4"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "KaveIO"; repo = "PhiK"; rev = "refs/tags/v${version}"; hash = "sha256-YsH7vVn6gzejunUjUY/RIcvWtaQ/W1gbciJWKi5LDTk="; }; nativeBuildInputs = [ cmake ninja scikit-build setuptools ]; propagatedBuildInputs = [ joblib numpy scipy pandas matplotlib numba pybind11 ]; nativeCheckInputs = [ pytestCheckHook nbconvert jupyter jupyter-client ]; # Uses setuptools to drive build process dontUseCmakeConfigure = true; pythonImportsCheck = [ "phik" ]; postInstall = '' rm -r $out/bin ''; preCheck = '' # import from $out rm -r phik ''; disabledTests = [ # TypeError: 'numpy.float64' object cannot be interpreted as an integer # https://github.com/KaveIO/PhiK/issues/73 "test_significance_matrix_hybrid" "test_significance_matrix_mc" ]; disabledTestPaths = [ # Don't test integrations "tests/phik_python/integration/" ]; meta = with lib; { description = "Phi_K correlation analyzer library"; longDescription = '' Phi_K is a new and practical correlation coefficient based on several refinements to Pearson’s hypothesis test of independence of two variables. ''; homepage = "https://phik.readthedocs.io/"; changelog = "https://github.com/KaveIO/PhiK/blob/${version}/CHANGES.rst"; license = licenses.asl20; maintainers = with maintainers; [ melsigl ]; }; }