python3Packages.aws-lambda-builders: 1.53.0 -> 1.56.0

https://github.com/aws/aws-lambda-builders/releases/tag/v1.56.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-05 04:35:10 +02:00
parent 5b6a8feee8
commit b0ade8079b
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aws-lambda-builders";
version = "1.53.0";
version = "1.56.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "awslabs";
repo = "aws-lambda-builders";
tag = "v${version}";
hash = "sha256-4OiXri1u4co1cuDm7bLyw8XfMg2S3sKrkPWF2tD8zg8=";
hash = "sha256-7fXuDR5AYAtnJapTTJ1QE45aP2l80ao/8RFwM7bgA4w=";
};
postPatch = ''
@@ -76,7 +76,7 @@ buildPythonPackage rec {
description = "Tool to compile, build and package AWS Lambda functions";
mainProgram = "lambda-builders";
homepage = "https://github.com/awslabs/aws-lambda-builders";
changelog = "https://github.com/aws/aws-lambda-builders/releases/tag/v${version}";
changelog = "https://github.com/aws/aws-lambda-builders/releases/tag/${src.tag}";
longDescription = ''
Lambda Builders is a Python library to compile, build and package
AWS Lambda functions for several runtimes & frameworks.