Accepting request 949257 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/949257 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=62
This commit is contained in:
commit
6b9fd657fa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1992294bf67fe46e6bce90997f0bcd24d0b7c6e1241dd6e496077e43192ffc6b
|
||||
size 460636
|
3
1.20.40.tar.gz
Normal file
3
1.20.40.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74675516462698403b91d9754843432a3d4efe7489ef5ef23165bf46521e0e97
|
||||
size 462565
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 13:20:19 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 1.23.40
|
||||
* api-change:``guardduty``: [``botocore``] Amazon GuardDuty findings now include
|
||||
remoteAccountDetails under AwsApiCallAction section if instance credential is exfiltrated.
|
||||
* api-change:``connect``: [``botocore``] This release adds tagging support for UserHierarchyGroups
|
||||
resource.
|
||||
* api-change:``mediatailor``: [``botocore``] 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``: [``botocore``] Added action startTime and action endTime timestamp fields to
|
||||
the ExperimentAction object
|
||||
* api-change:``ec2``: [``botocore``] 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.20.39
|
||||
* api-change:``macie2``: [``botocore``] This release of the Amazon Macie API introduces stricter
|
||||
validation of requests to create custom data identifiers.
|
||||
* api-change:``ec2-instance-connect``: [``botocore``] 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.20.38
|
||||
* api-change:``ivs``: [``botocore``] 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``: [``botocore``] Documentation update for adding bandwidth
|
||||
throttling support for S3 File Gateways.
|
||||
* api-change:``location``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] Add support for AWS Client VPN client login banner and session
|
||||
timeout.
|
||||
- from version 1.20.37
|
||||
* enhancement:Configuration: [``botocore``] 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.20.36
|
||||
* api-change:``config``: [``botocore``] Update ResourceType enum with values for CodeDeploy, EC2
|
||||
and Kinesis resources
|
||||
* api-change:``application-insights``: [``botocore``] Application Insights support for Active
|
||||
Directory and SharePoint
|
||||
* api-change:``honeycode``: [``botocore``] 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``: [``botocore``] This release adds the ListPermissionVersions API which lists
|
||||
the versions for a given permission.
|
||||
* api-change:``lookoutmetrics``: [``botocore``] This release adds a new DeactivateAnomalyDetector
|
||||
API operation.
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 11:08:47 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-boto3
|
||||
Version: 1.20.35
|
||||
Version: 1.20.40
|
||||
Release: 0
|
||||
Summary: Amazon Web Services Library
|
||||
License: Apache-2.0
|
||||
@ -27,7 +27,7 @@ URL: https://github.com/boto/boto3
|
||||
Source: https://github.com/boto/boto3/archive/%{version}.tar.gz
|
||||
# Related test dependencies
|
||||
BuildRequires: %{python_module botocore < 1.24.0}
|
||||
BuildRequires: %{python_module botocore >= 1.23.35}
|
||||
BuildRequires: %{python_module botocore >= 1.23.40}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pytest >= 6.2.5}
|
||||
BuildRequires: %{python_module s3transfer < 0.6.0}
|
||||
@ -37,7 +37,7 @@ BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-botocore < 1.24.0
|
||||
Requires: python-botocore >= 1.23.35
|
||||
Requires: python-botocore >= 1.23.40
|
||||
Requires: python-jmespath < 1.0.0
|
||||
Requires: python-jmespath >= 0.7.1
|
||||
Requires: python-s3transfer < 0.6.0
|
||||
|
Loading…
Reference in New Issue
Block a user