forked from pool/python-aws-sam-translator
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
14492b4f4c | ||
6f2a078743 | |||
|
e10977325f | ||
a62adb6ea6 | |||
|
f6b4bc67e4 | ||
97943f6d3e |
@ -1,3 +1,72 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 13:04:47 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.94.0
|
||||||
|
* feat: support for Provisioned Poller (MSK and SelfManagedKafka)
|
||||||
|
* chore: bump version to 1.94.0
|
||||||
|
- from version 1.93.0
|
||||||
|
* chore: update valid appsync function runtime in tests (#3670)
|
||||||
|
* chore: fix graphql transform test template (#3672)
|
||||||
|
* chore(schema): update (#3671)
|
||||||
|
* feat: add introspection, query & resolver limits properties in appsync graphql api (#3668)
|
||||||
|
* fix:skip tests if eventrule to eventbus feature aren't available in specific regions (#3673)
|
||||||
|
* Added kms:GenerateDataKey action to KMSEncryptPolicy policy (#3657)
|
||||||
|
* feat: add property to update lambda version when lambda layer is updated (#3661)
|
||||||
|
* chore(schema): update (#3674)
|
||||||
|
* feat: support observability for ESM (DDB and Kinesis and SQS)
|
||||||
|
* feat: Add Type S3Bucket to DestinationConfig
|
||||||
|
* chore: bump version to 1.93.0
|
||||||
|
* format fix
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 9 09:06:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.91.0
|
||||||
|
* chore(schema): update by @github-actions in #3626
|
||||||
|
* fix: add retry for statemachine integ test by @godwingrs22 in #3630
|
||||||
|
* Release 1.91.0 (to main) by @aaythapa in #3639
|
||||||
|
- from version 1.90.0
|
||||||
|
* chore(schema): update by @github-actions in #3589
|
||||||
|
* Merge main to develop by @aaythapa in #3591
|
||||||
|
* chore(schema): update by @github-actions in #3592
|
||||||
|
* Merge main to develop by @godwingrs22 in #3596
|
||||||
|
* chore(schema): update by @github-actions in #3598
|
||||||
|
* chore: add missing partition to edge config support by @aaythapa in #3605
|
||||||
|
* chore: Upgrade ruff to 0.4.5 by @aahung in #3603
|
||||||
|
* feat: add StepFunctionsCallbackPolicy policy template by @kshyun28 in #3545
|
||||||
|
* fix: Remove ENI manual deletion by @jfuss in #3613
|
||||||
|
* fix: AttributeError: module 'pydantic.v1' has no
|
||||||
|
attribute 'error_wrapper' by @shikha372 in #3611
|
||||||
|
* fix: change endpoint configuration for state machine
|
||||||
|
integ test by @aaythapa in #3614
|
||||||
|
* fix: prevent redundant tags being added to
|
||||||
|
AWS::ApiGatewayV2::Api by @gracelu0 in #3615
|
||||||
|
* chore(schema): update by @github-actions in #3616
|
||||||
|
* Revert "fix: AttributeError: module 'pydantic.v1' has no
|
||||||
|
attribute 'error_wrapper'" by @aaythapa in #3619
|
||||||
|
* fix: exclude breaking pydantic version by @aaythapa in #3620
|
||||||
|
* chore(schema): update by @github-actions in #3621
|
||||||
|
* chore(schema): update by @github-actions in #3623
|
||||||
|
* chore(schema): update by @github-actions in #3625
|
||||||
|
* feat: Support KmsKeyArn for Events
|
||||||
|
* Release 1.90.0 (to main) by @paulhcsun in #3637
|
||||||
|
- Set PYTHONPATH="${PWD}" for invoking testsuite
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 17 11:26:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Fri May 17 11:26:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
@ -65,7 +134,7 @@ Fri Apr 5 09:04:00 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
|
|||||||
Tue Mar 5 10:16:31 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
Tue Mar 5 10:16:31 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
- Update to 1.85.0
|
- 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
|
route settings by @GavinZZ in #3507
|
||||||
* chore(schema): update by @github-actions in #3508
|
* chore(schema): update by @github-actions in #3508
|
||||||
|
|
||||||
@ -82,7 +151,7 @@ Thu Feb 8 02:07:55 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|||||||
* chore(schema): update by @github-actions in #3503
|
* chore(schema): update by @github-actions in #3503
|
||||||
* Drop python3.7 support for SAM-T by @xazhao in #3403
|
* Drop python3.7 support for SAM-T by @xazhao in #3403
|
||||||
* chore(schema): update by @github-actions in #3404
|
* 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
|
format by @GavinZZ in #3405
|
||||||
* chore: Update how we download CFN documentation by @GavinZZ in #3406
|
* chore: Update how we download CFN documentation by @GavinZZ in #3406
|
||||||
* chore(schema): update by @github-actions in #3409
|
* chore(schema): update by @github-actions in #3409
|
||||||
@ -1039,7 +1108,7 @@ Thu May 5 11:19:33 UTC 2022 - pgajdos@suse.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 15 08:48:00 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue Mar 15 08:48:00 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- use python_expand for fdupes
|
- use python_expand for fdupes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 6 21:25:00 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Mon Dec 6 21:25:00 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
@ -1060,7 +1129,7 @@ Thu Jun 10 08:57:30 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|||||||
|
|
||||||
- update to 1.36.0:
|
- update to 1.36.0:
|
||||||
* Optimize shared API usage plan handling
|
* Optimize shared API usage plan handling
|
||||||
* Resource level attributes support
|
* Resource level attributes support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 29 02:34:19 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
Mon Mar 29 02:34:19 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-aws-sam-translator
|
# spec file for package python-aws-sam-translator
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-aws-sam-translator
|
Name: python-aws-sam-translator
|
||||||
Version: 1.89.0
|
Version: 1.94.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AWS SAM template to AWS CloudFormation template translator
|
Summary: AWS SAM template to AWS CloudFormation template translator
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -98,7 +98,7 @@ donttest="$donttest test_resolve_intrinsics or test_sar_service_calls or test_sa
|
|||||||
donttest="$donttest test_sar_throttling_doesnt_stop_processing or test_sleep_between_sar_checks or"
|
donttest="$donttest test_sar_throttling_doesnt_stop_processing or test_sleep_between_sar_checks or"
|
||||||
donttest="$donttest test_unexpected_sar_error_stops_processing or test_time_limit_exceeds_between_combined_sar_calls or"
|
donttest="$donttest test_unexpected_sar_error_stops_processing or test_time_limit_exceeds_between_combined_sar_calls or"
|
||||||
donttest="$donttest test_is_service_supported_positive_4_ec2"
|
donttest="$donttest test_is_service_supported_positive_4_ec2"
|
||||||
%pytest -k "not ($donttest)"
|
PYTHONPATH="${PWD}" %pytest -k "not ($donttest)"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b84a26b4635b0f5295485fbec4a5342d7b0a2584bcea5f92296fbcbe647ad0ab
|
|
||||||
size 5659213
|
|
3
serverless-application-model-1.94.0.tar.gz
Normal file
3
serverless-application-model-1.94.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dc866a19a5a1ff6f67704a15bf545b67a78f9e01b771583ba2871605ed35e170
|
||||||
|
size 5784510
|
Loading…
x
Reference in New Issue
Block a user