Accepting request 949256 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/949256 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=79
This commit is contained in:
commit
efb99a3c64
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5be6ba6c5ea71c256da8a5023bf9c278847c4b90fdb40f2c4c3bdb21ca11ff28
|
||||
size 8719275
|
3
botocore-1.23.40.tar.gz
Normal file
3
botocore-1.23.40.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49baa1fca4483b24769f0743fbf72afe4db391f41f1fc12ea34e06036db642a4
|
||||
size 8730992
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 13:16:36 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Version update to 1.23.40
|
||||
* api-change:``guardduty``: Amazon GuardDuty findings now include remoteAccountDetails under
|
||||
AwsApiCallAction section if instance credential is exfiltrated.
|
||||
* api-change:``connect``: This release adds tagging support for UserHierarchyGroups resource.
|
||||
* api-change:``mediatailor``: This release adds support for multiple Segment Delivery
|
||||
Configurations. Users can provide a list of names and URLs when creating or editing a source
|
||||
location. When retrieving content, users can send a header to choose which URL should be used to
|
||||
serve content.
|
||||
* api-change:``fis``: Added action startTime and action endTime timestamp fields to the
|
||||
ExperimentAction object
|
||||
* api-change:``ec2``: C6i, M6i and R6i instances are powered by a third-generation Intel Xeon
|
||||
Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz
|
||||
- from version 1.23.39
|
||||
* api-change:``macie2``: This release of the Amazon Macie API introduces stricter validation of
|
||||
requests to create custom data identifiers.
|
||||
* api-change:``ec2-instance-connect``: Adds support for ED25519 keys. PushSSHPublicKey Availability
|
||||
Zone parameter is now optional. Adds EC2InstanceStateInvalidException for instances that are not
|
||||
running. This was previously a service exception, so this may require updating your code to handle
|
||||
this new exception.
|
||||
- from version 1.23.38
|
||||
* api-change:``ivs``: This release adds support for the new Thumbnail Configuration property for
|
||||
Recording Configurations. For more information see
|
||||
https://docs.aws.amazon.com/ivs/latest/userguide/record-to-s3.html
|
||||
* api-change:``storagegateway``: Documentation update for adding bandwidth throttling support for
|
||||
S3 File Gateways.
|
||||
* api-change:``location``: This release adds the CalculateRouteMatrix API which calculates routes
|
||||
for the provided departure and destination positions. The release also deprecates the use of
|
||||
pricing plan across all verticals.
|
||||
* api-change:``cloudtrail``: This release fixes a documentation bug in the description for the
|
||||
readOnly field selector in advanced event selectors. The description now clarifies that users omit
|
||||
the readOnly field selector to select both Read and Write management events.
|
||||
* api-change:``ec2``: Add support for AWS Client VPN client login banner and session timeout.
|
||||
- from version 1.23.37
|
||||
* enhancement:Configuration: Adding support for `defaults_mode` configuration. The `defaults_mode`
|
||||
will be used to determine how certain default configuration options are resolved in the SDK.
|
||||
- from version 1.23.36
|
||||
* api-change:``config``: Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis
|
||||
resources
|
||||
* api-change:``application-insights``: Application Insights support for Active Directory and
|
||||
SharePoint
|
||||
* api-change:``honeycode``: Added read and write api support for multi-select picklist. And added
|
||||
errorcode field to DescribeTableDataImportJob API output, when import job fails.
|
||||
* api-change:``ram``: This release adds the ListPermissionVersions API which lists the versions for
|
||||
a given permission.
|
||||
* api-change:``lookoutmetrics``: This release adds a new DeactivateAnomalyDetector API operation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 11:00:44 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-botocore
|
||||
Version: 1.23.35
|
||||
Version: 1.23.40
|
||||
Release: 0
|
||||
Summary: Python interface for AWS
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user