Accepting request 707907 from home:TheBlackCat:branches:devel:languages:python:aws

- 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

OBS-URL: https://build.opensuse.org/request/show/707907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=41
This commit is contained in:
Todd R 2019-06-10 15:55:00 +00:00 committed by Git OBS Bridge
parent 8fc18880f8
commit f3ef1717f0
4 changed files with 48 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.161.tar.gz Normal file
View File

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

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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>

View File

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