From 94f9af9d384dacc699c3564f1ff4eef81913b1c6e1b867b91733536ac06b7b4b Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 27 Sep 2022 13:10:50 +0000 Subject: [PATCH] Accepting request 1004984 from home:glaubitz:branches:devel:languages:python:aws - Update to version 1.24.76 * api-change:``cloudtrail``: [``botocore``] This release includes support for importing existing trails into CloudTrail Lake. * api-change:``ec2``: [``botocore``] This release adds CapacityAllocations field to DescribeCapacityReservations * api-change:``mediaconnect``: [``botocore``] This change allows the customer to use the SRT Caller protocol as part of their flows * api-change:``rds``: [``botocore``] This release adds support for Amazon RDS Proxy with SQL Server compatibility. - from version 1.24.75 * api-change:``codestar-notifications``: [``botocore``] This release adds tag based access control for the UntagResource API. * api-change:``ecs``: [``botocore``] This release supports new task definition sizes. - from version 1.24.74 * api-change:``dynamodb``: [``botocore``] Increased DynamoDB transaction limit from 25 to 100. * api-change:``ec2``: [``botocore``] This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions. * api-change:``sagemaker``: [``botocore``] Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early. - from version 1.24.73 * api-change:``amplifyuibuilder``: [``botocore``] Amplify Studio UIBuilder is introducing forms functionality. Forms can be configured from Data Store models, JSON, or from scratch. These forms can then be generated in your project and used like any other React components. * api-change:``ec2``: [``botocore``] This update introduces API operations to manage and create local gateway route tables, CoIP pools, and VIF group associations. - Update BuildRequires and Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1004984 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=124 --- 1.24.72.tar.gz | 3 --- 1.24.76.tar.gz | 3 +++ python-boto3.changes | 31 +++++++++++++++++++++++++++++++ python-boto3.spec | 6 +++--- 4 files changed, 37 insertions(+), 6 deletions(-) delete mode 100644 1.24.72.tar.gz create mode 100644 1.24.76.tar.gz diff --git a/1.24.72.tar.gz b/1.24.72.tar.gz deleted file mode 100644 index e16a0f6..0000000 --- a/1.24.72.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e66a429e23944450ef115aa8d0d8136a23bb26201408ec2f6a68f68b26de9cc -size 537054 diff --git a/1.24.76.tar.gz b/1.24.76.tar.gz new file mode 100644 index 0000000..0bc94bf --- /dev/null +++ b/1.24.76.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ed0129c53e0ff663ac3e56d18459ef0f52a24f8d6eee26a815e47185af126e +size 538195 diff --git a/python-boto3.changes b/python-boto3.changes index 172c170..5b9cdec 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Tue Sep 20 13:39:43 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 1.24.76 + * api-change:``cloudtrail``: [``botocore``] This release includes support for importing existing + trails into CloudTrail Lake. + * api-change:``ec2``: [``botocore``] This release adds CapacityAllocations field to + DescribeCapacityReservations + * api-change:``mediaconnect``: [``botocore``] This change allows the customer to use the SRT Caller + protocol as part of their flows + * api-change:``rds``: [``botocore``] This release adds support for Amazon RDS Proxy with SQL Server + compatibility. +- from version 1.24.75 + * api-change:``codestar-notifications``: [``botocore``] This release adds tag based access control + for the UntagResource API. + * api-change:``ecs``: [``botocore``] This release supports new task definition sizes. +- from version 1.24.74 + * api-change:``dynamodb``: [``botocore``] Increased DynamoDB transaction limit from 25 to 100. + * api-change:``ec2``: [``botocore``] This feature allows customers to create tags for + vpc-endpoint-connections and vpc-endpoint-service-permissions. + * api-change:``sagemaker``: [``botocore``] Amazon SageMaker Automatic Model Tuning now supports + specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to + stop underperforming hyperparameter configurations early. +- from version 1.24.73 + * api-change:``amplifyuibuilder``: [``botocore``] Amplify Studio UIBuilder is introducing forms + functionality. Forms can be configured from Data Store models, JSON, or from scratch. These forms + can then be generated in your project and used like any other React components. + * api-change:``ec2``: [``botocore``] This update introduces API operations to manage and create + local gateway route tables, CoIP pools, and VIF group associations. +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Wed Sep 14 10:49:52 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-boto3.spec b/python-boto3.spec index 8f1cd2e..560d458 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-boto3 -Version: 1.24.72 +Version: 1.24.76 Release: 0 Summary: Amazon Web Services Library License: Apache-2.0 @@ -27,7 +27,7 @@ URL: https://github.com/boto/boto3 Source: https://github.com/boto/boto3/archive/%{version}.tar.gz # Related test dependencies BuildRequires: %{python_module botocore < 1.28.0} -BuildRequires: %{python_module botocore >= 1.27.72} +BuildRequires: %{python_module botocore >= 1.27.76} BuildRequires: %{python_module pytest} BuildRequires: %{python_module s3transfer < 0.7.0} BuildRequires: %{python_module s3transfer >= 0.6.0} @@ -36,7 +36,7 @@ BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-botocore < 1.28.0 -Requires: python-botocore >= 1.27.72 +Requires: python-botocore >= 1.27.76 Requires: python-jmespath < 1.0.0 Requires: python-jmespath >= 0.7.1 Requires: python-s3transfer < 0.7.0