[Python-modules-commits] [python-botocore] branch master updated (7869187 -> 38d1b23)

Takaki Taniguchi takaki at moszumanska.debian.org
Thu Nov 10 10:55:49 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  7869187   prepare release
       new  2519667   New upstream version 1.4.70
       new  b4d8e95   Merge tag 'upstream/1.4.70'
       new  c33fed9   revert master modifications
       new  214b7f7   new upstream
       new  3b4db97   refresh patch
       new  38d1b23   prepare release

The 6 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                      |   3 +
 botocore/__init__.py                               |   2 +-
 botocore/awsrequest.py                             |  12 +-
 botocore/compat.py                                 |   4 +-
 .../data/autoscaling/2011-01-01/service-2.json     |  96 +--
 botocore/data/budgets/2016-10-20/service-2.json    | 777 +++++++++++++++++++++
 .../data/cloudformation/2010-05-15/service-2.json  | 136 +++-
 .../data/cloudformation/2010-05-15/waiters-2.json  |  12 +
 .../data/directconnect/2012-10-25/service-2.json   | 186 +++++
 botocore/data/ecr/2015-09-21/paginators-1.json     |  12 +
 botocore/data/ecs/2014-11-13/service-2.json        |  84 +--
 botocore/data/elbv2/2015-12-01/service-2.json      |  40 +-
 botocore/data/endpoints.json                       |  12 +
 botocore/data/ses/2010-12-01/service-2.json        | 570 ++++++++++++++-
 botocore/data/sms/2016-10-24/service-2.json        | 722 +++++++++++++++++++
 botocore/data/waf/2015-08-24/service-2.json        |  14 +-
 botocore/endpoint.py                               |  14 +-
 botocore/exceptions.py                             |   2 +-
 botocore/handlers.py                               |  18 +-
 botocore/retryhandler.py                           |   4 +-
 botocore/stub.py                                   |  26 +-
 botocore/utils.py                                  |   2 +-
 debian/changelog                                   |   7 +
 .../0001-Don-t-use-duplicated-modules.patch        |  74 +-
 ...002-Don-t-use-duplicated-modules-in-tests.patch | 100 +--
 docs/source/conf.py                                |   2 +-
 .../test_glacier.py => test_cloudformation.py}     |  25 +-
 tests/functional/test_stub.py                      |  38 +
 tests/integration/test_glacier.py                  |   2 +-
 tests/integration/test_s3.py                       |   8 +-
 tests/integration/test_smoke.py                    |   6 +-
 tests/unit/auth/test_signers.py                    |   2 +-
 .../unit/response_parsing/test_response_parsing.py |   2 +-
 tests/unit/test_awsrequest.py                      |   2 +-
 tests/unit/test_endpoint.py                        |   2 +-
 tests/unit/test_response.py                        |   2 +-
 tests/unit/test_retryhandler.py                    |   4 +-
 tests/unit/test_utils.py                           |   2 +-
 40 files changed, 2754 insertions(+), 276 deletions(-)
 create mode 100755 botocore/data/budgets/2016-10-20/service-2.json
 create mode 100644 botocore/data/sms/2016-10-24/service-2.json
 copy tests/functional/{docs/test_glacier.py => test_cloudformation.py} (51%)

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