Loading pkgs/development/python-modules/aws-lambda-builders/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aws-lambda-builders"; version = "1.34.0"; version = "1.36.0"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -21,9 +21,14 @@ buildPythonPackage rec { owner = "awslabs"; repo = "aws-lambda-builders"; rev = "refs/tags/v${version}"; hash = "sha256-MjX0im9GX0mdWkumUoJUIBjPZl/Ok5+sR6Dgq6vVGKM="; hash = "sha256-cHpeNY0WY4yai/yWw2Oy1QLLjlj8PFNdB3BMbkP31Ds="; }; postPatch = '' substituteInPlace setup.py \ --replace "version=read_version()," 'version="${version}",' ''; propagatedBuildInputs = [ six ]; Loading pkgs/development/tools/aws-sam-cli/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -42,9 +42,11 @@ python3.pkgs.buildPythonApplication rec { postPatch = '' substituteInPlace requirements/base.txt \ --replace 'PyYAML>=' 'PyYAML>=5.4.1 #' \ --replace "aws_lambda_builders==" "aws_lambda_builders>=" \ --replace 'aws-sam-translator==1.70.0' 'aws-sam-translator>=1.60.1' \ --replace 'boto3>=' 'boto3>=1.26.79 #' \ --replace 'cfn-lint~=0.77.9' 'cfn-lint~=0.73.2' \ --replace "cookiecutter~=" "cookiecutter>=" \ --replace 'docker~=6.1.0' 'docker~=6.0.1' \ --replace 'ruamel_yaml~=0.17.32' 'ruamel_yaml~=0.17.21' \ --replace 'tomlkit==0.11.8' 'tomlkit>=0.11.8' \ Loading @@ -56,8 +58,9 @@ python3.pkgs.buildPythonApplication rec { doCheck = false; meta = with lib; { homepage = "https://github.com/awslabs/aws-sam-cli"; description = "CLI tool for local development and testing of Serverless applications"; homepage = "https://github.com/awslabs/aws-sam-cli"; changelog = "https://github.com/aws/aws-sam-cli/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ lo1tuma ]; }; Loading Loading
pkgs/development/python-modules/aws-lambda-builders/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aws-lambda-builders"; version = "1.34.0"; version = "1.36.0"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -21,9 +21,14 @@ buildPythonPackage rec { owner = "awslabs"; repo = "aws-lambda-builders"; rev = "refs/tags/v${version}"; hash = "sha256-MjX0im9GX0mdWkumUoJUIBjPZl/Ok5+sR6Dgq6vVGKM="; hash = "sha256-cHpeNY0WY4yai/yWw2Oy1QLLjlj8PFNdB3BMbkP31Ds="; }; postPatch = '' substituteInPlace setup.py \ --replace "version=read_version()," 'version="${version}",' ''; propagatedBuildInputs = [ six ]; Loading
pkgs/development/tools/aws-sam-cli/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -42,9 +42,11 @@ python3.pkgs.buildPythonApplication rec { postPatch = '' substituteInPlace requirements/base.txt \ --replace 'PyYAML>=' 'PyYAML>=5.4.1 #' \ --replace "aws_lambda_builders==" "aws_lambda_builders>=" \ --replace 'aws-sam-translator==1.70.0' 'aws-sam-translator>=1.60.1' \ --replace 'boto3>=' 'boto3>=1.26.79 #' \ --replace 'cfn-lint~=0.77.9' 'cfn-lint~=0.73.2' \ --replace "cookiecutter~=" "cookiecutter>=" \ --replace 'docker~=6.1.0' 'docker~=6.0.1' \ --replace 'ruamel_yaml~=0.17.32' 'ruamel_yaml~=0.17.21' \ --replace 'tomlkit==0.11.8' 'tomlkit>=0.11.8' \ Loading @@ -56,8 +58,9 @@ python3.pkgs.buildPythonApplication rec { doCheck = false; meta = with lib; { homepage = "https://github.com/awslabs/aws-sam-cli"; description = "CLI tool for local development and testing of Serverless applications"; homepage = "https://github.com/awslabs/aws-sam-cli"; changelog = "https://github.com/aws/aws-sam-cli/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ lo1tuma ]; }; Loading