[Python-modules-commits] [python-docker] branch master updated (d3880cd -> aa367db)

Ondřej Nový onovy-guest at moszumanska.debian.org
Wed Mar 23 06:28:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy-guest pushed a change to branch master
in repository python-docker.

      from  d3880cd   s/UNRELEASED/unstable/
       new  8801161   record new upstream branch created by importing python-docker_1.7.2.orig.tar.gz
       new  6387547   Import python-docker_1.7.2.orig.tar.gz
       new  91cb802   Unpin dependencies so newer versions satisfy them appropriately
       new  4153379   merge patched into master
       new  aa367db   New upstream 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                                           |    3 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    7 +
 ...apter-bug-with-newer-versions-of-requests.patch |   43 -
 debian/patches/requirements.patch                  |    4 +-
 debian/patches/series                              |    1 -
 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/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 +
 51 files changed, 5165 insertions(+), 3982 deletions(-)
 delete mode 100644 debian/patches/0002-Fix-Unix-adapter-bug-with-newer-versions-of-requests.patch
 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