Accepting request 791246 from devel:languages:python:aws

OBS-URL: https://build.opensuse.org/request/show/791246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2020-04-05 18:53:14 +00:00 committed by Git OBS Bridge
commit b5aec0aa8d
4 changed files with 56 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a43daa8de9d1b906673b766defe96245df72bd720e80977fbfd96072477c19c1
size 285539

3
1.12.35.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:232648f58dcdc664d177da22322ebb3b7afcde0a8b84e053871e3b00252efbff
size 286046

View File

@ -1,3 +1,53 @@
-------------------------------------------------------------------
Fri Apr 3 13:01:42 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Version update 1.12.35
* api-change:``medialive``: [``botocore``] Update medialive client to latest version
* api-change:``redshift``: [``botocore``] Update redshift client to latest version
* api-change:``gamelift``: [``botocore``] Update gamelift client to latest version
* api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version
* api-change:``rds``: [``botocore``] Update rds client to latest version
- from version 1.12.34
* api-change:``iot``: [``botocore``] Update iot client to latest version
* api-change:``mediaconnect``: [``botocore``] Update mediaconnect client to latest version
- from version 1.12.33
* api-change:``opsworkscm``: [``botocore``] Update opsworkscm client to latest version
* api-change:``wafv2``: [``botocore``] Update wafv2 client to latest version
* api-change:``glue``: [``botocore``] Update glue client to latest version
* api-change:``elastic-inference``: [``botocore``] Update elastic-inference client to latest version
* api-change:``lambda``: [``botocore``] Update lambda client to latest version
* api-change:``mediastore``: [``botocore``] Update mediastore client to latest version
* api-change:``pinpoint``: [``botocore``] Update pinpoint client to latest version
* api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version
* api-change:``rekognition``: [``botocore``] Update rekognition client to latest version
* api-change:``fms``: [``botocore``] Update fms client to latest version
* api-change:``organizations``: [``botocore``] Update organizations client to latest version
* api-change:``detective``: [``botocore``] Update detective client to latest version
* api-change:``appconfig``: [``botocore``] Update appconfig client to latest version
- from version 1.12.32
* api-change:``accessanalyzer``: [``botocore``] Update accessanalyzer client to latest version
- from version 1.12.31
* api-change:``globalaccelerator``: [``botocore``] Update globalaccelerator client to latest version
* api-change:``kendra``: [``botocore``] Update kendra client to latest version
* api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version
- from version 1.12.30
* api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version
* api-change:``fsx``: [``botocore``] Update fsx client to latest version
* api-change:``securityhub``: [``botocore``] Update securityhub client to latest version
- from version 1.12.29
* api-change:``managedblockchain``: [``botocore``] Update managedblockchain client to latest version
* api-change:``ce``: [``botocore``] Update ce client to latest version
* api-change:``application-insights``: [``botocore``] Update application-insights client to latest version
* api-change:``detective``: [``botocore``] Update detective client to latest version
* api-change:``es``: [``botocore``] Update es client to latest version
* api-change:``xray``: [``botocore``] Update xray client to latest version
- from version 1.12.28
* api-change:``athena``: [``botocore``] Update athena client to latest version
* api-change:``rds-data``: [``botocore``] Update rds-data client to latest version
* api-change:``eks``: [``botocore``] Update eks client to latest version
* api-change:``organizations``: [``botocore``] Update organizations client to latest version
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Tue Mar 24 15:22:15 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-boto3
Version: 1.12.27
Version: 1.12.35
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.27}
BuildRequires: %{python_module botocore >= 1.15.35}
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.27
Requires: python-botocore >= 1.15.35
Requires: python-jmespath < 1.0.0
Requires: python-jmespath >= 0.7.1
Requires: python-s3transfer < 0.4.0