[Python-modules-commits] [python-botocore] branch upstream updated (97e1a05 -> ede7949)

Takaki Taniguchi takaki at moszumanska.debian.org
Sat Feb 3 09:41:25 UTC 2018


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

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

      from  97e1a05   New upstream version 1.8.28+repack
       new  ede7949   New upstream version 1.8.36+repack

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                      |   4 +
 botocore/__init__.py                               |   2 +-
 botocore/client.py                                 |  20 +-
 botocore/credentials.py                            |  44 +-
 .../alexaforbusiness/2017-11-09/paginators-1.json  |  45 +-
 .../alexaforbusiness/2017-11-09/service-2.json     |  43 +-
 .../2016-02-06/service-2.json                      |  44 +-
 .../2018-01-06}/paginators-1.json                  |   0
 .../autoscaling-plans/2018-01-06/service-2.json    | 665 +++++++++++++++++++++
 botocore/data/budgets/2016-10-20/service-2.json    |   8 +
 botocore/data/cloud9/2017-09-23/paginators-1.json  |  15 +-
 .../clouddirectory/2016-05-10/paginators-1.json    |  99 ++-
 .../data/cloudhsmv2/2017-04-28/paginators-1.json   |  21 +-
 .../data/cloudwatch/2010-08-01/paginators-1.json   |   5 +
 botocore/data/codebuild/2016-10-06/service-2.json  |  33 +-
 .../data/codecommit/2015-04-13/paginators-1.json   |  30 +
 .../data/comprehend/2017-11-27/paginators-1.json   |   9 +-
 botocore/data/devicefarm/2015-06-23/service-2.json |  95 ++-
 botocore/data/dms/2016-01-01/paginators-1.json     |  81 ++-
 botocore/data/ds/2015-04-16/paginators-1.json      |   9 +-
 botocore/data/ec2/2016-11-15/service-2.json        |  22 +-
 botocore/data/endpoints.json                       |  28 +
 botocore/data/es/2015-01-01/paginators-1.json      |  15 +-
 botocore/data/glue/2017-03-31/paginators-1.json    |  81 ++-
 botocore/data/glue/2017-03-31/service-2.json       | 241 +++++++-
 botocore/data/guardduty/2017-11-28/service-2.json  |  30 +
 .../data/inspector/2016-02-16/paginators-1.json    |  51 +-
 botocore/data/lambda/2015-03-31/service-2.json     | 103 +++-
 .../data/lex-models/2017-04-19/paginators-1.json   |  63 +-
 botocore/data/medialive/2017-10-14/service-2.json  | 156 +++--
 botocore/data/mobile/2017-07-01/paginators-1.json  |  15 +-
 botocore/data/mturk/2017-01-17/paginators-1.json   |  57 +-
 botocore/data/mturk/2017-01-17/service-2.json      |   2 +-
 .../organizations/2016-11-28/paginators-1.json     |   6 +
 botocore/data/rds/2014-10-31/service-2.json        |  75 ++-
 .../data/rekognition/2016-06-27/paginators-1.json  |   6 +
 .../resource-groups/2017-11-27/paginators-1.json   |  21 +-
 .../data/sagemaker/2017-07-24/paginators-1.json    |  39 +-
 botocore/data/sagemaker/2017-07-24/service-2.json  |  14 +-
 .../servicecatalog/2015-12-10/paginators-1.json    |  57 +-
 .../servicediscovery/2017-03-14/paginators-1.json  |  27 +-
 botocore/data/ses/2010-12-01/paginators-1.json     |   6 +
 botocore/data/ssm/2014-11-06/paginators-1.json     |  18 +
 .../2017-10-26}/paginators-1.json                  |   0
 botocore/data/transcribe/2017-10-26/service-2.json | 353 +++++++++++
 .../data/workmail/2017-10-01/paginators-1.json     |  39 +-
 botocore/docs/bcdoc/style.py                       |   6 +
 botocore/handlers.py                               |   5 +-
 botocore/signers.py                                |  14 +-
 botocore/stub.py                                   |  13 +-
 docs/source/conf.py                                |   2 +-
 tests/functional/test_credentials.py               |  14 +
 tests/functional/test_endpoints.py                 |   1 +
 tests/functional/test_s3.py                        |  43 ++
 tests/functional/test_stub.py                      |  49 +-
 tests/unit/docs/bcdoc/test_style.py                |  16 +-
 tests/unit/test_handlers.py                        |  22 +-
 tests/unit/test_signers.py                         |  48 +-
 60 files changed, 2843 insertions(+), 191 deletions(-)
 copy botocore/data/{alexaforbusiness/2017-11-09 => autoscaling-plans/2018-01-06}/paginators-1.json (100%)
 create mode 100644 botocore/data/autoscaling-plans/2018-01-06/service-2.json
 copy botocore/data/{alexaforbusiness/2017-11-09 => transcribe/2017-10-26}/paginators-1.json (100%)
 create mode 100644 botocore/data/transcribe/2017-10-26/service-2.json

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