From 429b60a11a21101ade94a08659c50177ab013d233cc7c7da24b7956c7d9406b6 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 1 Sep 2022 12:53:49 +0000 Subject: [PATCH 1/2] Accepting request 1000607 from home:glaubitz:branches:devel:languages:python:aws - Update to 1.27.64 * api-change:``cloudfront``: Update API documentation for CloudFront origin access control (OAC) * api-change:``identitystore``: Expand IdentityStore API to support Create, Read, Update, Delete and Get operations for User, Group and GroupMembership resources. * api-change:``iotthingsgraph``: This release deprecates all APIs of the ThingsGraph service * api-change:``ivs``: IVS Merge Fragmented Streams. This release adds support for recordingReconnectWindow field in IVS recordingConfigurations. For more information see https://docs.aws.amazon.com/ivs/latest/APIReference/Welcome.html * api-change:``rds-data``: Documentation updates for RDS Data API * api-change:``sagemaker``: SageMaker Inference Recommender now accepts Inference Recommender fields: Domain, Task, Framework, SamplePayloadUrl, SupportedContentTypes, SupportedInstanceTypes, directly in our CreateInferenceRecommendationsJob API through ContainerConfig - from version 1.27.63 * enhancement:Endpoints: Deprecate SSL common name * api-change:``greengrassv2``: Adds topologyFilter to ListInstalledComponentsRequest which allows filtration of components by ROOT or ALL (including root and dependency components). Adds lastStatusChangeTimestamp to ListInstalledComponents response to show the last time a component changed state on a device. * api-change:``identitystore``: Documentation updates for the Identity Store CLI Reference. * api-change:``lookoutequipment``: This release adds new apis for providing labels. * api-change:``macie2``: This release of the Amazon Macie API adds support for using allow lists to define specific text and text patterns to ignore when inspecting data sources for sensitive data. * api-change:``sso-admin``: Documentation updates for the AWS IAM Identity Center CLI Reference. * api-change:``sso``: Documentation updates for the AWS IAM Identity Center Portal CLI Reference. - from version 1.27.62 * api-change:``fsx``: Documentation updates for Amazon FSx for NetApp ONTAP. * api-change:``voice-id``: Amazon Connect Voice ID now detects voice spoofing. When a prospective fraudster tries to spoof caller audio using audio playback or synthesized speech, Voice ID will return a risk score and outcome to indicate the how likely it is that the voice is spoofed. - from version 1.27.61 OBS-URL: https://build.opensuse.org/request/show/1000607 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=144 --- botocore-1.27.60.tar.gz | 3 --- botocore-1.27.64.tar.gz | 3 +++ python-botocore.changes | 37 +++++++++++++++++++++++++++++++++++++ python-botocore.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 botocore-1.27.60.tar.gz create mode 100644 botocore-1.27.64.tar.gz diff --git a/botocore-1.27.60.tar.gz b/botocore-1.27.60.tar.gz deleted file mode 100644 index 0adc936..0000000 --- a/botocore-1.27.60.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f9ddf144c7fe025a877dd31c9225563172769e9597013f50a226248f05ff6a8 -size 9300278 diff --git a/botocore-1.27.64.tar.gz b/botocore-1.27.64.tar.gz new file mode 100644 index 0000000..e3b518a --- /dev/null +++ b/botocore-1.27.64.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25793c7e13d989ba27bbca83ea5e19a4ee1cf7ddbab2c0ab3d63461e64e9be50 +size 9314229 diff --git a/python-botocore.changes b/python-botocore.changes index 54cd58e..4d6101c 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Sep 1 08:14:19 UTC 2022 - John Paul Adrian Glaubitz + +- Update to 1.27.64 + * api-change:``cloudfront``: Update API documentation for CloudFront origin access control (OAC) + * api-change:``identitystore``: Expand IdentityStore API to support Create, Read, Update, Delete + and Get operations for User, Group and GroupMembership resources. + * api-change:``iotthingsgraph``: This release deprecates all APIs of the ThingsGraph service + * api-change:``ivs``: IVS Merge Fragmented Streams. This release adds support for + recordingReconnectWindow field in IVS recordingConfigurations. For more information see + https://docs.aws.amazon.com/ivs/latest/APIReference/Welcome.html + * api-change:``rds-data``: Documentation updates for RDS Data API + * api-change:``sagemaker``: SageMaker Inference Recommender now accepts Inference Recommender + fields: Domain, Task, Framework, SamplePayloadUrl, SupportedContentTypes, SupportedInstanceTypes, + directly in our CreateInferenceRecommendationsJob API through ContainerConfig +- from version 1.27.63 + * enhancement:Endpoints: Deprecate SSL common name + * api-change:``greengrassv2``: Adds topologyFilter to ListInstalledComponentsRequest which allows + filtration of components by ROOT or ALL (including root and dependency components). Adds + lastStatusChangeTimestamp to ListInstalledComponents response to show the last time a component + changed state on a device. + * api-change:``identitystore``: Documentation updates for the Identity Store CLI Reference. + * api-change:``lookoutequipment``: This release adds new apis for providing labels. + * api-change:``macie2``: This release of the Amazon Macie API adds support for using allow lists to + define specific text and text patterns to ignore when inspecting data sources for sensitive data. + * api-change:``sso-admin``: Documentation updates for the AWS IAM Identity Center CLI Reference. + * api-change:``sso``: Documentation updates for the AWS IAM Identity Center Portal CLI Reference. +- from version 1.27.62 + * api-change:``fsx``: Documentation updates for Amazon FSx for NetApp ONTAP. + * api-change:``voice-id``: Amazon Connect Voice ID now detects voice spoofing. When a prospective + fraudster tries to spoof caller audio using audio playback or synthesized speech, Voice ID will + return a risk score and outcome to indicate the how likely it is that the voice is spoofed. +- from version 1.27.61 + * api-change:``mediapackage``: This release adds Ads AdTriggers and AdsOnDeliveryRestrictions to + describe calls for CMAF endpoints on MediaPackage. + * api-change:``rds``: Removes support for RDS Custom from DBInstanceClass in ModifyDBInstance + ------------------------------------------------------------------- Fri Aug 26 09:18:19 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-botocore.spec b/python-botocore.spec index c724b98..bbf3f21 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 -Version: 1.27.60 +Version: 1.27.64 Release: 0 Summary: Python interface for AWS License: Apache-2.0 From c8f568a4f5bdfd1091e93cd0049875f899009f762a4dd36f8cd1df69954a5831 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 14 Sep 2022 12:19:16 +0000 Subject: [PATCH 2/2] Accepting request 1003507 from home:glaubitz:branches:devel:languages:python:aws - Update to 1.27.72 * api-change:``customer-profiles``: Added isUnstructured in response for Customer Profiles Integration APIs * api-change:``drs``: Fixed the data type of lagDuration that is returned in Describe Source Server API * api-change:``ec2``: Two new features for local gateway route tables: support for static routes targeting Elastic Network Interfaces and direct VPC routing. * api-change:``evidently``: This release adds support for the client-side evaluation - powered by AWS AppConfig feature. * api-change:``kendra``: This release enables our customer to choose the option of Sharepoint 2019 for the on-premise Sharepoint connector. * api-change:``transfer``: This release introduces the ability to have multiple server host keys for any of your Transfer Family servers that use the SFTP protocol. - from version 1.27.71 * api-change:``eks``: Adding support for local Amazon EKS clusters on Outposts - from version 1.27.70 * api-change:``cloudtrail``: This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations. * api-change:``lexv2-models``: Update lexv2-models client to latest version * api-change:``lexv2-runtime``: Update lexv2-runtime client to latest version * api-change:``pi``: Increases the maximum values of two RDS Performance Insights APIs. The maximum value of the Limit parameter of DimensionGroup is 25. The MaxResult maximum is now 25 for the following APIs: DescribeDimensionKeys, GetResourceMetrics, ListAvailableResourceDimensions, and ListAvailableResourceMetrics. * api-change:``redshift``: This release updates documentation for AQUA features and other description updates. - from version 1.27.69 * api-change:``ec2``: This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type * api-change:``emr-containers``: EMR on EKS now allows running Spark SQL using the newly introduced OBS-URL: https://build.opensuse.org/request/show/1003507 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=145 --- botocore-1.27.64.tar.gz | 3 -- botocore-1.27.72.tar.gz | 3 ++ python-botocore.changes | 83 +++++++++++++++++++++++++++++++++++++++++ python-botocore.spec | 2 +- 4 files changed, 87 insertions(+), 4 deletions(-) delete mode 100644 botocore-1.27.64.tar.gz create mode 100644 botocore-1.27.72.tar.gz diff --git a/botocore-1.27.64.tar.gz b/botocore-1.27.64.tar.gz deleted file mode 100644 index e3b518a..0000000 --- a/botocore-1.27.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25793c7e13d989ba27bbca83ea5e19a4ee1cf7ddbab2c0ab3d63461e64e9be50 -size 9314229 diff --git a/botocore-1.27.72.tar.gz b/botocore-1.27.72.tar.gz new file mode 100644 index 0000000..9c7696b --- /dev/null +++ b/botocore-1.27.72.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6184ab43a59118541b88e0ede24ccd671553323ace95bb7c8de3082a5cc581cb +size 9340404 diff --git a/python-botocore.changes b/python-botocore.changes index 4d6101c..5f76c26 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Wed Sep 14 10:38:16 UTC 2022 - John Paul Adrian Glaubitz + +- Update to 1.27.72 + * api-change:``customer-profiles``: Added isUnstructured in response for Customer Profiles + Integration APIs + * api-change:``drs``: Fixed the data type of lagDuration that is returned in Describe Source Server + API + * api-change:``ec2``: Two new features for local gateway route tables: support for static routes + targeting Elastic Network Interfaces and direct VPC routing. + * api-change:``evidently``: This release adds support for the client-side evaluation - powered by + AWS AppConfig feature. + * api-change:``kendra``: This release enables our customer to choose the option of Sharepoint 2019 + for the on-premise Sharepoint connector. + * api-change:``transfer``: This release introduces the ability to have multiple server host keys + for any of your Transfer Family servers that use the SFTP protocol. +- from version 1.27.71 + * api-change:``eks``: Adding support for local Amazon EKS clusters on Outposts +- from version 1.27.70 + * api-change:``cloudtrail``: This release adds CloudTrail getChannel and listChannels APIs to allow + customer to view the ServiceLinkedChannel configurations. + * api-change:``lexv2-models``: Update lexv2-models client to latest version + * api-change:``lexv2-runtime``: Update lexv2-runtime client to latest version + * api-change:``pi``: Increases the maximum values of two RDS Performance Insights APIs. The maximum + value of the Limit parameter of DimensionGroup is 25. The MaxResult maximum is now 25 for the + following APIs: DescribeDimensionKeys, GetResourceMetrics, ListAvailableResourceDimensions, and + ListAvailableResourceMetrics. + * api-change:``redshift``: This release updates documentation for AQUA features and other + description updates. +- from version 1.27.69 + * api-change:``ec2``: This release adds support to send VPC Flow Logs to kinesis-data-firehose as + new destination type + * api-change:``emr-containers``: EMR on EKS now allows running Spark SQL using the newly introduced + Spark SQL Job Driver in the Start Job Run API + * api-change:``lookoutmetrics``: Release dimension value filtering feature to allow customers to + define dimension filters for including only a subset of their dataset to be used by LookoutMetrics. + * api-change:``medialive``: This change exposes API settings which allow Dolby Atmos and Dolby + Vision to be used when running a channel using Elemental Media Live + * api-change:``route53``: Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) + for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. + * api-change:``sagemaker``: This release adds Mode to AutoMLJobConfig. + * api-change:``ssm``: This release adds support for Systems Manager State Manager Association + tagging. +- from version 1.27.68 + * api-change:``dataexchange``: Documentation updates for AWS Data Exchange. + * api-change:``ec2``: Documentation updates for Amazon EC2. + * api-change:``eks``: Adds support for EKS Addons ResolveConflicts "preserve" flag. Also adds new + update failed status for EKS Addons. + * api-change:``fsx``: Documentation update for Amazon FSx. + * api-change:``inspector2``: This release adds new fields like fixAvailable, fixedInVersion and + remediation to the finding model. The requirement to have vulnerablePackages in the finding model + has also been removed. The documentation has been updated to reflect these changes. + * api-change:``iotsitewise``: Allow specifying units in Asset Properties + * api-change:``sagemaker``: SageMaker Hosting now allows customization on ML instance storage + volume size, model data download timeout and inference container startup ping health check timeout + for each ProductionVariant in CreateEndpointConfig API. + * api-change:``sns``: Amazon SNS introduces the Data Protection Policy APIs, which enable customers + to attach a data protection policy to an SNS topic. This allows topic owners to enable the new + message data protection feature to audit and block sensitive data that is exchanged through their + topics. +- from version 1.27.67 + * api-change:``identitystore``: Documentation updates for the Identity Store CLI Reference. + * api-change:``sagemaker``: This release adds HyperParameterTuningJob type in Search API. +- from version 1.27.66 + * api-change:``cognito-idp``: This release adds a new "AuthSessionValidity" field to the + UserPoolClient in Cognito. Application admins can configure this value for their users' + authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this + field will also apply to the SMS MFA authentication flow. + * api-change:``connect``: This release adds search APIs for Routing Profiles and Queues, which can + be used to search for those resources within a Connect Instance. + * api-change:``mediapackage``: Added support for AES_CTR encryption to CMAF origin endpoints + * api-change:``sagemaker``: This release enables administrators to attribute user activity and API + calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the + same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this + feature. +- from version 1.27.65 + * api-change:``codeguru-reviewer``: Documentation updates to fix formatting issues in CLI and SDK + documentation. + * api-change:``controltower``: This release contains the first SDK for AWS Control Tower. It + introduces a new set of APIs: EnableControl, DisableControl, GetControlOperation, and + ListEnabledControls. + * api-change:``route53``: Documentation updates for Amazon Route 53. + ------------------------------------------------------------------- Thu Sep 1 08:14:19 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-botocore.spec b/python-botocore.spec index bbf3f21..32afd72 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 -Version: 1.27.64 +Version: 1.27.72 Release: 0 Summary: Python interface for AWS License: Apache-2.0