forked from pool/python-aws-sam-translator
Accepting request 703823 from home:swulf:branches:devel:languages:python:aws
Upgrade to 1.11.0 OBS-URL: https://build.opensuse.org/request/show/703823 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=3
This commit is contained in:
parent
90a65a0ac9
commit
7d10bab21f
3
aws-sam-translator-1.11.0.tar.gz
Normal file
3
aws-sam-translator-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db872c43bdfbbae9fc8c9201e6a7aeb9a661cda116a94708ab0577b46a38b962
|
||||||
|
size 96492
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1334795a85077cd5741822149260f90104fb2a01699171c9e9567c0db76ed74d
|
|
||||||
size 86049
|
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 17 20:27:10 UTC 2019 - Scott Wulf <swulf@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to 1.11.0
|
||||||
|
* Add ReservedConcurrentExecutions to globals
|
||||||
|
* Fix ElasticsearchHttpPostPolicy resource reference
|
||||||
|
* Support using AWS::Region in Ref and Sub
|
||||||
|
* Documentation and examples updates
|
||||||
|
* Add VersionDescription property to Serverless::Function
|
||||||
|
* Update ServerlessRepoReadWriteAccessPolicy
|
||||||
|
* Add additional template validation
|
||||||
|
|
||||||
|
- Upgrade to 1.10.0
|
||||||
|
* Add GSIs to DynamoDBReadPolicy and DynamoDBCrudPolicy
|
||||||
|
* Add DynamoDBReconfigurePolicy
|
||||||
|
* Add CostExplorerReadOnlyPolicy and OrganizationsListAccountsPolicy
|
||||||
|
* Add EKSDescribePolicy
|
||||||
|
* Add SESBulkTemplatedCrudPolicy
|
||||||
|
* Add FilterLogEventsPolicy
|
||||||
|
* Add SSMParameterReadPolicy
|
||||||
|
* Add SESEmailTemplateCrudPolicy
|
||||||
|
* Add s3:PutObjectAcl to S3CrudPolicy
|
||||||
|
* Add allow_credentials CORS option
|
||||||
|
* Add support for AccessLogSetting and CanarySetting Serverless::Api properties
|
||||||
|
* Add support for X-Ray in Serverless::Api
|
||||||
|
* Add support for MinimumCompressionSize in Serverless::Api
|
||||||
|
* Add Auth to Serverless::Api globals
|
||||||
|
* Remove trailing slashes from APIGW permissions
|
||||||
|
* Add SNS FilterPolicy and an example application
|
||||||
|
* Add Enabled property to Serverless::Function event sources
|
||||||
|
* Add support for PermissionsBoundary in Serverless::Function
|
||||||
|
* Fix boto3 client initialization
|
||||||
|
* Add PublicAccessBlockConfiguration property to S3 bucket resource
|
||||||
|
* Make PAY_PER_REQUEST default mode for Serverless::SimpleTable
|
||||||
|
* Add limited support for resolving intrinsics in Serverless::LayerVersion
|
||||||
|
* SAM now uses Flake8
|
||||||
|
* Add example application for S3 Events written in Go
|
||||||
|
* Updated several example applications
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 21 12:42:29 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Jan 21 12:42:29 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -12,37 +12,38 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-aws-sam-translator
|
Name: python-aws-sam-translator
|
||||||
Version: 1.9.0
|
Version: 1.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Apache-2.0
|
|
||||||
Summary: AWS SAM template to AWS CloudFormation template translator
|
Summary: AWS SAM template to AWS CloudFormation template translator
|
||||||
Url: https://github.com/awslabs/serverless-application-model
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: https://github.com/awslabs/serverless-application-model
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/aws-sam-translator/aws-sam-translator-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/aws-sam-translator/aws-sam-translator-%{version}.tar.gz
|
||||||
Patch: ast_drop-compatible-releases-operator.patch
|
Patch: ast_drop-compatible-releases-operator.patch
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module boto3 >= 1.5}
|
|
||||||
BuildRequires: %{python_module boto3 < 2.0}
|
BuildRequires: %{python_module boto3 < 2.0}
|
||||||
BuildRequires: %{python_module jsonschema >= 2.6}
|
BuildRequires: %{python_module boto3 >= 1.5}
|
||||||
BuildRequires: %{python_module jsonschema < 3.0}
|
BuildRequires: %{python_module jsonschema < 3.0}
|
||||||
BuildRequires: %{python_module six >= 1.11}
|
BuildRequires: %{python_module jsonschema >= 2.6}
|
||||||
BuildRequires: %{python_module six < 2.0}
|
BuildRequires: %{python_module six < 2.0}
|
||||||
|
BuildRequires: %{python_module six >= 1.11}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-boto3 >= 1.5
|
|
||||||
Requires: python-boto3 < 2.0
|
Requires: python-boto3 < 2.0
|
||||||
Requires: python-jsonschema >= 2.6
|
Requires: python-boto3 >= 1.5
|
||||||
Requires: python-jsonschema < 3.0
|
Requires: python-jsonschema < 3.0
|
||||||
Requires: python-six >= 1.11
|
Requires: python-jsonschema >= 2.6
|
||||||
Requires: python-six < 2.0
|
Requires: python-six < 2.0
|
||||||
|
Requires: python-six >= 1.11
|
||||||
Suggests: python-enum34 >= 1.1
|
Suggests: python-enum34 >= 1.1
|
||||||
Suggests: python-enum34 < 2.0
|
Suggests: python-enum34 < 2.0
|
||||||
Suggests: python-coverage >= 4.4.0
|
Suggests: python-coverage >= 4.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user