- update to 1.42.0:
* Increase PageSize of ListPolicies Paginator * Support VIRTUAL_HOST as Type for SourceAccessConfiguration for MQ events * Add modes support for RestApi * ARM support * Add ValidateBody/ValidateParameters attribute to API models * Adding support for metric publishing * Self Managed Kafka as event source support * adding OwnershipVerificationCertificateArn and DisableExecuteApiEndpoint to APIs * event source filtering OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=27
This commit is contained in:
parent
8b8a522dff
commit
b131b351bf
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 6 21:25:00 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.42.0:
|
||||||
|
* Increase PageSize of ListPolicies Paginator
|
||||||
|
* Support VIRTUAL_HOST as Type for SourceAccessConfiguration for MQ events
|
||||||
|
* Add modes support for RestApi
|
||||||
|
* ARM support
|
||||||
|
* Add ValidateBody/ValidateParameters attribute to API models
|
||||||
|
* Adding support for metric publishing
|
||||||
|
* Self Managed Kafka as event source support
|
||||||
|
* adding OwnershipVerificationCertificateArn and DisableExecuteApiEndpoint to APIs
|
||||||
|
* event source filtering
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 10 08:57:30 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Thu Jun 10 08:57:30 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%endif
|
%endif
|
||||||
Name: python-aws-sam-translator
|
Name: python-aws-sam-translator
|
||||||
Version: 1.36.0
|
Version: 1.42.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
|
||||||
@ -83,9 +83,7 @@ sed -i -e 's:~=:>=:g' requirements/base.txt
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%{python_expand rm -r %{buildroot}%{$python_sitelib}/integration/
|
%python_exec %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%fdupes %{buildroot}%{$python_sitelib}
|
|
||||||
}
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
install -D -m 755 bin/sam-translate.py %{buildroot}%{_bindir}/sam-translate
|
install -D -m 755 bin/sam-translate.py %{buildroot}%{_bindir}/sam-translate
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8922e45d2823086b700e89bd2905eab236a7a1f2f845d0e68d59f23001fcafc1
|
|
||||||
size 878204
|
|
3
serverless-application-model-1.42.0.tar.gz
Normal file
3
serverless-application-model-1.42.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85c8950dd23f2db86ef8f1974e1d426baafc296670d268ee84b6c74a699ebb78
|
||||||
|
size 1017720
|
Loading…
x
Reference in New Issue
Block a user