forked from pool/python-boto3
Accepting request 1006409 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/1006409 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=77
This commit is contained in:
commit
52e48d05ad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e66a429e23944450ef115aa8d0d8136a23bb26201408ec2f6a68f68b26de9cc
|
|
||||||
size 537054
|
|
3
1.24.76.tar.gz
Normal file
3
1.24.76.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:30ed0129c53e0ff663ac3e56d18459ef0f52a24f8d6eee26a815e47185af126e
|
||||||
|
size 538195
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 20 13:39:43 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.24.76
|
||||||
|
* api-change:``cloudtrail``: [``botocore``] This release includes support for importing existing
|
||||||
|
trails into CloudTrail Lake.
|
||||||
|
* api-change:``ec2``: [``botocore``] This release adds CapacityAllocations field to
|
||||||
|
DescribeCapacityReservations
|
||||||
|
* api-change:``mediaconnect``: [``botocore``] This change allows the customer to use the SRT Caller
|
||||||
|
protocol as part of their flows
|
||||||
|
* api-change:``rds``: [``botocore``] This release adds support for Amazon RDS Proxy with SQL Server
|
||||||
|
compatibility.
|
||||||
|
- from version 1.24.75
|
||||||
|
* api-change:``codestar-notifications``: [``botocore``] This release adds tag based access control
|
||||||
|
for the UntagResource API.
|
||||||
|
* api-change:``ecs``: [``botocore``] This release supports new task definition sizes.
|
||||||
|
- from version 1.24.74
|
||||||
|
* api-change:``dynamodb``: [``botocore``] Increased DynamoDB transaction limit from 25 to 100.
|
||||||
|
* api-change:``ec2``: [``botocore``] This feature allows customers to create tags for
|
||||||
|
vpc-endpoint-connections and vpc-endpoint-service-permissions.
|
||||||
|
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Automatic Model Tuning now supports
|
||||||
|
specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to
|
||||||
|
stop underperforming hyperparameter configurations early.
|
||||||
|
- from version 1.24.73
|
||||||
|
* api-change:``amplifyuibuilder``: [``botocore``] Amplify Studio UIBuilder is introducing forms
|
||||||
|
functionality. Forms can be configured from Data Store models, JSON, or from scratch. These forms
|
||||||
|
can then be generated in your project and used like any other React components.
|
||||||
|
* api-change:``ec2``: [``botocore``] This update introduces API operations to manage and create
|
||||||
|
local gateway route tables, CoIP pools, and VIF group associations.
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 14 10:49:52 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Sep 14 10:49:52 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-boto3
|
Name: python-boto3
|
||||||
Version: 1.24.72
|
Version: 1.24.76
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Amazon Web Services Library
|
Summary: Amazon Web Services Library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -27,7 +27,7 @@ URL: https://github.com/boto/boto3
|
|||||||
Source: https://github.com/boto/boto3/archive/%{version}.tar.gz
|
Source: https://github.com/boto/boto3/archive/%{version}.tar.gz
|
||||||
# Related test dependencies
|
# Related test dependencies
|
||||||
BuildRequires: %{python_module botocore < 1.28.0}
|
BuildRequires: %{python_module botocore < 1.28.0}
|
||||||
BuildRequires: %{python_module botocore >= 1.27.72}
|
BuildRequires: %{python_module botocore >= 1.27.76}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module s3transfer < 0.7.0}
|
BuildRequires: %{python_module s3transfer < 0.7.0}
|
||||||
BuildRequires: %{python_module s3transfer >= 0.6.0}
|
BuildRequires: %{python_module s3transfer >= 0.6.0}
|
||||||
@ -36,7 +36,7 @@ BuildRequires: %{python_module six}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-botocore < 1.28.0
|
Requires: python-botocore < 1.28.0
|
||||||
Requires: python-botocore >= 1.27.72
|
Requires: python-botocore >= 1.27.76
|
||||||
Requires: python-jmespath < 1.0.0
|
Requires: python-jmespath < 1.0.0
|
||||||
Requires: python-jmespath >= 0.7.1
|
Requires: python-jmespath >= 0.7.1
|
||||||
Requires: python-s3transfer < 0.7.0
|
Requires: python-s3transfer < 0.7.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user