From 6d688e15c1288fd444e47336edd30ead6e27ff9bdbd5e7b9ce4c467ce99f299d Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 8 Apr 2020 11:13:58 +0000 Subject: [PATCH] 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 --- 1.12.35.tar.gz | 3 --- 1.12.38.tar.gz | 3 +++ python-boto3.changes | 16 ++++++++++++++++ python-boto3.spec | 8 ++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 1.12.35.tar.gz create mode 100644 1.12.38.tar.gz diff --git a/1.12.35.tar.gz b/1.12.35.tar.gz deleted file mode 100644 index 4caaa0c..0000000 --- a/1.12.35.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:232648f58dcdc664d177da22322ebb3b7afcde0a8b84e053871e3b00252efbff -size 286046 diff --git a/1.12.38.tar.gz b/1.12.38.tar.gz new file mode 100644 index 0000000..4907bcd --- /dev/null +++ b/1.12.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5baa38112300f2ede3d5fc9d605e6f2b05ccec9cf0cc073c6c92d5b9f46f2b78 +size 286182 diff --git a/python-boto3.changes b/python-boto3.changes index e3b938c..ea78439 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Apr 8 08:37:26 UTC 2020 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-boto3.spec b/python-boto3.spec index 3e419da..ff1758e 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -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}