11
0

Accepting request 646677 from home:glaubitz:branches:devel:languages:python:aws

- Version update to 1.12.38
  * api-change:``eks``: Update eks client to latest version
  * enhancement:Configuration: Added new configuration provider methods
    allowing for more flexibility in how a botocore session loads a
    particular configuration value.
  * api-change:``serverlessrepo``: Update serverlessrepo client to latest version
- from version 1.12.37
  * api-change:``rekognition``: Update rekognition client to latest version
  * api-change:``clouddirectory``: Update clouddirectory client to latest version
- from version 1.12.36
  * api-change:``servicecatalog``: Update servicecatalog client to latest version
  * enhancement:Exceptions: Add the ability to pickle botocore exceptions
    (`834 <https://github.com/boto/botocore/issues/834>`__)
- from version 1.12.35
  * api-change:``mediastore-data``: Update mediastore-data client to latest version
  * api-change:``secretsmanager``: Update secretsmanager client to latest version
  * api-change:``greengrass``: Update greengrass client to latest version
  * api-change:``config``: Update config client to latest version
- from version 1.12.34
  * api-change:``chime``: Update chime client to latest version
  * api-change:``rds``: Update rds client to latest version
  * api-change:``dms``: Update dms client to latest version
- from version 1.12.33
  * api-change:``sagemaker``: Update sagemaker client to latest version
  * api-change:``alexaforbusiness``: Update alexaforbusiness client to latest version
  * api-change:``ssm``: Update ssm client to latest version
- from version 1.12.32
  * api-change:``ec2``: Update ec2 client to latest version
- from version 1.12.31
  * api-change:``codestar``: Update codestar client to latest version

OBS-URL: https://build.opensuse.org/request/show/646677
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=20
This commit is contained in:
2018-11-06 14:55:10 +00:00
committed by Git OBS Bridge
parent 23fac14401
commit 7ad0758b45
5 changed files with 233 additions and 20 deletions

View File

@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-botocore
Version: 1.11.1
Version: 1.12.38
Release: 0
Summary: Python interface for AWS
License: Apache-2.0
@@ -32,7 +32,7 @@ BuildRequires: %{python_module jmespath >= 0.7.1}
BuildRequires: %{python_module python-dateutil <= 3.0.0}
BuildRequires: %{python_module python-dateutil >= 2.1}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module urllib3 < 1.24}
BuildRequires: %{python_module urllib3 < 1.25}
BuildRequires: %{python_module urllib3 >= 1.20}
BuildRequires: fdupes
BuildRequires: python-rpm-macros