代码拉取完成,页面将自动刷新
%global _empty_manifest_terminate_build 0
Name: python-aws-sam-translator
Version: 1.103.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/d0/e3/82cc7240504b1c0d2d7ed7028b05ccceedb02932b8638c61a8372a5d875f/aws_sam_translator-1.103.0.tar.gz
BuildArch: noarch
%description
[
You can use SAM to define serverless applications in simple and clean
syntax.This GitHub project is the starting point for AWS SAM. It contains the
SAM specification, the code that translates SAM templates into AWS
CloudFormation stacks, general information about the model, and examples of
common applications.
%package -n python3-aws-sam-translator
Summary: AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates
Provides: python-aws-sam-translator
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description -n python3-aws-sam-translator
[
You can use SAM to define serverless applications in simple and clean
syntax.This GitHub project is the starting point for AWS SAM. It contains the
SAM specification, the code that translates SAM templates into AWS
CloudFormation stacks, general information about the model, and examples of
common applications.
%package help
Summary: AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates
Provides: python3-aws-sam-translator-doc
%description help
[
You can use SAM to define serverless applications in simple and clean
syntax.This GitHub project is the starting point for AWS SAM. It contains the
SAM specification, the code that translates SAM templates into AWS
CloudFormation stacks, general information about the model, and examples of
common applications.
%prep
%autosetup -n aws_sam_translator-%{version}
sed -i 's/~/>/g' requirements/base.txt
sed -i 's/enum34>=1.1//g' requirements/base.txt
%build
%py3_build
%install
%py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
%files -n python3-aws-sam-translator -f filelist.lst
%dir %{python3_sitelib}/
%files help -f doclist.lst
%{_docdir}/
%changelog
* wed Nov 26 2025 wanggang <wanggang1@kylinos.cn> - 1.103.0-1
- Update version to 1.103.0
- add support for IpAddressType.
* Thu Nov 20 2025 wanggang <wanggang1@kylinos.cn> - 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
- fix(integration): resolve stack cleanup issues in connector tests
* Mon Sep 01 2025 guochao <guochao@kylinos.cn> - 1.100.0-1
- Update version to 1.100.0
* Thu Jul 03 2025 liudy <liudingyao@kyinos.cn> - 1.99.0-1
- Update to 1.99.0
* Wed Jun 18 2025 guochao <guochao@kylinos.cn> - 1.98.0-1
- Update version to 1.98.0
- Correctly support custom domain in private apis
- Enforce lambda alias alphanumeric logical id
- Add new partition
* Fri Dec 06 2024 liutao1 <liutao1@kylinos.cn> - 1.94.0-1
- Update package to version 1.94.0
support for Provisioned Poller
update valid appsync function runtime in tests
add introspection, query & resolver limits properties in appsync graphql api
* Fri Nov 15 2024 liutao1 <liutao1@kylinos.cn> - 1.92.0-1
- Update package to version 1.92.0
Add the property UseAliasAsEventTarget to AWS::Serverless::StateMachine
Make associated events use the state machine alias as a target
Update cfn-lint versions and match tests
* Wed Aug 21 2024 guochao <guochao@kylinos.cn> - 1.91.0-1
- Update package version to 1.91.0
- Support RecursiveLoop property in SAM function
- Support KmsKeyArn for Events
- Add retry for statemachine integ test
* Mon Jul 29 2024 warlcok <hunan@kylinos.cn> - 1.89.0-1
- Update package version to 1.89.0
Follow upstream updates
* Tue Aug 02 2022 OpenStack_SIG <openstack@openeuler.org> - 1.6.0-1
- Init package python3-aws-sam-translator of version 1.6.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。