python311Packages.sagemaker 2.198.0 -> 2.203.0 https://repology.org/project/python:sagemaker/versions attrpath: python311Packages.sagemaker 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/5dp300g0jjy9rn92yyidm4igridnfb8w-packages.json.drv building '/nix/store/5dp300g0jjy9rn92yyidm4igridnfb8w-packages.json.drv'... Going to be running update for following packages: - python3.11-sagemaker-2.198.0 Press Enter key to continue... Running update for: - python3.11-sagemaker-2.198.0: UPDATING ... - python3.11-sagemaker-2.198.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sagemaker/default.nix b/pkgs/development/python-modules/sagemaker/default.nix index 0f6dd6469046..f72d02979bd7 100644 --- a/pkgs/development/python-modules/sagemaker/default.nix +++ b/pkgs/development/python-modules/sagemaker/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "sagemaker"; - version = "2.198.0"; + version = "2.203.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "aws"; repo = "sagemaker-python-sdk"; rev = "refs/tags/v${version}"; - hash = "sha256-iaO+wbMs2FsnPB3Y4zwC49fWqP/zHQGzGisxNtPxOUA="; + hash = "sha256-eTIWm6ATI9Wz8+X8smsX189w9Z7iK9bngO6YJ/91i+0="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.198.0" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , pythonRelaxDepsHook , attrs , boto3 , cloudpickle , google-pasta , numpy , protobuf , smdebug-rulesconfig , importlib-metadata , packaging , pandas , pathos , schema , pyyaml , jsonschema , platformdirs , tblib , urllib3 , docker , scipy }: buildPythonPackage rec { pname = "sagemaker"; version = "2.199.0"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "aws"; repo = "sagemaker-python-sdk"; rev = "refs/tags/v${version}"; hash = "sha256-zAYO8zf3FpEI1sr6Iv9WP56NFmwYGH2dtRTSJhsSYC8="; }; nativeBuildInputs = [ pythonRelaxDepsHook ]; pythonRelaxDeps = [ "attrs" "boto3" ]; propagatedBuildInputs = [ attrs boto3 cloudpickle google-pasta numpy protobuf smdebug-rulesconfig importlib-metadata packaging pandas pathos schema pyyaml jsonschema platformdirs tblib ]; doCheck = false; # many test dependencies are not available in nixpkgs pythonImportsCheck = [ "sagemaker" "sagemaker.lineage.visualizer" ]; passthru.optional-dependencies = { local = [ urllib3 docker pyyaml ]; scipy = [ scipy ]; # feature-processor = [ pyspark sagemaker-feature-store-pyspark ]; # not available in nixpkgs }; meta = with lib; { description = "Library for training and deploying machine learning models on Amazon SageMaker"; homepage = "https://github.com/aws/sagemaker-python-sdk/"; changelog = "https://github.com/aws/sagemaker-python-sdk/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ nequissimus ]; }; }