From 0b7d5c175a2b82b589d28271992a7d86008f3a2b913240a316bcb1527e9e6fe9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 16 Jan 2023 09:20:21 +0000 Subject: [PATCH] - update to 1.29.50: * api-change:``connect``: This release updates the responses of UpdateContactFlowContent, UpdateContactFlowMetadata, UpdateContactFlowName and DeleteContactFlow API with empty responses. * api-change:``ec2``: Documentation updates for EC2. * api-change:``outposts``: This release adds POWER_30_KVA as an option for PowerDrawKva. PowerDrawKva is part of the RackPhysicalProperties structure in the CreateSite request. * api-change:``resource-groups``: AWS Resource Groups customers can now turn on Group Lifecycle Events in their AWS account. When you turn this on, Resource Groups monitors your groups for changes to group state or membership. Those changes are sent to Amazon EventBridge as events that you can respond to using rules you create. * api-change:``cleanrooms``: Initial release of AWS Clean Rooms * api-change:``lambda``: Add support for MaximumConcurrency parameter for SQS event source. Customers can now limit the maximum concurrent invocations for their SQS Event Source Mapping. * api-change:``logs``: Bug fix: logGroupName is now not a required field in GetLogEvents, FilterLogEvents, GetLogGroupFields, and DescribeLogStreams APIs as logGroupIdentifier can be provided instead * api-change:``mediaconvert``: The AWS Elemental MediaConvert SDK has added support for compact DASH manifest generation, audio normalization using TruePeak measurements, and the ability to clip the sample range in the color corrector. * api-change:``secretsmanager``: Update documentation for new ListSecrets and DescribeSecret parameters * api-change:``kendra``: This release adds support to new document types - RTF, XML, XSLT, MS_EXCEL, CSV, JSON, MD * api-change:``location``: This release adds support for two new route travel models, Bicycle and Motorcycle which can be used with Grab data source. * api-change:``rds``: This release adds support for configuring allocated OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=170 --- botocore-1.29.45.tar.gz | 3 --- botocore-1.29.50.tar.gz | 3 +++ python-botocore.changes | 50 ++++++++++++++++++++++++++++++++++++++++- python-botocore.spec | 2 +- 4 files changed, 53 insertions(+), 5 deletions(-) delete mode 100644 botocore-1.29.45.tar.gz create mode 100644 botocore-1.29.50.tar.gz diff --git a/botocore-1.29.45.tar.gz b/botocore-1.29.45.tar.gz deleted file mode 100644 index 895d39a..0000000 --- a/botocore-1.29.45.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62ae03e591ff25555854aa338da35190ffe18c0b1be2ebf5cfb277164233691f -size 10749632 diff --git a/botocore-1.29.50.tar.gz b/botocore-1.29.50.tar.gz new file mode 100644 index 0000000..95f928f --- /dev/null +++ b/botocore-1.29.50.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc68b78a48217550c18b4639420b7c3b48ed9e09e749343143acbfa423ceec5 +size 10770454 diff --git a/python-botocore.changes b/python-botocore.changes index 5df50d2..e7a0810 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,7 +1,55 @@ +------------------------------------------------------------------- +Mon Jan 16 09:13:00 UTC 2023 - Dirk Müller + +- update to 1.29.50: + * api-change:``connect``: This release updates the responses of + UpdateContactFlowContent, UpdateContactFlowMetadata, UpdateContactFlowName + and DeleteContactFlow API with empty responses. + * api-change:``ec2``: Documentation updates for EC2. + * api-change:``outposts``: This release adds POWER_30_KVA as an option for + PowerDrawKva. PowerDrawKva is part of the RackPhysicalProperties structure + in the CreateSite request. + * api-change:``resource-groups``: AWS Resource Groups customers can now turn + on Group Lifecycle Events in their AWS account. When you turn this on, + Resource Groups monitors your groups for changes to group state or + membership. Those changes are sent to Amazon EventBridge as events that you + can respond to using rules you create. + * api-change:``cleanrooms``: Initial release of AWS Clean Rooms + * api-change:``lambda``: Add support for MaximumConcurrency parameter for SQS + event source. Customers can now limit the maximum concurrent invocations + for their SQS Event Source Mapping. + * api-change:``logs``: Bug fix: logGroupName is now not a required field in + GetLogEvents, FilterLogEvents, GetLogGroupFields, and DescribeLogStreams + APIs as logGroupIdentifier can be provided instead + * api-change:``mediaconvert``: The AWS Elemental MediaConvert SDK has added + support for compact DASH manifest generation, audio normalization using + TruePeak measurements, and the ability to clip the sample range in the + color corrector. + * api-change:``secretsmanager``: Update documentation for new ListSecrets and DescribeSecret parameters + * api-change:``kendra``: This release adds support to new document types - + RTF, XML, XSLT, MS_EXCEL, CSV, JSON, MD + * api-change:``location``: This release adds support for two new route travel + models, Bicycle and Motorcycle which can be used with Grab data source. + * api-change:``rds``: This release adds support for configuring allocated + storage on the CreateDBInstanceReadReplica, + RestoreDBInstanceFromDBSnapshot, and RestoreDBInstanceToPointInTime APIs. + * api-change:``ecr-public``: This release for Amazon ECR Public makes several + change to bring the SDK into sync with the API. + * api-change:``kendra-ranking``: Introducing Amazon Kendra Intelligent + Ranking, a new set of Kendra APIs that leverages Kendra semantic ranking + capabilities to improve the quality of search results from other search + services (i.e. OpenSearch, ElasticSearch, Solr). + * api-change:``network-firewall``: Network Firewall now supports the Suricata + rule action reject, in addition to the actions pass, drop, and alert. + * api-change:``ram``: Enabled FIPS aws-us-gov endpoints in SDK. + * api-change:``workspaces-web``: This release adds support for a new portal + authentication type: AWS IAM Identity Center (successor to AWS Single + Sign-On). + ------------------------------------------------------------------- Mon Jan 9 08:24:42 UTC 2023 - Dirk Müller -- correct requires +- correct requires - update to 1.29.45: * api-change:``acm-pca``: Added revocation parameter validation: bucket names must match S3 bucket naming rules and CNAMEs conform to RFC2396 restrictions diff --git a/python-botocore.spec b/python-botocore.spec index e8855eb..7cfe5c5 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -28,7 +28,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-botocore%{?psuffix} -Version: 1.29.45 +Version: 1.29.50 Release: 0 Summary: Python interface for AWS License: Apache-2.0