Accepting request 711563 from devel:languages:python:aws

OBS-URL: https://build.opensuse.org/request/show/711563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2019-06-25 20:16:34 +00:00 committed by Git OBS Bridge
commit 976af9a913
4 changed files with 35 additions and 6 deletions

View File

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

3
1.9.172.tar.gz Normal file
View File

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Jun 20 12:39:52 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Version update to 1.9.172
* api-change:``eks``: [``botocore``] Update eks client to latest version
- from version 1.9.171
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``resourcegroupstaggingapi``: [``botocore``] Update resourcegroupstaggingapi client to latest version
- from version 1.9.170
* api-change:``neptune``: [``botocore``] Update neptune client to latest version
* api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version
* api-change:``robomaker``: [``botocore``] Update robomaker client to latest version
* bugfix:Paginator: [``botocore``] Fixes a bug where pagination tokens with three consecutive
underscores would result in a parsing failure. Resolves boto/boto3`#1984
<https://github.com/boto/boto3/issues/1984>`__.
- from version 1.9.169
* api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version
* api-change:``personalize``: [``botocore``] Update personalize client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``appstream``: [``botocore``] Update appstream client to latest version
- from version 1.9.168
* api-change:``appmesh``: [``botocore``] Update appmesh client to latest version
* api-change:``elasticache``: [``botocore``] Update elasticache client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``guardduty``: [``botocore``] Update guardduty client to latest version
- from version 1.9.167
* api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version
- Update BuildRequires and Requires in spec file from setup.py
-------------------------------------------------------------------
Wed Jun 12 11:27:23 UTC 2019 - 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.9.166
Version: 1.9.172
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.13.0}
BuildRequires: %{python_module botocore >= 1.12.166}
BuildRequires: %{python_module botocore >= 1.12.172}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module s3transfer < 0.3.0}
@ -37,7 +37,7 @@ BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-botocore < 1.13.0
Requires: python-botocore >= 1.12.166
Requires: python-botocore >= 1.12.172
Requires: python-jmespath < 1.0.0
Requires: python-jmespath >= 0.7.1
Requires: python-s3transfer < 0.3.0