Accepting request 792371 from home:glaubitz:branches:devel:languages:python:aws
- Version update to 1.12.38 (bsc#1166924, bsc#1168943) * api-change:``apigateway``: [``botocore``] Update apigateway client to latest version * api-change:``codeguru-reviewer``: [``botocore``] Update codeguru-reviewer client to latest version * api-change:``mediaconnect``: [``botocore``] Update mediaconnect client to latest version - from version 1.12.37 * api-change:``transcribe``: [``botocore``] Update transcribe client to latest version * api-change:``chime``: [``botocore``] Update chime client to latest version * api-change:``iam``: [``botocore``] Update iam client to latest version * api-change:``elasticbeanstalk``: [``botocore``] Update elasticbeanstalk client to latest version - from version 1.12.36 * api-change:``personalize-runtime``: [``botocore``] Update personalize-runtime client to latest version * api-change:``robomaker``: [``botocore``] Update robomaker client to latest version OBS-URL: https://build.opensuse.org/request/show/792371 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=67
This commit is contained in:
parent
82a6374c09
commit
6d688e15c1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:232648f58dcdc664d177da22322ebb3b7afcde0a8b84e053871e3b00252efbff
|
||||
size 286046
|
3
1.12.38.tar.gz
Normal file
3
1.12.38.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5baa38112300f2ede3d5fc9d605e6f2b05ccec9cf0cc073c6c92d5b9f46f2b78
|
||||
size 286182
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 08:37:26 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Version update to 1.12.38 (bsc#1166924, bsc#1168943)
|
||||
* api-change:``apigateway``: [``botocore``] Update apigateway client to latest version
|
||||
* api-change:``codeguru-reviewer``: [``botocore``] Update codeguru-reviewer client to latest version
|
||||
* api-change:``mediaconnect``: [``botocore``] Update mediaconnect client to latest version
|
||||
- from version 1.12.37
|
||||
* api-change:``transcribe``: [``botocore``] Update transcribe client to latest version
|
||||
* api-change:``chime``: [``botocore``] Update chime client to latest version
|
||||
* api-change:``iam``: [``botocore``] Update iam client to latest version
|
||||
* api-change:``elasticbeanstalk``: [``botocore``] Update elasticbeanstalk client to latest version
|
||||
- from version 1.12.36
|
||||
* api-change:``personalize-runtime``: [``botocore``] Update personalize-runtime client to latest version
|
||||
* api-change:``robomaker``: [``botocore``] Update robomaker client to latest version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 13:01:42 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-boto3
|
||||
Version: 1.12.35
|
||||
Version: 1.12.38
|
||||
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.16.0}
|
||||
BuildRequires: %{python_module botocore >= 1.15.35}
|
||||
BuildRequires: %{python_module botocore >= 1.15.38}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module s3transfer < 0.4.0}
|
||||
@ -37,7 +37,7 @@ BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-botocore < 1.16.0
|
||||
Requires: python-botocore >= 1.15.35
|
||||
Requires: python-botocore >= 1.15.38
|
||||
Requires: python-jmespath < 1.0.0
|
||||
Requires: python-jmespath >= 0.7.1
|
||||
Requires: python-s3transfer < 0.4.0
|
||||
@ -45,7 +45,7 @@ Requires: python-s3transfer >= 0.3.0
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
%if 0%{?suse_version} <= 1315
|
||||
# We need the ssl module, which is delivers by python and not python-base
|
||||
# We need the ssl module, which is provided by python and not python-base
|
||||
BuildRequires: python
|
||||
%endif
|
||||
%if %{with python2}
|
||||
|
Loading…
Reference in New Issue
Block a user