[Python-modules-commits] [python-botocore] branch master updated (b13546d -> 4a5787b)
Takaki Taniguchi
takaki at moszumanska.debian.org
Tue Feb 2 09:07:48 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 b13546d prepare release
new 31c83be record new upstream branch created by importing python-botocore_1.3.23.orig.tar.gz
new b50932b Import python-botocore_1.3.23.orig.tar.gz
new dea6f47 Don't use duplicated modules
new c8132ea Don't use duplicated modules (in tests)
new dde6055 merge patched into master
new f600ca3 new upstream
new 4a5787b prepare release
The 7 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 | 21 +
botocore/__init__.py | 2 +-
botocore/client.py | 135 +-
botocore/compat.py | 2 +
botocore/credentials.py | 279 +-
botocore/data/_endpoints.json | 7 +-
botocore/data/_retry.json | 10 +-
botocore/data/acm/2015-12-08/service-2.json | 585 +++
.../data/autoscaling/2011-01-01/service-2.json | 1051 +----
.../data/cloudformation/2010-05-15/service-2.json | 257 +-
.../{2014-05-31 => 2015-09-17}/paginators-1.json | 0
.../{2015-07-27 => 2015-09-17}/service-2.json | 1721 ++------
.../{2014-05-31 => 2015-09-17}/waiters-2.json | 0
.../{2014-05-31 => 2016-01-13}/paginators-1.json | 0
.../{2015-07-27 => 2016-01-13}/service-2.json | 1816 +++-----
.../{2014-05-31 => 2016-01-13}/waiters-2.json | 0
.../{2014-05-31 => 2016-01-28}/paginators-1.json | 0
.../{2015-07-27 => 2016-01-28}/service-2.json | 1817 +++-----
.../{2014-05-31 => 2016-01-28}/waiters-2.json | 0
botocore/data/cloudtrail/2013-11-01/service-2.json | 1311 +-----
botocore/data/config/2014-11-12/service-2.json | 608 +--
botocore/data/devicefarm/2015-06-23/service-2.json | 28 +-
.../data/directconnect/2012-10-25/service-2.json | 453 +-
botocore/data/ds/2015-04-16/service-2.json | 1151 +++--
botocore/data/ec2/2015-10-01/service-2.json | 1583 ++++++-
botocore/data/ecr/2015-09-21/service-2.json | 1251 ++++++
botocore/data/ecs/2014-11-13/service-2.json | 48 +-
botocore/data/emr/2009-03-31/service-2.json | 407 +-
botocore/data/events/2014-02-03/service-2.json | 997 +++++
botocore/data/iam/2010-05-08/service-2.json | 3958 ++---------------
botocore/data/iot-data/2015-05-28/service-2.json | 321 +-
botocore/data/iot/2015-05-28/service-2.json | 196 +-
botocore/data/kms/2014-11-01/paginators-1.json | 32 +
botocore/data/logs/2014-03-28/service-2.json | 707 +--
botocore/data/opsworks/2013-02-18/service-2.json | 1044 +----
botocore/data/rds/2014-10-31/service-2.json | 4660 ++++----------------
botocore/data/route53/2013-04-01/service-2.json | 2950 ++++++++-----
botocore/data/sqs/2012-11-05/examples-1.json | 44 +
botocore/data/ssm/2014-11-06/paginators-1.json | 28 +
botocore/data/ssm/2014-11-06/service-2.json | 1012 +----
botocore/data/sts/2011-06-15/service-2.json | 310 +-
botocore/data/waf/2015-08-24/service-2.json | 1341 +++---
botocore/docs/bcdoc/restdoc.py | 1 +
botocore/docs/client.py | 15 +-
botocore/docs/example.py | 2 +
botocore/docs/method.py | 8 +-
botocore/docs/params.py | 5 +-
botocore/docs/service.py | 14 +-
botocore/docs/shape.py | 4 +-
botocore/docs/sharedexample.py | 221 +
botocore/exceptions.py | 19 +
botocore/handlers.py | 136 +-
botocore/loaders.py | 28 +-
botocore/model.py | 18 +-
botocore/parsers.py | 9 +
botocore/response.py | 5 +
botocore/retryhandler.py | 2 +-
botocore/session.py | 38 +-
botocore/signers.py | 131 +-
botocore/utils.py | 21 +
botocore/validate.py | 2 +-
debian/.git-dpm | 14 +-
debian/changelog | 8 +
debian/copyright | 33 +-
.../0001-Don-t-use-duplicated-modules.patch | 13 +-
...002-Don-t-use-duplicated-modules-in-tests.patch | 6 +-
docs/source/conf.py | 4 +-
docs/source/reference/response.rst | 11 +
docs/source/topics/events.rst | 2 +-
requirements.txt | 2 +-
tests/__init__.py | 2 -
tests/acceptance/features/environment.py | 12 +-
tests/acceptance/features/smoke/acm/acm.feature | 12 +
.../features/smoke/autoscaling/autoscaling.feature | 5 +-
.../smoke/cloudformation/cloudformation.feature | 5 +-
.../features/smoke/cloudfront/cloudfront.feature | 5 +-
.../features/smoke/cloudhsm/cloudhsm.feature | 5 +-
.../features/smoke/cloudsearch/cloudsearch.feature | 5 +-
.../features/smoke/cloudtrail/cloudtrail.feature | 5 +-
.../features/smoke/cloudwatch/cloudwatch.feature | 5 +-
.../smoke/cloudwatchlogs/cloudwatchlogs.feature | 5 +-
.../features/smoke/codecommit/codecommit.feature | 5 +-
.../features/smoke/codedeploy/codedeploy.feature | 5 +-
.../smoke/codepipeline/codepipeline.feature | 5 +-
.../smoke/cognitoidentity/cognitoidentity.feature | 5 +-
.../features/smoke/cognitosync/cognitosync.feature | 5 +-
.../smoke/configservice/configservice.feature | 5 +-
.../smoke/datapipeline/datapipeline.feature | 5 +-
.../features/smoke/devicefarm/devicefarm.feature | 5 +-
.../smoke/directconnect/directconnect.feature | 5 +-
.../features/smoke/dynamodb/dynamodb.feature | 5 +-
.../smoke/dynamodbstreams/dynamodbstreams.feature | 5 +-
tests/acceptance/features/smoke/ec2/ec2.feature | 5 +-
.../features/smoke/elasticache/elasticache.feature | 5 +-
.../elasticbeanstalk/elasticbeanstalk.feature | 5 +-
.../elasticloadbalancing.feature | 5 +-
.../elastictranscoder/elastictranscoder.feature | 5 +-
tests/acceptance/features/smoke/emr/emr.feature | 5 +-
tests/acceptance/features/smoke/es/es.feature | 5 +-
.../features/smoke/glacier/glacier.feature | 5 +-
tests/acceptance/features/smoke/iam/iam.feature | 5 +-
.../smoke/importexport/importexport.feature | 5 +-
.../features/smoke/kinesis/kinesis.feature | 5 +-
tests/acceptance/features/smoke/kms/kms.feature | 5 +-
.../features/smoke/lambda/lambda.feature | 5 +-
.../smoke/machinelearning/machinelearning.feature | 5 +-
.../features/smoke/opsworks/opsworks.feature | 5 +-
tests/acceptance/features/smoke/rds/rds.feature | 5 +-
.../features/smoke/redshift/redshift.feature | 5 +-
.../features/smoke/route53/route53.feature | 5 +-
.../smoke/route53domains/route53domains.feature | 5 +-
tests/acceptance/features/smoke/ses/ses.feature | 5 +-
tests/acceptance/features/smoke/sns/sns.feature | 5 +-
tests/acceptance/features/smoke/sqs/sqs.feature | 5 +-
tests/acceptance/features/smoke/ssm/ssm.feature | 5 +-
.../smoke/storagegateway/storagegateway.feature | 5 +-
tests/acceptance/features/smoke/sts/sts.feature | 5 +-
.../features/smoke/support/support.feature | 5 +-
tests/acceptance/features/smoke/swf/swf.feature | 5 +-
tests/acceptance/features/smoke/waf/waf.feature | 5 +-
.../features/smoke/workspaces/workspaces.feature | 5 +-
tests/acceptance/features/steps/base.py | 15 +-
tests/functional/docs/__init__.py | 8 +-
tests/functional/docs/test_s3.py | 15 +
tests/functional/docs/test_streaming_body.py | 36 +
tests/functional/test_loaders.py | 40 +
tests/integration/test_s3.py | 43 +
tests/unit/docs/__init__.py | 24 +
tests/unit/docs/test_method.py | 13 +
tests/unit/docs/test_service.py | 4 +
tests/unit/docs/test_sharedexample.py | 270 ++
tests/unit/protocols/output/rest-xml.json | 68 +
.../xml/responses/s3-get-bucket-acl.json | 5 +-
.../xml/responses/s3-get-bucket-logging.json | 5 +-
tests/unit/test_client.py | 107 +-
tests/unit/test_credentials.py | 342 +-
tests/unit/test_handlers.py | 134 +-
tests/unit/test_loaders.py | 19 +-
tests/unit/test_s3_addressing.py | 11 +-
tests/unit/test_session.py | 45 +-
tests/unit/test_signers.py | 81 +-
tests/unit/test_utils.py | 13 +
tests/unit/test_waiters.py | 4 +-
145 files changed, 14481 insertions(+), 20006 deletions(-)
create mode 100644 botocore/data/acm/2015-12-08/service-2.json
copy botocore/data/cloudfront/{2014-05-31 => 2015-09-17}/paginators-1.json (100%)
copy botocore/data/cloudfront/{2015-07-27 => 2015-09-17}/service-2.json (70%)
copy botocore/data/cloudfront/{2014-05-31 => 2015-09-17}/waiters-2.json (100%)
copy botocore/data/cloudfront/{2014-05-31 => 2016-01-13}/paginators-1.json (100%)
copy botocore/data/cloudfront/{2015-07-27 => 2016-01-13}/service-2.json (70%)
copy botocore/data/cloudfront/{2014-05-31 => 2016-01-13}/waiters-2.json (100%)
copy botocore/data/cloudfront/{2014-05-31 => 2016-01-28}/paginators-1.json (100%)
copy botocore/data/cloudfront/{2015-07-27 => 2016-01-28}/service-2.json (70%)
copy botocore/data/cloudfront/{2014-05-31 => 2016-01-28}/waiters-2.json (100%)
create mode 100644 botocore/data/ecr/2015-09-21/service-2.json
create mode 100644 botocore/data/events/2014-02-03/service-2.json
create mode 100644 botocore/data/kms/2014-11-01/paginators-1.json
create mode 100644 botocore/data/sqs/2012-11-05/examples-1.json
create mode 100644 botocore/data/ssm/2014-11-06/paginators-1.json
create mode 100644 botocore/docs/sharedexample.py
create mode 100644 docs/source/reference/response.rst
create mode 100644 tests/acceptance/features/smoke/acm/acm.feature
create mode 100644 tests/functional/docs/test_streaming_body.py
create mode 100644 tests/functional/test_loaders.py
create mode 100644 tests/unit/docs/test_sharedexample.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