[Python-modules-commits] [python-botocore] branch upstream updated (52c64ac -> 6dd15ef)

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


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

takaki pushed a change to branch upstream
in repository python-botocore.

      from  52c64ac   New upstream version 1.5.84
       new  6dd15ef   New upstream version 1.6.6

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 ++++-
 .../2017-04-28}/paginators-1.json                  |    0
 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 +-
 .../2015-08-04}/paginators-1.json                  |    0
 botocore/data/firehose/2015-08-04/service-2.json   |  205 +-
 botocore/data/gamelift/2015-10-01/service-2.json   |  996 +++-
 .../2017-03-31}/paginators-1.json                  |    0
 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 +-
 .../2017-05-31}/paginators-1.json                  |    0
 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, 14650 insertions(+), 565 deletions(-)
 mode change 100755 => 100644 botocore/data/budgets/2016-10-20/service-2.json
 copy botocore/data/{appstream/2016-12-01 => cloudhsmv2/2017-04-28}/paginators-1.json (100%)
 create mode 100644 botocore/data/cloudhsmv2/2017-04-28/service-2.json
 mode change 100755 => 100644 botocore/data/dynamodb/2012-08-10/service-2.json
 mode change 100755 => 100644 botocore/data/elasticbeanstalk/2010-12-01/service-2.json
 copy botocore/data/{appstream/2016-12-01 => firehose/2015-08-04}/paginators-1.json (100%)
 copy botocore/data/{appstream/2016-12-01 => glue/2017-03-31}/paginators-1.json (100%)
 create mode 100644 botocore/data/glue/2017-03-31/service-2.json
 copy botocore/data/{appstream/2016-12-01 => mgh/2017-05-31}/paginators-1.json (100%)
 create mode 100644 botocore/data/mgh/2017-05-31/service-2.json
 create mode 100644 tests/functional/test_retry.py
 create mode 100644 tests/functional/test_route53.py

-- 
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