Skip to content

Commit

Permalink
devel/py-aws-lambda-builders: Update to 1.27.0
Browse files Browse the repository at this point in the history
Changelog: 	aws/aws-lambda-builders@v1.19.0...v1.27.0
Approved by:	hrs (mentor)
  • Loading branch information
nanorkyo committed Mar 18, 2023
1 parent ca2c881 commit da41aee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/py-aws-lambda-builders/Makefile
@@ -1,5 +1,5 @@
PORTNAME= aws-lambda-builders
DISTVERSION= 1.19.0
DISTVERSION= 1.27.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,7 +12,7 @@ WWW= https://pypi.org/project/aws-lambda-builders/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python:3.6+
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions devel/py-aws-lambda-builders/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1664273698
SHA256 (aws_lambda_builders-1.19.0.tar.gz) = 61e3f1e77b62ab72b97f822c09385ce16dc0e5478b52de7296a79570be41be73
SIZE (aws_lambda_builders-1.19.0.tar.gz) = 74689
TIMESTAMP = 1679068497
SHA256 (aws_lambda_builders-1.27.0.tar.gz) = 8019d5d5d7de32b159e33ff447672308fc20dd58bc7452f82af15f6667037e1f
SIZE (aws_lambda_builders-1.27.0.tar.gz) = 81675
3 changes: 2 additions & 1 deletion devel/py-aws-lambda-builders/pkg-descr
Expand Up @@ -7,9 +7,10 @@ Lambda Builders currently contains the following workflows
Dotnet with amazon.lambda.tools
Python with Pip
Javascript with Npm
Typescript with esbuild
Ruby with Bundler
Go with Dep
Go with Mod
Rust with Cargo

In Addition to above workflows, AWS Lambda Builders also supports Custom
Workflows through a Makefile.

0 comments on commit da41aee

Please sign in to comment.