python310Packages.mlxtend 0 -> 1 attrpath: python310Packages.mlxtend 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/q1a6bhph9agpgkv3alg51db4z1h8q68a-packages.json.drv building '/nix/store/q1a6bhph9agpgkv3alg51db4z1h8q68a-packages.json.drv'... Going to be running update for following packages: - python3.10-mlxtend-0.21.0 Press Enter key to continue... Running update for: - python3.10-mlxtend-0.21.0: UPDATING ... - python3.10-mlxtend-0.21.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/mlxtend/default.nix b/pkgs/development/python-modules/mlxtend/default.nix index 6f9294e83b13..a09f10648676 100644 --- a/pkgs/development/python-modules/mlxtend/default.nix +++ b/pkgs/development/python-modules/mlxtend/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "mlxtend"; - version = "0.21.0"; + version = "0.23.0"; disabled = isPy27; src = fetchFromGitHub { owner = "rasbt"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-7G4tIoQGS7/YPpAhUn0CRf8fl/DdjdqySPWgJEL0trA="; + hash = "sha256-TUZ8SdQAOV1CaIlDl4uXYVHvdlEkOz6E48S3pUS6UE0="; }; nativeCheckInputs = [ pytestCheckHook ]; No auto update branch exists Old version 0.21.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , isPy27 , pytestCheckHook , scipy , numpy , scikit-learn , pandas , matplotlib , joblib }: buildPythonPackage rec { pname = "mlxtend"; version = "0.22.0"; disabled = isPy27; src = fetchFromGitHub { owner = "rasbt"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-YLCNLpg2qrdFon0/gdggJd9XovHwRHAdleBFQc18qzE="; }; nativeCheckInputs = [ pytestCheckHook ]; # image tests download files over the network pytestFlagsArray = [ "-sv" "--ignore=mlxtend/image" ]; # Fixed in master, but failing in release version # see: https://github.com/rasbt/mlxtend/pull/721 disabledTests = [ "test_variance_explained_ratio" ]; propagatedBuildInputs = [ scipy numpy scikit-learn pandas matplotlib joblib ]; meta = with lib; { description = "A library of Python tools and extensions for data science"; homepage = "https://github.com/rasbt/mlxtend"; license= licenses.bsd3; maintainers = with maintainers; [ evax ]; platforms = platforms.unix; # incompatible with nixpkgs scikit-learn version broken = true; }; }