Accepting request 978274 from home:glaubitz:branches:devel:languages:python:aws

- Update to 1.26.4 (bsc#1199716)
  * api-change:``gamesparks``: This release adds an optional DeploymentResult field in the responses
    of GetStageDeploymentIntegrationTests and ListStageDeploymentIntegrationTests APIs.
  * enhancement:StreamingBody: Allow StreamingBody to be used as a context manager
  * api-change:``lookoutmetrics``: In this release we added SnsFormat to SNSConfiguration to support
    human readable alert.
- from version 1.26.3
  * api-change:``greengrassv2``: This release adds the new DeleteDeployment API operation that you
    can use to delete deployment resources. This release also adds support for discontinued
    AWS-provided components, so AWS can communicate when a component has any issues that you should
    consider before you deploy it.
  * api-change:``quicksight``: API UpdatePublicSharingSettings enables IAM admins to enable/disable
    account level setting for public access of dashboards. When enabled, owners/co-owners for
    dashboards can enable public access on their dashboards. These dashboards can only be accessed
    through share link or embedding.
  * api-change:``appmesh``: This release updates the existing Create and Update APIs for meshes and
    virtual nodes by adding a new IP preference field. This new IP preference field can be used to
    control the IP versions being used with the mesh and allows for IPv6 support within App Mesh.
  * api-change:``batch``: Documentation updates for AWS Batch.
  * api-change:``iotevents-data``: Introducing new API for deleting detectors: BatchDeleteDetector.
  * api-change:``transfer``: AWS Transfer Family now supports SetStat server configuration option,
    which provides the ability to ignore SetStat command issued by file transfer clients, enabling
    customers to upload files without any errors.
- from version 1.26.2
  * api-change:``kms``: Add HMAC best practice tip, annual rotation of AWS managed keys.
  * api-change:``glue``: This release adds a new optional parameter called codeGenNodeConfiguration
    to CRUD job APIs that allows users to manage visual jobs via APIs. The updated CreateJob and
    UpdateJob will create jobs that can be viewed in Glue Studio as a visual graph. GetJob can be used
    to get codeGenNodeConfiguration.

OBS-URL: https://build.opensuse.org/request/show/978274
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=129
This commit is contained in:
Robert Schweikert 2022-05-20 15:46:40 +00:00 committed by Git OBS Bridge
parent e980c47851
commit 2940d9c163
4 changed files with 37 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a805cbd8e79b64da0f719869b6b4c698cf5db7991b1aa412b086b25fb2892795
size 8972136

3
botocore-1.26.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b818986c2dde395f117829d7206f775f5bfb37ef84eb05c94d3952f8e3d7fe8d
size 8993009

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Fri May 20 09:40:11 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.26.4 (bsc#1199716)
* api-change:``gamesparks``: This release adds an optional DeploymentResult field in the responses
of GetStageDeploymentIntegrationTests and ListStageDeploymentIntegrationTests APIs.
* enhancement:StreamingBody: Allow StreamingBody to be used as a context manager
* api-change:``lookoutmetrics``: In this release we added SnsFormat to SNSConfiguration to support
human readable alert.
- from version 1.26.3
* api-change:``greengrassv2``: This release adds the new DeleteDeployment API operation that you
can use to delete deployment resources. This release also adds support for discontinued
AWS-provided components, so AWS can communicate when a component has any issues that you should
consider before you deploy it.
* api-change:``quicksight``: API UpdatePublicSharingSettings enables IAM admins to enable/disable
account level setting for public access of dashboards. When enabled, owners/co-owners for
dashboards can enable public access on their dashboards. These dashboards can only be accessed
through share link or embedding.
* api-change:``appmesh``: This release updates the existing Create and Update APIs for meshes and
virtual nodes by adding a new IP preference field. This new IP preference field can be used to
control the IP versions being used with the mesh and allows for IPv6 support within App Mesh.
* api-change:``batch``: Documentation updates for AWS Batch.
* api-change:``iotevents-data``: Introducing new API for deleting detectors: BatchDeleteDetector.
* api-change:``transfer``: AWS Transfer Family now supports SetStat server configuration option,
which provides the ability to ignore SetStat command issued by file transfer clients, enabling
customers to upload files without any errors.
- from version 1.26.2
* api-change:``kms``: Add HMAC best practice tip, annual rotation of AWS managed keys.
* api-change:``glue``: This release adds a new optional parameter called codeGenNodeConfiguration
to CRUD job APIs that allows users to manage visual jobs via APIs. The updated CreateJob and
UpdateJob will create jobs that can be viewed in Glue Studio as a visual graph. GetJob can be used
to get codeGenNodeConfiguration.
-------------------------------------------------------------------
Tue May 17 09:09:38 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -28,7 +28,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-botocore
Version: 1.26.1
Version: 1.26.4
Release: 0
Summary: Python interface for AWS
License: Apache-2.0