[Python-modules-commits] [python-docker] branch upstream updated (0db60a1 -> 6387547)
Ondřej Nový
onovy-guest at moszumanska.debian.org
Wed Mar 23 06:29:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a change to branch upstream
in repository python-docker.
from 0db60a1 Import python-docker_1.5.0.orig.tar.gz
new 6387547 Import python-docker_1.7.2.orig.tar.gz
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 | 3 +-
docker/api/build.py | 11 +-
docker/api/container.py | 37 +-
docker/api/exec_api.py | 19 +-
docker/api/image.py | 5 +-
docker/api/network.py | 30 +-
docker/api/volume.py | 5 +-
docker/auth/auth.py | 194 +--
docker/client.py | 34 +-
docker/constants.py | 2 +-
docker/errors.py | 4 +-
docker/ssladapter/ssladapter.py | 26 +-
docker/tls.py | 38 +-
docker/unixconn/unixconn.py | 14 +-
docker/utils/__init__.py | 7 +-
docker/utils/decorators.py | 11 +
docker/utils/utils.py | 403 ++++--
docker/version.py | 2 +-
docker_py.egg-info/PKG-INFO | 3 +-
docker_py.egg-info/SOURCES.txt | 28 +-
setup.cfg | 3 +
setup.py | 1 -
tests/base.py | 25 +
tests/helpers.py | 148 +++
tests/{ => integration}/__init__.py | 0
tests/integration/api_test.py | 176 +++
tests/integration/build_test.py | 140 ++
tests/integration/conftest.py | 31 +
tests/integration/container_test.py | 1033 +++++++++++++++
tests/integration/exec_test.py | 130 ++
tests/integration/image_test.py | 235 ++++
tests/integration/network_test.py | 237 ++++
tests/integration/regression_test.py | 69 +
tests/integration/volume_test.py | 55 +
tests/integration_test.py | 1971 -----------------------------
tests/{ => unit}/__init__.py | 0
tests/unit/api_test.py | 417 ++++++
tests/unit/auth_test.py | 464 +++++++
tests/unit/build_test.py | 105 ++
tests/{test.py => unit/container_test.py} | 1668 ++++--------------------
tests/unit/exec_test.py | 75 ++
tests/{ => unit}/fake_api.py | 2 +-
tests/{ => unit}/fake_stat.py | 0
tests/unit/image_test.py | 346 +++++
tests/unit/network_test.py | 187 +++
tests/{ => unit}/utils_test.py | 602 +++++----
tests/unit/volume_test.py | 96 ++
47 files changed, 5160 insertions(+), 3932 deletions(-)
copy tests/{ => integration}/__init__.py (100%)
create mode 100644 tests/integration/api_test.py
create mode 100644 tests/integration/build_test.py
create mode 100644 tests/integration/conftest.py
create mode 100644 tests/integration/container_test.py
create mode 100644 tests/integration/exec_test.py
create mode 100644 tests/integration/image_test.py
create mode 100644 tests/integration/network_test.py
create mode 100644 tests/integration/regression_test.py
create mode 100644 tests/integration/volume_test.py
delete mode 100644 tests/integration_test.py
copy tests/{ => unit}/__init__.py (100%)
create mode 100644 tests/unit/api_test.py
create mode 100644 tests/unit/auth_test.py
create mode 100644 tests/unit/build_test.py
rename tests/{test.py => unit/container_test.py} (53%)
create mode 100644 tests/unit/exec_test.py
rename tests/{ => unit}/fake_api.py (99%)
rename tests/{ => unit}/fake_stat.py (100%)
create mode 100644 tests/unit/image_test.py
create mode 100644 tests/unit/network_test.py
rename tests/{ => unit}/utils_test.py (64%)
create mode 100644 tests/unit/volume_test.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-docker.git
More information about the Python-modules-commits
mailing list