From a504bb88c9304ca5e91d18321648f785ba5207f2f8866dc5b7f81651d8da0cd4 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 12 Dec 2022 14:29:05 +0000 Subject: [PATCH] Accepting request 1041934 from home:glaubitz:branches:devel:languages:python:aws - Update to 1.29.26 * enhancement:Endpoint Provider Standard Library: Correct spelling of 'library' in ``StandardLibrary`` class * api-change:``autoscaling``: Adds support for metric math for target tracking scaling policies, saving you the cost and effort of publishing a custom metric to CloudWatch. Also adds support for VPC Lattice by adding the Attach/Detach/DescribeTrafficSources APIs and a new health check type to the CreateAutoScalingGroup API. * api-change:``iottwinmaker``: This release adds the following new features: 1) New APIs for managing a continuous sync of assets and asset models from AWS IoT SiteWise. 2) Support user friendly names for component types (ComponentTypeName) and properties (DisplayName). * api-change:``migrationhubstrategy``: This release adds known application filtering, server selection for assessments, support for potential recommendations, and indications for configuration and assessment status. For more information, see the AWS Migration Hub documentation at https://docs.aws.amazon.com/migrationhub/index.html - from version 1.29.25 * api-change:``ce``: This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause * api-change:``cloudfront``: Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production. * api-change:``eks``: Adds support for EKS add-ons configurationValues fields and DescribeAddonConfiguration function * api-change:``kms``: Updated examples and exceptions for External Key Store (XKS). - from version 1.29.24 * api-change:``billingconductor``: This release adds the Tiering Pricing Rule feature. * api-change:``connect``: This release provides APIs that enable you to programmatically manage rules for Contact Lens conversational analytics and third party applications. For more information, see https://docs.aws.amazon.com/connect/latest/APIReference/rules-api.html * api-change:``dynamodb``: Endpoint Ruleset update: Use http instead of https for the "local" region. * api-change:``dynamodbstreams``: Update dynamodbstreams client to latest version OBS-URL: https://build.opensuse.org/request/show/1041934 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=164 --- botocore-1.29.21.tar.gz | 3 -- botocore-1.29.26.tar.gz | 3 ++ python-botocore.changes | 68 +++++++++++++++++++++++++++++++++++++++++ python-botocore.spec | 4 +-- 4 files changed, 73 insertions(+), 5 deletions(-) delete mode 100644 botocore-1.29.21.tar.gz create mode 100644 botocore-1.29.26.tar.gz diff --git a/botocore-1.29.21.tar.gz b/botocore-1.29.21.tar.gz deleted file mode 100644 index a937715..0000000 --- a/botocore-1.29.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02d1f864e13d219887cc35a3f6e197e9f52c47b0e8f568b3fbbf5f69e667c7f5 -size 10669523 diff --git a/botocore-1.29.26.tar.gz b/botocore-1.29.26.tar.gz new file mode 100644 index 0000000..6d709e5 --- /dev/null +++ b/botocore-1.29.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71220fe5a5d393c391ed81a291c0d0985f147568c56da236453043f93727a34 +size 10681265 diff --git a/python-botocore.changes b/python-botocore.changes index ba9fd37..6095b45 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,71 @@ +------------------------------------------------------------------- +Fri Dec 9 13:22:04 UTC 2022 - John Paul Adrian Glaubitz + +- Update to 1.29.26 + * enhancement:Endpoint Provider Standard Library: Correct spelling of 'library' in + ``StandardLibrary`` class + * api-change:``autoscaling``: Adds support for metric math for target tracking scaling policies, + saving you the cost and effort of publishing a custom metric to CloudWatch. Also adds support for + VPC Lattice by adding the Attach/Detach/DescribeTrafficSources APIs and a new health check type to + the CreateAutoScalingGroup API. + * api-change:``iottwinmaker``: This release adds the following new features: 1) New APIs for + managing a continuous sync of assets and asset models from AWS IoT SiteWise. 2) Support user + friendly names for component types (ComponentTypeName) and properties (DisplayName). + * api-change:``migrationhubstrategy``: This release adds known application filtering, server + selection for assessments, support for potential recommendations, and indications for configuration + and assessment status. For more information, see the AWS Migration Hub documentation at + https://docs.aws.amazon.com/migrationhub/index.html +- from version 1.29.25 + * api-change:``ce``: This release adds the LinkedAccountName field to the GetAnomalies API response + under RootCause + * api-change:``cloudfront``: Introducing UpdateDistributionWithStagingConfig that can be used to + promote the staging configuration to the production. + * api-change:``eks``: Adds support for EKS add-ons configurationValues fields and + DescribeAddonConfiguration function + * api-change:``kms``: Updated examples and exceptions for External Key Store (XKS). +- from version 1.29.24 + * api-change:``billingconductor``: This release adds the Tiering Pricing Rule feature. + * api-change:``connect``: This release provides APIs that enable you to programmatically manage + rules for Contact Lens conversational analytics and third party applications. For more information, + see https://docs.aws.amazon.com/connect/latest/APIReference/rules-api.html + * api-change:``dynamodb``: Endpoint Ruleset update: Use http instead of https for the "local" + region. + * api-change:``dynamodbstreams``: Update dynamodbstreams client to latest version + * api-change:``rds``: This release adds the BlueGreenDeploymentNotFoundFault to the + AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations. + * api-change:``sagemaker-featurestore-runtime``: For online + offline Feature Groups, added ability + to target PutRecord and DeleteRecord actions to only online store, or only offline store. If target + store parameter is not specified, actions will apply to both stores. +- from version 1.29.23 + * api-change:``ce``: This release introduces two new APIs that offer a 1-click experience to + refresh Savings Plans recommendations. The two APIs are + StartSavingsPlansPurchaseRecommendationGeneration and + ListSavingsPlansPurchaseRecommendationGeneration. + * api-change:``ec2``: Documentation updates for EC2. + * api-change:``ivschat``: Adds PendingVerification error type to messaging APIs to block the + resource usage for accounts identified as being fraudulent. + * api-change:``rds``: This release adds the InvalidDBInstanceStateFault to the + RestoreDBClusterFromSnapshot operation. + * api-change:``transcribe``: Amazon Transcribe now supports creating custom language models in the + following languages: Japanese (ja-JP) and German (de-DE). +- from version 1.29.22 + * api-change:``appsync``: Fixes the URI for the evaluatecode endpoint to include the /v1 prefix + (ie. "/v1/dataplane-evaluatecode"). + * api-change:``ecs``: Documentation updates for Amazon ECS + * api-change:``fms``: AWS Firewall Manager now supports Fortigate Cloud Native Firewall as a + Service as a third-party policy type. + * api-change:``mediaconvert``: The AWS Elemental MediaConvert SDK has added support for + configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in + DASH and CMAF outputs. + * api-change:``medialive``: Updates to Event Signaling and Management (ESAM) API and documentation. + * api-change:``polly``: Add language code for Finnish (fi-FI) + * api-change:``proton``: CreateEnvironmentAccountConnection RoleArn input is now optional + * api-change:``redshift-serverless``: Add Table Level Restore operations for Amazon Redshift + Serverless. Add multi-port support for Amazon Redshift Serverless endpoints. Add Tagging support to + Snapshots and Recovery Points in Amazon Redshift Serverless. + * api-change:``sns``: This release adds the message payload-filtering feature to the SNS Subscribe, + SetSubscriptionAttributes, and GetSubscriptionAttributes API actions + ------------------------------------------------------------------- Fri Dec 2 11:06:12 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-botocore.spec b/python-botocore.spec index 5fc92da..42f251f 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,5 +1,5 @@ # -# spec file for package python-botocore +# spec file # # Copyright (c) 2022 SUSE LLC # @@ -28,7 +28,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-botocore%{?psuffix} -Version: 1.29.21 +Version: 1.29.26 Release: 0 Summary: Python interface for AWS License: Apache-2.0