From a62adb6ea610e4ff2ffe0758ba02266579c8f3c7c3cb9d1f13c9b7136b9d559c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 9 Nov 2024 09:07:05 +0000 Subject: [PATCH] - update to 1.92.0: * fix: Add the property UseAliasAsEventTarget to AWS::Serverless::StateMachine and make associated events use the state machine alias as a target. * chore: Update Runtime to Python3.11 * fix: update cfn-lint versions and match tests * fix: modify error message to show which cors key is invalid * chore(schema): update * chore: Fix Managed Policy ARNs with hardcoded partition in tests * chore: Fix hardcoded endpoint domain in test template * fix: Throw appropriate error message when providing non map * fix: Raise exception when using dynamic reference in CodeUri Uri - use python_expand for fdupes * Resource level attributes support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=62 --- python-aws-sam-translator.changes | 23 ++++++++++++++++++---- python-aws-sam-translator.spec | 2 +- serverless-application-model-1.91.0.tar.gz | 3 --- serverless-application-model-1.92.0.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 serverless-application-model-1.91.0.tar.gz create mode 100644 serverless-application-model-1.92.0.tar.gz diff --git a/python-aws-sam-translator.changes b/python-aws-sam-translator.changes index 6d0a79c..f89b133 100644 --- a/python-aws-sam-translator.changes +++ b/python-aws-sam-translator.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Nov 9 09:06:12 UTC 2024 - Dirk Müller + +- update to 1.92.0: + * fix: Add the property UseAliasAsEventTarget to + AWS::Serverless::StateMachine and make associated events use + the state machine alias as a target. + * chore: Update Runtime to Python3.11 + * fix: update cfn-lint versions and match tests + * fix: modify error message to show which cors key is invalid + * chore(schema): update + * chore: Fix Managed Policy ARNs with hardcoded partition in + tests + * chore: Fix hardcoded endpoint domain in test template + ------------------------------------------------------------------- Wed Oct 2 11:15:02 UTC 2024 - John Paul Adrian Glaubitz @@ -99,7 +114,7 @@ Fri Apr 5 09:04:00 UTC 2024 - John Paul Adrian Glaubitz - Update to 1.85.0 - * fix: Throw appropriate error message when providing non map + * fix: Throw appropriate error message when providing non map route settings by @GavinZZ in #3507 * chore(schema): update by @github-actions in #3508 @@ -116,7 +131,7 @@ Thu Feb 8 02:07:55 UTC 2024 - Steve Kowalik * chore(schema): update by @github-actions in #3503 * Drop python3.7 support for SAM-T by @xazhao in #3403 * chore(schema): update by @github-actions in #3404 - * fix: Raise exception when using dynamic reference in CodeUri Uri + * fix: Raise exception when using dynamic reference in CodeUri Uri format by @GavinZZ in #3405 * chore: Update how we download CFN documentation by @GavinZZ in #3406 * chore(schema): update by @github-actions in #3409 @@ -1073,7 +1088,7 @@ Thu May 5 11:19:33 UTC 2022 - pgajdos@suse.com ------------------------------------------------------------------- Tue Mar 15 08:48:00 UTC 2022 - Dirk Müller -- use python_expand for fdupes +- use python_expand for fdupes ------------------------------------------------------------------- Mon Dec 6 21:25:00 UTC 2021 - Dirk Müller @@ -1094,7 +1109,7 @@ Thu Jun 10 08:57:30 UTC 2021 - Dirk Müller - update to 1.36.0: * Optimize shared API usage plan handling - * Resource level attributes support + * Resource level attributes support ------------------------------------------------------------------- Mon Mar 29 02:34:19 UTC 2021 - John Vandenberg diff --git a/python-aws-sam-translator.spec b/python-aws-sam-translator.spec index a59a5a2..ac5204f 100644 --- a/python-aws-sam-translator.spec +++ b/python-aws-sam-translator.spec @@ -25,7 +25,7 @@ %endif %{?sle15_python_module_pythons} Name: python-aws-sam-translator -Version: 1.91.0 +Version: 1.92.0 Release: 0 Summary: AWS SAM template to AWS CloudFormation template translator License: Apache-2.0 diff --git a/serverless-application-model-1.91.0.tar.gz b/serverless-application-model-1.91.0.tar.gz deleted file mode 100644 index 56c4235..0000000 --- a/serverless-application-model-1.91.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7565f73fad8c45d9f39deac0511e67f65c4e2923c3a8872a638d9890e262da74 -size 5710886 diff --git a/serverless-application-model-1.92.0.tar.gz b/serverless-application-model-1.92.0.tar.gz new file mode 100644 index 0000000..d8b1c94 --- /dev/null +++ b/serverless-application-model-1.92.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d894ce761b5702c82e1025c1d850b82673813d12dc26c117ed808d49ca474ddb +size 5761362