From 8f036f676d1daef511918a526c9a1505bd16ef61 Mon Sep 17 00:00:00 2001 From: jillr Date: Tue, 18 May 2021 20:12:19 +0000 Subject: [PATCH 1/3] Update README with new python and botocore requirements --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a8d31f2c0..d427c7eb3a3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ PEP440 is the schema used to describe the versions of Ansible. ## Python version compatibility -This collection depends on the AWS SDK for Python (Boto3 and Botocore). As AWS has [ceased supporting Python 2.6](https://aws.amazon.com/blogs/developer/deprecation-of-python-2-6-and-python-3-3-in-botocore-boto3-and-the-aws-cli/), this collection requires Python 2.7 or greater. +This collection depends on the AWS SDK for Python (Boto3 and Botocore). Starting with the 2.0 releases of both collections, it is generally the collection's policy to support the versions of `botocore` and `boto3` that were released 12 months prior to the most recent major collection release, following semantic versioning (for example, 2.0.0, 3.0.0). + +As AWS has [ceased supporting Python 2.7](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1/), this collection requires Python 3.6 or greater. ## Included content From 34ffcdab5858aab92de49939b90e5c256f202e82 Mon Sep 17 00:00:00 2001 From: jillr Date: Thu, 20 May 2021 22:35:49 +0000 Subject: [PATCH 2/3] Update verbiage in python requirements --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d427c7eb3a3..379779fe554 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,11 @@ PEP440 is the schema used to describe the versions of Ansible. ## Python version compatibility -This collection depends on the AWS SDK for Python (Boto3 and Botocore). Starting with the 2.0 releases of both collections, it is generally the collection's policy to support the versions of `botocore` and `boto3` that were released 12 months prior to the most recent major collection release, following semantic versioning (for example, 2.0.0, 3.0.0). +As the AWS SDK for Python (Boto3 and Botocore). has [ceased supporting Python 2.7](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1/), this collection requires Python 3.6 or greater. -As AWS has [ceased supporting Python 2.7](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1/), this collection requires Python 3.6 or greater. +Starting with the 2.0.0 releases of both collections, it is generally the collection's policy to support the versions of `botocore` and `boto3` that were released 12 months prior to the most recent major collection release, following semantic versioning (for example, 2.0.0, 3.0.0). + +Version 2.0.0 of this collection supports `boto3 >= 1.13.0` and `botocore >= 1.16.0` ## Included content From e33d8ae387e9e5f8659d0c816f1814963b3945ed Mon Sep 17 00:00:00 2001 From: jillr Date: Fri, 21 May 2021 15:53:09 +0000 Subject: [PATCH 3/3] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 379779fe554..3bb85b3098f 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ PEP440 is the schema used to describe the versions of Ansible. ## Python version compatibility -As the AWS SDK for Python (Boto3 and Botocore). has [ceased supporting Python 2.7](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1/), this collection requires Python 3.6 or greater. +As the AWS SDK for Python (Boto3 and Botocore) has [ceased supporting Python 2.7](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1/), this collection requires Python 3.6 or greater. -Starting with the 2.0.0 releases of both collections, it is generally the collection's policy to support the versions of `botocore` and `boto3` that were released 12 months prior to the most recent major collection release, following semantic versioning (for example, 2.0.0, 3.0.0). +Starting with the 2.0.0 releases of amazon.aws and community.aws, it is generally the collection's policy to support the versions of `botocore` and `boto3` that were released 12 months prior to the most recent major collection release, following semantic versioning (for example, 2.0.0, 3.0.0). Version 2.0.0 of this collection supports `boto3 >= 1.13.0` and `botocore >= 1.16.0`