1
0

Accepting request 709414 from devel:languages:python:aws

OBS-URL: https://build.opensuse.org/request/show/709414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2019-06-18 12:50:13 +00:00 committed by Git OBS Bridge
commit c4b17df2bd
4 changed files with 79 additions and 4 deletions

View File

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

3
botocore-1.12.166.tar.gz Normal file
View File

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

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Wed Jun 12 11:18:46 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Version update to 1.12.166
* api-change:``sagemaker``: Update sagemaker client to latest version
- from version 1.12.165
* api-change:``codebuild``: Update codebuild client to latest version
* api-change:``personalize-runtime``: Update personalize-runtime client to latest version
* api-change:``codecommit``: Update codecommit client to latest version
* api-change:``personalize-events``: Update personalize-events client to latest version
* api-change:``personalize``: Update personalize client to latest version
- from version 1.12.164
* api-change:``ec2``: Update ec2 client to latest version
- from version 1.12.163
* api-change:``ecs``: Update ecs client to latest version
* api-change:``organizations``: Update organizations client to latest version
* api-change:``logs``: Update logs client to latest version
* api-change:``dynamodb``: Update dynamodb client to latest version
* api-change:``guardduty``: Update guardduty client to latest version
* api-change:``ssm``: Update ssm client to latest version
* api-change:``ses``: Update ses client to latest version
* api-change:``mediaconnect``: Update mediaconnect client to latest version
- from version 1.12.162
* api-change:``glue``: Update glue client to latest version
- from version 1.12.161
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``storagegateway``: Update storagegateway client to latest version
* api-change:``s3``: Update s3 client to latest version
* api-change:``elasticache``: Update elasticache client to latest version
* api-change:``iam``: Update iam client to latest version
-------------------------------------------------------------------
Wed Jun 5 18:37:31 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Version update to 1.12.160
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``storagegateway``: Update storagegateway client to latest version
* api-change:``s3``: Update s3 client to latest version
* api-change:``elasticache``: Update elasticache client to latest version
* api-change:``iam``: Update iam client to latest version
- Version update to 1.12.160
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``rds``: Update rds client to latest version
- Version update to 1.12.159
* api-change:``iotevents-data``: Update iotevents-data client to latest version
* api-change:``iotevents``: Update iotevents client to latest version
* api-change:``pinpoint-email``: Update pinpoint-email client to latest version
* api-change:``iotanalytics``: Update iotanalytics client to latest version
* api-change:``codecommit``: Update codecommit client to latest version
* api-change:``rds-data``: Update rds-data client to latest version
* api-change:``rds``: Update rds client to latest version
* api-change:``servicecatalog``: Update servicecatalog client to latest version
* api-change:``kafka``: Update kafka client to latest version
- Version update to 1.12.158
* api-change:``ssm``: Update ssm client to latest version
* api-change:``securityhub``: Update securityhub client to latest version
* api-change:``iotthingsgraph``: Update iotthingsgraph client to latest version
* api-change:``dlm``: Update dlm client to latest version
* api-change:``codecommit``: Update codecommit client to latest version
* api-change:``rds``: Update rds client to latest version
* api-change:``ec2``: Update ec2 client to latest version
- Version update to 1.12.157
* api-change:``groundstation``: Update groundstation client to latest version
* api-change:``transcribe``: Update transcribe client to latest version
* api-change:``chime``: Update chime client to latest version
* api-change:``rds``: Update rds client to latest version
* api-change:``waf``: Update waf client to latest version
* api-change:``pinpoint-email``: Update pinpoint-email client to latest version
* api-change:``robomaker``: Update robomaker client to latest version
* api-change:``sts``: Update sts client to latest version
* api-change:``storagegateway``: Update storagegateway client to latest version
- urllib3 is now a hard dependency
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 25 15:32:05 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Sat May 25 15:32:05 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-botocore Name: python-botocore
Version: 1.12.156 Version: 1.12.166
Release: 0 Release: 0
Summary: Python interface for AWS Summary: Python interface for AWS
License: Apache-2.0 License: Apache-2.0
@ -43,6 +43,8 @@ Requires: python-python-dateutil <= 3.0.0
Requires: python-python-dateutil >= 2.1 Requires: python-python-dateutil >= 2.1
Requires: python-requests Requires: python-requests
Requires: python-six Requires: python-six
Requires: python-urllib3 < 1.26
Requires: python-urllib3 >= 1.20
BuildArch: noarch BuildArch: noarch
%if 0%{?suse_version} <= 1315 %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 delivers by python and not python-base