diff --git a/aws_sam_translator-1.101.0.tar.gz b/aws_sam_translator-1.101.0.tar.gz deleted file mode 100644 index ef9b66b94134550551bc31ebeaf3cccecb7f0837..0000000000000000000000000000000000000000 Binary files a/aws_sam_translator-1.101.0.tar.gz and /dev/null differ diff --git a/aws_sam_translator-1.102.0.tar.gz b/aws_sam_translator-1.102.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6ec0f564892dbb818aeba15e964abed59cec70d9 Binary files /dev/null and b/aws_sam_translator-1.102.0.tar.gz differ diff --git a/python-aws-sam-translator.spec b/python-aws-sam-translator.spec index cbbb249d28d9d79e2623688d319222080fd88336..9370f453fc056db6bb881735b0560b9c95991741 100644 --- a/python-aws-sam-translator.spec +++ b/python-aws-sam-translator.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aws-sam-translator -Version: 1.101.0 +Version: 1.102.0 Release: 1 Summary: AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates License: Apache-2.0 URL: https://github.com/awslabs/serverless-application-model -Source0: https://files.pythonhosted.org/packages/0b/63/2f0ef6d6612a16e8eb293d4724d9cdd07b713677d66999dfc93e084ebc87/aws_sam_translator-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/14/9c/c9efaf3b77f856a3a6f6543e4bcd3c4b0bc62da3140dbd2c2a8568c8e6aa/aws_sam_translator-1.102.0.tar.gz BuildArch: noarch %description [![Build Status]( [![PyPI version]( AWS Serverless Application Model (AWS SAM) @@ -89,6 +89,17 @@ mv %{buildroot}/doclist.lst . %{_docdir}/ %changelog +* Thu Nov 20 2025 wanggang - 1.102.0-1 +- Update version to 1.102.0 +- chore: update deprecated managed policy +- fix: add Enabled to MSK model. Use this property for MSK events in integ tests +- chore(deps): bump actions/setup-python from 5 to 6 +- Fix(Intrinsic Resolver): should ignore CFN placeholder in parameter +- Merge main to develop +- docs: update contributing guide to include ai usage +- test: update integ tests to nodejs22.x +- test: ignore Boto3 deprecation warning in Python3.9 + * Mon Oct 13 2025 liutao1 liutao1@kylinos.cn - 1.101.0-1 - Update package with version 1.101.0 - test: delete created change sets in companion stack if empty