[Python-modules-commits] [python-botocore] branch master updated (cbc6612 -> 7869187)
Takaki Taniguchi
takaki at moszumanska.debian.org
Thu Oct 20 07:22:22 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 cbc6612 merge master
new f90a416 New upstream version 1.4.64
new 16ac9d6 Merge tag 'upstream/1.4.64'
new 280197c new upstream
new 53b3482 debian/rules: drop unneed executable bit
new 7869187 prepare release
The 5 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/args.py | 13 +-
botocore/client.py | 162 +-
botocore/data/acm/2015-12-08/service-2.json | 110 +-
.../data/cloudformation/2010-05-15/waiters-2.json | 90 -
botocore/data/cloudfront/2016-08-20/service-2.json | 0
.../{2014-05-31 => 2016-09-29}/paginators-1.json | 0
botocore/data/cloudfront/2016-09-29/service-2.json | 3496 ++++++++++++++++++++
.../{2014-05-31 => 2016-09-29}/waiters-2.json | 0
botocore/data/config/2014-11-12/service-2.json | 144 +-
botocore/data/ecr/2015-09-21/service-2.json | 132 +-
.../data/elasticache/2015-02-02/service-2.json | 615 ++--
.../elasticbeanstalk/2010-12-01/service-2.json | 333 +-
botocore/data/endpoints.json | 207 +-
botocore/data/gamelift/2015-10-01/service-2.json | 1934 ++++-------
botocore/data/iot/2015-05-28/service-2.json | 29 +
.../kinesisanalytics/2015-08-14/service-2.json | 8 +-
botocore/data/rds/2014-10-31/service-2.json | 132 +-
botocore/data/route53/2013-04-01/service-2.json | 210 +-
botocore/handlers.py | 1 -
botocore/utils.py | 10 +-
debian/changelog | 8 +-
debian/rules | 4 +
docs/source/conf.py | 2 +-
tests/functional/test_client_metadata.py | 44 +
tests/functional/test_s3.py | 94 +-
tests/unit/test_args.py | 3 +-
tests/unit/test_client.py | 68 +-
tests/unit/test_utils.py | 18 +-
32 files changed, 5748 insertions(+), 2129 deletions(-)
mode change 100755 => 100644 botocore/data/cloudfront/2016-08-20/service-2.json
copy botocore/data/cloudfront/{2014-05-31 => 2016-09-29}/paginators-1.json (100%)
create mode 100644 botocore/data/cloudfront/2016-09-29/service-2.json
copy botocore/data/cloudfront/{2014-05-31 => 2016-09-29}/waiters-2.json (100%)
mode change 100644 => 100755 botocore/data/config/2014-11-12/service-2.json
create mode 100644 tests/functional/test_client_metadata.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