From 8247a3eddb8b1dd4c219953f65aab773981faabc236cc6bf91bc3be612ed0ec9 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 24 Feb 2023 11:54:48 +0000 Subject: [PATCH] Accepting request 1067577 from home:glaubitz:branches:devel:languages:python:aws - Update to 1.29.78 * api-change:``appflow``: This release enables the customers to choose whether to use Private Link for Metadata and Authorization call when using a private Salesforce connections * api-change:``ecs``: This release supports deleting Amazon ECS task definitions that are in the INACTIVE state. * api-change:``grafana``: Doc-only update. Updated information on attached role policies for customer provided roles * api-change:``guardduty``: Updated API and data types descriptions for CreateFilter, UpdateFilter, and TriggerDetails. * api-change:``iotwireless``: In this release, we add additional capabilities for the FUOTA which allows user to configure the fragment size, the sending interval and the redundancy ratio of the FUOTA tasks * api-change:``location``: This release adds support for using Maps APIs with an API Key in addition to AWS Cognito. This includes support for adding, listing, updating and deleting API Keys. * api-change:``macie2``: This release adds support for a new finding type, Policy:IAMUser/S3BucketSharedWithCloudFront, and S3 bucket metadata that indicates if a bucket is shared with an Amazon CloudFront OAI or OAC. * api-change:``wafv2``: You can now associate an AWS WAF v2 web ACL with an AWS App Runner service. - from version 1.29.77 * api-change:``chime-sdk-voice``: This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace * api-change:``cloudfront``: CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list. * api-change:``datasync``: AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1. * api-change:``opensearch``: This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window. OBS-URL: https://build.opensuse.org/request/show/1067577 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=181 --- botocore-1.29.71.tar.gz | 3 -- botocore-1.29.78.tar.gz | 3 ++ python-botocore.changes | 81 +++++++++++++++++++++++++++++++++++++++++ python-botocore.spec | 2 +- 4 files changed, 85 insertions(+), 4 deletions(-) delete mode 100644 botocore-1.29.71.tar.gz create mode 100644 botocore-1.29.78.tar.gz diff --git a/botocore-1.29.71.tar.gz b/botocore-1.29.71.tar.gz deleted file mode 100644 index 3b52c68..0000000 --- a/botocore-1.29.71.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:783e7fa97bb5bf3759e4b333b8da2bcaffdb54828ea1d759b55329cc39003b98 -size 10782555 diff --git a/botocore-1.29.78.tar.gz b/botocore-1.29.78.tar.gz new file mode 100644 index 0000000..c469dc5 --- /dev/null +++ b/botocore-1.29.78.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bee6ed037590ef1e4884d944486232871513915f12a8590c63e3bb6046479bf +size 10815201 diff --git a/python-botocore.changes b/python-botocore.changes index db513cb..022e994 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,84 @@ +------------------------------------------------------------------- +Fri Feb 24 09:17:28 UTC 2023 - John Paul Adrian Glaubitz + +- Update to 1.29.78 + * api-change:``appflow``: This release enables the customers to choose whether to use Private Link + for Metadata and Authorization call when using a private Salesforce connections + * api-change:``ecs``: This release supports deleting Amazon ECS task definitions that are in the + INACTIVE state. + * api-change:``grafana``: Doc-only update. Updated information on attached role policies for + customer provided roles + * api-change:``guardduty``: Updated API and data types descriptions for CreateFilter, UpdateFilter, + and TriggerDetails. + * api-change:``iotwireless``: In this release, we add additional capabilities for the FUOTA which + allows user to configure the fragment size, the sending interval and the redundancy ratio of the + FUOTA tasks + * api-change:``location``: This release adds support for using Maps APIs with an API Key in + addition to AWS Cognito. This includes support for adding, listing, updating and deleting API Keys. + * api-change:``macie2``: This release adds support for a new finding type, + Policy:IAMUser/S3BucketSharedWithCloudFront, and S3 bucket metadata that indicates if a bucket is + shared with an Amazon CloudFront OAI or OAC. + * api-change:``wafv2``: You can now associate an AWS WAF v2 web ACL with an AWS App Runner service. +- from version 1.29.77 + * api-change:``chime-sdk-voice``: This release introduces support for Voice Connector media metrics + in the Amazon Chime SDK Voice namespace + * api-change:``cloudfront``: CloudFront now supports block lists in origin request policies so that + you can forward all headers, cookies, or query string from viewer requests to the origin *except* + for those specified in the block list. + * api-change:``datasync``: AWS DataSync has relaxed the minimum length constraint of AccessKey for + Object Storage locations to 1. + * api-change:``opensearch``: This release lets customers configure Off-peak window and software + update related properties for a new/existing domain. It enhances the capabilities of + StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and + allows Auto-tune to make use of Off-peak window. + * api-change:``rum``: CloudWatch RUM now supports CloudWatch Custom Metrics + * api-change:``ssm``: Document only update for Feb 2023 +- from version 1.29.76 + * api-change:``quicksight``: S3 data sources now accept a custom IAM role. + * api-change:``resiliencehub``: In this release we improved resilience hub application creation and + maintenance by introducing new resource and app component crud APIs, improving visibility and + maintenance of application input sources and added support for additional information attributes to + be provided by customers. + * api-change:``securityhub``: Documentation updates for AWS Security Hub + * api-change:``tnb``: This is the initial SDK release for AWS Telco Network Builder (TNB). AWS + Telco Network Builder is a network automation service that helps you deploy and manage telecom + networks. +- from version 1.29.75 + * bugfix:SSO: Fixes aws/aws-cli`#7496 `__ by using the + correct profile name rather than the one set in the session. + * api-change:``auditmanager``: This release introduces a ServiceQuotaExceededException to the + UpdateAssessmentFrameworkShare API operation. + * api-change:``connect``: Reasons for failed diff has been approved by SDK Reviewer +- from version 1.29.74 + * api-change:``apprunner``: This release supports removing MaxSize limit for + AutoScalingConfiguration. + * api-change:``glue``: Release of Delta Lake Data Lake Format for Glue Studio Service +- from version 1.29.73 + * api-change:``emr``: Update emr client to latest version + * api-change:``grafana``: With this release Amazon Managed Grafana now supports inbound Network + Access Control that helps you to restrict user access to your Grafana workspaces + * api-change:``ivs``: Doc-only update. Updated text description in DeleteChannel, Stream, and + StreamSummary. + * api-change:``wafv2``: Added a notice for account takeover prevention (ATP). The interface + incorrectly lets you to configure ATP response inspection in regional web ACLs in Region US East + (N. Virginia), without returning an error. ATP response inspection is only available in web ACLs + that protect CloudFront distributions. +- from version 1.29.72 + * api-change:``cloudtrail``: This release adds an InsufficientEncryptionPolicyException type to the + StartImport endpoint + * api-change:``efs``: Update efs client to latest version + * api-change:``frauddetector``: This release introduces Lists feature which allows customers to + reference a set of values in Fraud Detector's rules. With Lists, customers can dynamically manage + these attributes in real time. Lists can be created/deleted and its contents can be modified using + the Fraud Detector API. + * api-change:``glue``: Fix DirectJDBCSource not showing up in CLI code gen + * api-change:``privatenetworks``: This release introduces a new StartNetworkResourceUpdate API, + which enables return/replacement of hardware from a NetworkSite. + * api-change:``rds``: Database Activity Stream support for RDS for SQL Server. + * api-change:``wafv2``: For protected CloudFront distributions, you can now use the AWS WAF Fraud + Control account takeover prevention (ATP) managed rule group to block new login attempts from + clients that have recently submitted too many failed login attempts. + ------------------------------------------------------------------- Wed Feb 15 11:15:16 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-botocore.spec b/python-botocore.spec index 86a3b11..74201c4 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.71 +Version: 1.29.78 Release: 0 Summary: Python interface for AWS License: Apache-2.0