Accepting request 775019 from devel:languages:python:aws

OBS-URL: https://build.opensuse.org/request/show/775019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2020-02-22 18:00:19 +00:00 committed by Git OBS Bridge
commit ffd9a5a97c
4 changed files with 65 additions and 8 deletions

View File

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

3
1.12.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon Feb 17 17:46:35 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Version update to 1.12.0
* feature:retries: [``botocore``] Add support for retry modes, including ``standard``
and ``adaptive`` modes (`#1972 <https://github.com/boto/botocore/issues/1972>`__)
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``mediatailor``: [``botocore``] Update mediatailor client to latest version
* api-change:``securityhub``: [``botocore``] Update securityhub client to latest version
* api-change:``shield``: [``botocore``] Update shield client to latest version
- from version 1.11.17
* api-change:``mediapackage-vod``: [``botocore``] Update mediapackage-vod client to latest version
- from version 1.11.16
* api-change:``glue``: [``botocore``] Update glue client to latest version
* api-change:``chime``: [``botocore``] Update chime client to latest version
* api-change:``workmail``: [``botocore``] Update workmail client to latest version
* api-change:``ds``: [``botocore``] Update ds client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``es``: [``botocore``] Update es client to latest version
* api-change:``neptune``: [``botocore``] Update neptune client to latest version
- from version 1.11.15
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``cognito-idp``: [``botocore``] Update cognito-idp client to latest version
* api-change:``cloudformation``: [``botocore``] Update cloudformation client to latest version
- from version 1.11.14
* api-change:``docdb``: [``botocore``] Update docdb client to latest version
* api-change:``kms``: [``botocore``] Update kms client to latest version
- from version 1.11.13
* api-change:``robomaker``: [``botocore``] Update robomaker client to latest version
* api-change:``imagebuilder``: [``botocore``] Update imagebuilder client to latest version
* api-change:``rds``: [``botocore``] Update rds client to latest version
- from version 1.11.12
* api-change:``ebs``: [``botocore``] Update ebs client to latest version
* api-change:``appsync``: [``botocore``] Update appsync client to latest version
* api-change:``lex-models``: [``botocore``] Update lex-models client to latest version
* api-change:``ecr``: [``botocore``] Update ecr client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``codebuild``: [``botocore``] Update codebuild client to latest version
- from version 1.11.11
* api-change:``groundstation``: [``botocore``] Update groundstation client to latest version
* api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version
* api-change:``dlm``: [``botocore``] Update dlm client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``forecastquery``: [``botocore``] Update forecastquery client to latest version
* api-change:``securityhub``: [``botocore``] Update securityhub client to latest version
* api-change:``resourcegroupstaggingapi``: [``botocore``] Update
resourcegroupstaggingapi client to latest version
- from version 1.11.10
* api-change:``workmail``: [``botocore``] Update workmail client to latest version
* api-change:``iot``: [``botocore``] Update iot client to latest version
* api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version
* api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version
* api-change:``ssm``: [``botocore``] Update ssm client to latest version
* api-change:``kafka``: [``botocore``] Update kafka client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Thu Jan 30 12:10:45 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-boto3
Version: 1.11.9
Version: 1.12.0
Release: 0
Summary: Amazon Web Services Library
License: Apache-2.0
@ -26,8 +26,8 @@ Group: Development/Languages/Python
URL: https://github.com/boto/boto3
Source: https://github.com/boto/boto3/archive/%{version}.tar.gz
# Related test dependencies
BuildRequires: %{python_module botocore < 1.15.0}
BuildRequires: %{python_module botocore >= 1.14.9}
BuildRequires: %{python_module botocore < 1.16.0}
BuildRequires: %{python_module botocore >= 1.15.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module s3transfer < 0.4.0}
@ -36,8 +36,8 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-botocore < 1.15.0
Requires: python-botocore >= 1.14.9
Requires: python-botocore < 1.16.0
Requires: python-botocore >= 1.15.0
Requires: python-jmespath < 1.0.0
Requires: python-jmespath >= 0.7.1
Requires: python-s3transfer < 0.4.0