diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:02:20 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:02:20 +0000 |
commit | 2f2eb73192da15df435a166d82302dddb64d9cab (patch) | |
tree | 06c1493d8d98b337eec2f79bb8ca92244df868e4 | |
parent | 71a10c1771572f502208fba1848bbf15f16e8dd9 (diff) |
automatic import of python-aws-lambda-buildersopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aws-lambda-builders.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /aws_lambda_builders-1.28.0.tar.gz +/aws_lambda_builders-1.30.0.tar.gz diff --git a/python-aws-lambda-builders.spec b/python-aws-lambda-builders.spec index 784e1c6..33f5477 100644 --- a/python-aws-lambda-builders.spec +++ b/python-aws-lambda-builders.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aws-lambda-builders -Version: 1.28.0 +Version: 1.30.0 Release: 1 Summary: Python library to compile, build & package AWS Lambda functions for several runtimes & frameworks. License: Apache License 2.0 URL: https://github.com/awslabs/aws-lambda-builders -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/85/f7/b1386ac6148ee41187b9250c5ec906ba7b6e799b79f2da49b54e2b70dc5c/aws_lambda_builders-1.28.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b8/14/7ddb64974b5683e623b1b8030e05cfd3b551bfd8aa51b79d88c13ec95039/aws_lambda_builders-1.30.0.tar.gz BuildArch: noarch Requires: python3-setuptools @@ -151,7 +151,7 @@ If you are a developer and interested in contributing, read the [DESIGN DOCUMENT %prep -%autosetup -n aws-lambda-builders-1.28.0 +%autosetup -n aws-lambda-builders-1.30.0 %build %py3_build @@ -191,5 +191,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.28.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.30.0-1 - Package Spec generated @@ -1 +1 @@ -b933332dffb5d29598500f3e128d7c94 aws_lambda_builders-1.28.0.tar.gz +c64d76fbea0a91687233ee5dea671d64 aws_lambda_builders-1.30.0.tar.gz |