[Python-modules-commits] [python-botocore] 02/05: Updated version 1.6.6 from 'upstream/1.6.6'

Takaki Taniguchi takaki at moszumanska.debian.org
Thu Aug 24 02:49:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

takaki pushed a commit to branch master
in repository python-botocore.

commit 33775bb0b9e64e1a21ec18a986c5bb6a7b7f10a6
Merge: 8b9fc41 6dd15ef
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Thu Aug 24 11:33:28 2017 +0900

    Updated version 1.6.6 from 'upstream/1.6.6'
    
    with Debian dir d067c4ba07df949b91c34be071e5ee47f18fddcc

 PKG-INFO                                           |    2 +-
 botocore.egg-info/PKG-INFO                         |    2 +-
 botocore.egg-info/SOURCES.txt                      |    9 +
 botocore/__init__.py                               |    2 +-
 botocore/args.py                                   |    1 +
 botocore/client.py                                 |   20 +-
 botocore/config.py                                 |   30 +-
 botocore/data/appstream/2016-12-01/service-2.json  |  315 +-
 botocore/data/athena/2017-05-18/paginators-1.json  |    3 +-
 botocore/data/batch/2016-08-10/service-2.json      |    6 +-
 botocore/data/budgets/2016-10-20/service-2.json    |   19 +-
 .../data/clouddirectory/2016-05-10/service-2.json  |  687 ++-
 .../data/cloudformation/2010-05-15/service-2.json  | 1242 ++++-
 .../data/cloudhsmv2/2017-04-28/paginators-1.json   |    3 +
 botocore/data/cloudhsmv2/2017-04-28/service-2.json |  838 +++
 botocore/data/cloudwatch/2010-08-01/service-2.json |   21 +-
 botocore/data/codebuild/2016-10-06/service-2.json  |    4 +-
 botocore/data/codedeploy/2014-10-06/service-2.json |  129 +-
 .../data/cognito-idp/2016-04-18/service-2.json     |  655 ++-
 botocore/data/config/2014-11-12/service-2.json     |   77 +-
 botocore/data/dynamodb/2012-08-10/service-2.json   |   20 +-
 botocore/data/ec2/2016-11-15/service-2.json        |  280 +-
 botocore/data/efs/2015-02-01/service-2.json        |   24 +-
 .../elasticbeanstalk/2010-12-01/service-2.json     |   37 +-
 botocore/data/emr/2009-03-31/service-2.json        |   64 +-
 botocore/data/endpoints.json                       |   69 +-
 .../data/firehose/2015-08-04/paginators-1.json     |    3 +
 botocore/data/firehose/2015-08-04/service-2.json   |  205 +-
 botocore/data/gamelift/2015-10-01/service-2.json   |  996 +++-
 botocore/data/glue/2017-03-31/paginators-1.json    |    3 +
 botocore/data/glue/2017-03-31/service-2.json       | 5463 ++++++++++++++++++++
 botocore/data/inspector/2016-02-16/service-2.json  |   16 +-
 botocore/data/kinesis/2013-12-02/paginators-1.json |    3 +-
 .../kinesisanalytics/2015-08-14/service-2.json     |   46 +-
 botocore/data/lambda/2015-03-31/examples-1.json    |    2 +-
 botocore/data/mgh/2017-05-31/paginators-1.json     |    3 +
 botocore/data/mgh/2017-05-31/service-2.json        | 1123 ++++
 botocore/data/pinpoint/2016-12-01/service-2.json   |  320 +-
 botocore/data/rds/2014-10-31/service-2.json        |  120 +-
 botocore/data/route53/2013-04-01/service-2.json    |    8 +-
 botocore/data/ses/2010-12-01/service-2.json        |   66 +-
 botocore/data/ssm/2014-11-06/service-2.json        | 1700 +++++-
 .../data/storagegateway/2013-06-30/service-2.json  |   24 +-
 botocore/docs/bcdoc/style.py                       |    7 +-
 botocore/docs/sharedexample.py                     |    4 +-
 botocore/docs/utils.py                             |   18 +
 botocore/exceptions.py                             |   20 +-
 botocore/handlers.py                               |    8 +
 botocore/paginate.py                               |   13 +-
 botocore/translate.py                              |   33 +-
 docs/source/conf.py                                |    4 +-
 tests/functional/test_retry.py                     |  103 +
 tests/functional/test_route53.py                   |   51 +
 tests/unit/docs/bcdoc/test_document.py             |    8 +-
 tests/unit/docs/bcdoc/test_style.py                |   15 +-
 tests/unit/docs/test_sharedexample.py              |   19 +
 tests/unit/docs/test_utils.py                      |    8 +
 tests/unit/test_args.py                            |   21 +
 tests/unit/test_client.py                          |   36 +
 tests/unit/test_exceptions.py                      |   16 +
 tests/unit/test_paginate.py                        |  143 +-
 tests/unit/test_translate.py                       |   40 +
 62 files changed, 14662 insertions(+), 565 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-botocore.git



More information about the Python-modules-commits mailing list