[Python-modules-commits] [python-botocore] branch master updated (17d6cbb -> 5a71a60)
Takaki Taniguchi
takaki at moszumanska.debian.org
Tue Nov 24 14:42:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
takaki pushed a change to branch master
in repository python-botocore.
from 17d6cbb merge patched into master
new 27b11cd Don't use duplicated modules
new ced3ac7 merge patched into master
new 6ba9905 add python-mock to B-D
new ca6d1d2 Don't use duplicated modules (in tests)
new 5a71a60 merge patched into master
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:
botocore/awsrequest.py | 12 +-
botocore/compat.py | 4 +-
botocore/endpoint.py | 10 +-
botocore/exceptions.py | 2 +-
botocore/retryhandler.py | 4 +-
botocore/utils.py | 2 +-
debian/.git-dpm | 4 +-
debian/control | 2 +
.../0001-Don-t-use-duplicated-modules.patch | 124 ++++++++++++++++
...002-Don-t-use-duplicated-modules-in-tests.patch | 164 +++++++++++++++++++++
debian/patches/series | 2 +
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 +-
20 files changed, 326 insertions(+), 34 deletions(-)
create mode 100644 debian/patches/0001-Don-t-use-duplicated-modules.patch
create mode 100644 debian/patches/0002-Don-t-use-duplicated-modules-in-tests.patch
create mode 100644 debian/patches/series
--
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