[Python-modules-commits] [python-botocore] branch master updated (4bb063a -> cbc6612)

Takaki Taniguchi takaki at moszumanska.debian.org
Tue Oct 11 01:18:24 UTC 2016


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

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

      from  4bb063a   Fixed VCS URL (https)
       new  fc8b11e   record new upstream branch created by importing python-botocore_1.4.60.orig.tar.gz
      adds  af92742   Import python-botocore_1.4.60.orig.tar.gz
       new  58b7b50   Don't use duplicated modules
       new  5c5e1a9   Don't use duplicated modules (in tests)
       new  65e8aff   merge patched into master
       new  9154d83   update cheangelog
       new  8e77ba8   Bump Standard Version
       new  ba1d192   run test
       new  9c646b9   Don't use duplicated modules
       new  d362c7b   Don't use duplicated modules (in tests)
       new  2f5fe39   merge patched into master
       new  e9c89dc   skip tests
       new  058b618   prepare release
       new  cbc6612   merge master

The 13 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                                           |    7 +-
 README.rst                                         |    5 +-
 botocore.egg-info/PKG-INFO                         |    7 +-
 botocore.egg-info/SOURCES.txt                      |   58 +-
 botocore/__init__.py                               |    2 +-
 botocore/args.py                                   |  194 +
 botocore/auth.py                                   |   56 +-
 botocore/awsrequest.py                             |   13 +-
 botocore/client.py                                 |  606 ++-
 botocore/compat.py                                 |   48 +
 botocore/config.py                                 |  352 +-
 botocore/{config.py => configloader.py}            |    3 +-
 botocore/credentials.py                            |  246 +-
 botocore/data/_endpoints.json                      |  226 -
 botocore/data/_retry.json                          |   30 +
 .../2015-12-08}/paginators-1.json                  |    5 +-
 botocore/data/acm/2015-12-08/service-2.json        |  411 +-
 botocore/data/apigateway/2015-07-09/service-2.json | 4398 +++++++++---------
 .../2016-02-06/paginators-1.json                   |   22 +
 .../2016-02-06/service-2.json                      |  766 ++++
 .../data/autoscaling/2011-01-01/service-2.json     |  656 ++-
 .../data/cloudformation/2010-05-15/service-2.json  |  709 ++-
 .../data/cloudformation/2010-05-15/waiters-2.json  |  235 +
 botocore/data/cloudfront/2016-01-28/service-2.json |   24 +-
 .../{2014-05-31 => 2016-08-01}/paginators-1.json   |    0
 .../{2016-01-28 => 2016-08-01}/service-2.json      |  537 ++-
 .../{2014-05-31 => 2016-08-01}/waiters-2.json      |    0
 .../{2014-05-31 => 2016-08-20}/paginators-1.json   |    0
 .../{2016-01-28 => 2016-08-20}/service-2.json      |  590 ++-
 .../{2014-05-31 => 2016-08-20}/waiters-2.json      |    0
 .../{2014-05-31 => 2016-09-07}/paginators-1.json   |    0
 .../{2016-01-28 => 2016-09-07}/service-2.json      |  608 ++-
 .../{2014-05-31 => 2016-09-07}/waiters-2.json      |    0
 botocore/data/cloudhsm/2014-05-30/service-2.json   |  642 ++-
 .../cloudsearchdomain/2013-01-01/service-2.json    |  190 +-
 botocore/data/cloudtrail/2013-11-01/service-2.json |  171 +-
 botocore/data/cloudwatch/2010-08-01/service-2.json |  607 +--
 .../data/codecommit/2015-04-13/paginators-1.json   |   14 +
 botocore/data/codecommit/2015-04-13/service-2.json | 1248 ++---
 botocore/data/codedeploy/2014-10-06/service-2.json | 2176 ++++-----
 .../2014-10-06}/waiters-2.json                     |   18 +-
 .../data/codepipeline/2015-07-09/service-2.json    | 1238 +++--
 .../cognito-identity/2014-06-30/service-2.json     | 1111 ++---
 .../data/cognito-idp/2016-04-18/service-2.json     | 4341 ++++++++++++++++++
 botocore/data/config/2014-11-12/service-2.json     |  217 +-
 .../data/devicefarm/2015-06-23/paginators-1.json   |   59 +
 botocore/data/devicefarm/2015-06-23/service-2.json |  836 +++-
 .../data/directconnect/2012-10-25/service-2.json   |  133 +-
 botocore/data/discovery/2015-11-01/service-2.json  |  761 ++++
 botocore/data/dms/2016-01-01/service-2.json        | 2427 ++++++++++
 botocore/data/ds/2015-04-16/service-2.json         |  888 +++-
 botocore/data/dynamodb/2012-08-10/service-2.json   |  784 ++--
 .../data/dynamodbstreams/2012-08-10/service-2.json |  204 +-
 botocore/data/ec2/2015-10-01/paginators-1.json     |    6 +
 botocore/data/ec2/2015-10-01/service-2.json        | 1597 +++++--
 botocore/data/ec2/2015-10-01/waiters-2.json        |  128 +-
 .../{2015-10-01 => 2016-04-01}/paginators-1.json   |    6 +
 .../ec2/{2015-10-01 => 2016-04-01}/service-2.json  | 2539 ++++++++---
 .../ec2/{2015-10-01 => 2016-04-01}/waiters-2.json  |  146 +-
 botocore/data/ec2/2016-09-15/examples-1.json       | 3740 +++++++++++++++
 .../{2015-10-01 => 2016-09-15}/paginators-1.json   |    6 +
 .../ec2/{2015-10-01 => 2016-09-15}/service-2.json  | 2803 +++++++++---
 .../ec2/{2015-10-01 => 2016-09-15}/waiters-2.json  |  138 +-
 botocore/data/ecr/2015-09-21/paginators-1.json     |   10 +
 botocore/data/ecr/2015-09-21/service-2.json        |   53 +-
 botocore/data/ecs/2014-11-13/service-2.json        |  206 +-
 botocore/data/efs/2015-02-01/service-2.json        |  653 +--
 .../data/elasticache/2015-02-02/service-2.json     | 2880 +++---------
 .../elasticbeanstalk/2010-12-01/examples-1.json    | 1109 +++++
 .../elasticbeanstalk/2010-12-01/service-2.json     |  445 +-
 .../elastictranscoder/2012-09-25/service-2.json    | 1030 +----
 botocore/data/elb/2012-06-01/service-2.json        | 1258 ++---
 botocore/data/elbv2/2015-12-01/paginators-1.json   |   22 +
 botocore/data/elbv2/2015-12-01/service-2.json      | 2470 ++++++++++
 botocore/data/emr/2009-03-31/service-2.json        |  539 ++-
 botocore/data/emr/2009-03-31/waiters-2.json        |   19 +
 botocore/data/endpoints.json                       | 1422 ++++++
 botocore/data/es/2015-01-01/service-2.json         |  476 +-
 .../{2014-02-03 => 2015-10-07}/service-2.json      |   20 +-
 botocore/data/firehose/2015-08-04/service-2.json   |  578 ++-
 botocore/data/gamelift/2015-10-01/service-2.json   | 3706 +++++++++++++++
 botocore/data/iam/2010-05-08/paginators-1.json     |  121 +-
 botocore/data/iam/2010-05-08/service-2.json        |  858 ++--
 botocore/data/inspector/2016-02-16/service-2.json  | 2782 ++++++++++++
 botocore/data/iot/2015-05-28/service-2.json        | 2711 +++++++++--
 botocore/data/kinesis/2013-12-02/paginators-1.json |    3 +-
 botocore/data/kinesis/2013-12-02/service-2.json    |  676 ++-
 .../kinesisanalytics/2015-08-14/service-2.json     | 1595 +++++++
 botocore/data/kms/2014-11-01/service-2.json        | 2420 +++-------
 botocore/data/lambda/2015-03-31/service-2.json     | 1471 +++---
 botocore/data/logs/2014-03-28/service-2.json       |  143 +-
 .../data/machinelearning/2014-12-12/service-2.json |  594 ++-
 .../2015-07-01/service-2.json                      |  188 +-
 .../meteringmarketplace/2016-01-14/service-2.json  |  151 +
 botocore/data/opsworks/2013-02-18/service-2.json   |  288 +-
 botocore/data/opsworks/2013-02-18/waiters-2.json   |  295 ++
 botocore/data/rds/2014-10-31/paginators-1.json     |    6 +
 botocore/data/rds/2014-10-31/service-2.json        | 2145 ++++++---
 botocore/data/redshift/2012-12-01/service-2.json   | 4783 ++++++--------------
 botocore/data/route53/2013-04-01/service-2.json    |  993 ++--
 .../data/route53domains/2014-05-15/service-2.json  |  895 ++--
 botocore/data/s3/2006-03-01/paginators-1.json      |   10 +
 botocore/data/s3/2006-03-01/service-2.json         |  325 +-
 .../data/servicecatalog/2015-12-10/service-2.json  | 1238 +++++
 botocore/data/ses/2010-12-01/service-2.json        | 1008 ++---
 botocore/data/snowball/2016-06-30/service-2.json   |  860 ++++
 botocore/data/sns/2010-03-31/service-2.json        | 1542 ++-----
 botocore/data/sqs/2012-11-05/service-2.json        |  508 +--
 botocore/data/ssm/2014-11-06/service-2.json        | 1073 ++++-
 .../data/storagegateway/2013-06-30/service-2.json  | 1739 +++----
 botocore/data/sts/2011-06-15/service-2.json        |  130 +-
 botocore/data/support/2013-04-15/service-2.json    |  460 +-
 botocore/data/waf/2015-08-24/service-2.json        |  474 +-
 botocore/data/workspaces/2015-04-08/service-2.json |  621 ++-
 botocore/docs/bcdoc/docstringparser.py             |  189 +-
 botocore/docs/bcdoc/style.py                       |   19 +-
 botocore/docs/bcdoc/textwriter.py                  |   78 +-
 botocore/docs/example.py                           |    6 +-
 botocore/docs/method.py                            |   14 +-
 botocore/docs/params.py                            |   26 +-
 botocore/docs/shape.py                             |   28 +-
 botocore/docs/sharedexample.py                     |    2 +-
 botocore/endpoint.py                               |  107 +-
 botocore/exceptions.py                             |   88 +-
 botocore/handlers.py                               |  227 +-
 botocore/hooks.py                                  |   41 +-
 botocore/loaders.py                                |    9 +-
 botocore/model.py                                  |   14 +-
 botocore/paginate.py                               |   95 +-
 botocore/parsers.py                                |   69 +-
 botocore/regions.py                                |  240 +-
 botocore/response.py                               |   14 +-
 botocore/retryhandler.py                           |    6 +-
 botocore/serialize.py                              |   11 +-
 botocore/session.py                                |  102 +-
 botocore/signers.py                                |  214 +-
 botocore/stub.py                                   |  364 ++
 botocore/translate.py                              |  479 +-
 botocore/utils.py                                  |  334 +-
 botocore/validate.py                               |   25 +-
 botocore/waiter.py                                 |   25 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    9 +-
 debian/control                                     |    2 +-
 .../0001-Don-t-use-duplicated-modules.patch        |   70 +-
 ...002-Don-t-use-duplicated-modules-in-tests.patch |   48 +-
 debian/rules                                       |    2 +-
 docs/source/conf.py                                |    4 +-
 docs/source/reference/config.rst                   |   11 +
 docs/source/reference/stubber.rst                  |   11 +
 requirements.txt                                   |    2 +-
 tests/__init__.py                                  |   78 +-
 tests/functional/docs/test_alias.py                |   36 +
 tests/functional/test_alias.py                     |   84 +
 ...est_cloudsearchdomain.py => test_apigateway.py} |   27 +-
 tests/functional/test_credentials.py               |   97 +
 tests/functional/test_iot_data.py                  |   14 +-
 tests/functional/test_paginate.py                  |   60 +
 tests/functional/test_paginator_config.py          |  155 +
 tests/functional/test_regions.py                   |  500 ++
 tests/functional/test_s3.py                        |  436 +-
 tests/functional/test_session.py                   |   14 +
 tests/functional/test_stub.py                      |  234 +
 tests/functional/test_waiter_config.py             |   59 +-
 tests/integration/test_apigateway.py               |   11 +-
 tests/integration/test_client.py                   |   15 +-
 tests/integration/test_credentials.py              |    2 +
 tests/integration/test_ec2.py                      |   16 +-
 tests/integration/test_rds.py                      |    3 +-
 tests/integration/test_route53.py                  |   23 +-
 tests/integration/test_s3.py                       |  121 +-
 tests/integration/test_smoke.py                    |   20 +-
 tests/integration/test_sts.py                      |    2 +
 tests/integration/test_waiters.py                  |   17 +-
 tests/unit/__init__.py                             |   28 +
 tests/unit/auth/test_signers.py                    |   82 +
 tests/unit/docs/__init__.py                        |    6 +-
 tests/unit/docs/bcdoc/test_docstringparser.py      |  212 +
 tests/unit/docs/bcdoc/test_style.py                |   38 +
 tests/unit/docs/test_method.py                     |   18 +
 tests/unit/docs/test_sharedexample.py              |   13 +
 tests/unit/protocols/input/rest-json.json          |   50 +
 tests/unit/protocols/input/rest-xml.json           |  130 +-
 tests/unit/protocols/output/query.json             |    3 +-
 tests/unit/protocols/output/rest-json.json         |   20 +
 .../unit/response_parsing/test_response_parsing.py |    1 +
 tests/unit/test_args.py                            |  126 +
 tests/unit/test_awsrequest.py                      |   17 +-
 tests/unit/test_client.py                          |  773 +++-
 tests/unit/test_compat.py                          |   50 +-
 .../unit/{test_config.py => test_configloader.py}  |    4 +-
 tests/unit/test_credentials.py                     |  301 +-
 tests/unit/test_endpoint.py                        |  137 +-
 tests/unit/test_exceptions.py                      |   42 +
 tests/unit/test_handlers.py                        |  456 +-
 tests/unit/test_loaders.py                         |   16 +
 tests/unit/test_model.py                           |   77 +-
 tests/unit/test_paginate.py                        |  224 +-
 tests/unit/test_parsers.py                         |  587 ++-
 tests/unit/test_regions.py                         |  649 +--
 tests/unit/test_response.py                        |   31 +-
 tests/unit/test_retryhandler.py                    |    6 +-
 tests/unit/test_s3_addressing.py                   |   21 +-
 tests/unit/test_serialize.py                       |  182 +-
 tests/unit/test_session.py                         |  181 +-
 tests/unit/test_signers.py                         |  439 +-
 tests/unit/test_stub.py                            |  186 +
 tests/unit/test_translate.py                       | 1048 +----
 tests/unit/test_utils.py                           |  468 +-
 tests/unit/test_validate.py                        |   38 +-
 tests/unit/test_waiters.py                         |   28 +
 211 files changed, 69743 insertions(+), 31958 deletions(-)
 create mode 100644 botocore/args.py
 copy botocore/{config.py => configloader.py} (98%)
 delete mode 100644 botocore/data/_endpoints.json
 copy botocore/data/{ses/2010-12-01 => acm/2015-12-08}/paginators-1.json (64%)
 mode change 100644 => 100755 botocore/data/apigateway/2015-07-09/service-2.json
 create mode 100644 botocore/data/application-autoscaling/2016-02-06/paginators-1.json
 create mode 100644 botocore/data/application-autoscaling/2016-02-06/service-2.json
 create mode 100644 botocore/data/cloudformation/2010-05-15/waiters-2.json
 copy botocore/data/cloudfront/{2014-05-31 => 2016-08-01}/paginators-1.json (100%)
 copy botocore/data/cloudfront/{2016-01-28 => 2016-08-01}/service-2.json (87%)
 copy botocore/data/cloudfront/{2014-05-31 => 2016-08-01}/waiters-2.json (100%)
 copy botocore/data/cloudfront/{2014-05-31 => 2016-08-20}/paginators-1.json (100%)
 copy botocore/data/cloudfront/{2016-01-28 => 2016-08-20}/service-2.json (85%)
 mode change 100644 => 100755
 copy botocore/data/cloudfront/{2014-05-31 => 2016-08-20}/waiters-2.json (100%)
 copy botocore/data/cloudfront/{2014-05-31 => 2016-09-07}/paginators-1.json (100%)
 copy botocore/data/cloudfront/{2016-01-28 => 2016-09-07}/service-2.json (85%)
 mode change 100644 => 100755
 copy botocore/data/cloudfront/{2014-05-31 => 2016-09-07}/waiters-2.json (100%)
 create mode 100644 botocore/data/codecommit/2015-04-13/paginators-1.json
 mode change 100644 => 100755 botocore/data/codedeploy/2014-10-06/service-2.json
 copy botocore/data/{elastictranscoder/2012-09-25 => codedeploy/2014-10-06}/waiters-2.json (51%)
 create mode 100644 botocore/data/cognito-idp/2016-04-18/service-2.json
 create mode 100644 botocore/data/devicefarm/2015-06-23/paginators-1.json
 create mode 100644 botocore/data/discovery/2015-11-01/service-2.json
 create mode 100644 botocore/data/dms/2016-01-01/service-2.json
 copy botocore/data/ec2/{2015-10-01 => 2016-04-01}/paginators-1.json (89%)
 copy botocore/data/ec2/{2015-10-01 => 2016-04-01}/service-2.json (77%)
 copy botocore/data/ec2/{2015-10-01 => 2016-04-01}/waiters-2.json (77%)
 create mode 100755 botocore/data/ec2/2016-09-15/examples-1.json
 copy botocore/data/ec2/{2015-10-01 => 2016-09-15}/paginators-1.json (89%)
 mode change 100644 => 100755
 copy botocore/data/ec2/{2015-10-01 => 2016-09-15}/service-2.json (76%)
 mode change 100644 => 100755
 copy botocore/data/ec2/{2015-10-01 => 2016-09-15}/waiters-2.json (80%)
 mode change 100644 => 100755
 create mode 100644 botocore/data/ecr/2015-09-21/paginators-1.json
 mode change 100644 => 100755 botocore/data/ecr/2015-09-21/service-2.json
 create mode 100644 botocore/data/elasticbeanstalk/2010-12-01/examples-1.json
 create mode 100644 botocore/data/elbv2/2015-12-01/paginators-1.json
 create mode 100644 botocore/data/elbv2/2015-12-01/service-2.json
 create mode 100644 botocore/data/endpoints.json
 copy botocore/data/events/{2014-02-03 => 2015-10-07}/service-2.json (89%)
 create mode 100755 botocore/data/gamelift/2015-10-01/service-2.json
 create mode 100644 botocore/data/inspector/2016-02-16/service-2.json
 create mode 100644 botocore/data/kinesisanalytics/2015-08-14/service-2.json
 mode change 100644 => 100755 botocore/data/kms/2014-11-01/service-2.json
 create mode 100644 botocore/data/meteringmarketplace/2016-01-14/service-2.json
 create mode 100644 botocore/data/opsworks/2013-02-18/waiters-2.json
 mode change 100644 => 100755 botocore/data/rds/2014-10-31/service-2.json
 create mode 100644 botocore/data/servicecatalog/2015-12-10/service-2.json
 create mode 100644 botocore/data/snowball/2016-06-30/service-2.json
 mode change 100644 => 100755 botocore/data/sns/2010-03-31/service-2.json
 create mode 100644 botocore/stub.py
 create mode 100644 docs/source/reference/config.rst
 create mode 100644 docs/source/reference/stubber.rst
 create mode 100644 tests/functional/docs/test_alias.py
 create mode 100644 tests/functional/test_alias.py
 copy tests/functional/{test_cloudsearchdomain.py => test_apigateway.py} (58%)
 create mode 100644 tests/functional/test_credentials.py
 create mode 100644 tests/functional/test_paginate.py
 create mode 100644 tests/functional/test_paginator_config.py
 create mode 100644 tests/functional/test_regions.py
 create mode 100644 tests/functional/test_stub.py
 create mode 100644 tests/unit/docs/bcdoc/test_docstringparser.py
 create mode 100644 tests/unit/test_args.py
 rename tests/unit/{test_config.py => test_configloader.py} (96%)
 create mode 100644 tests/unit/test_stub.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