summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-compose/python3-docker-compose_1.26.0.bb
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2020-10-30 20:14:44 -0300
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-11-03 16:30:29 -0500
commit74e0b8d2acc6b9bbc0345a500a700932d70772f4 (patch)
tree75e64d03ea9f0cadcd2d613b6cb2b5b92e53f7cb /recipes-containers/docker-compose/python3-docker-compose_1.26.0.bb
parent2f83558f4611221baa24afb07a27cd50e26f4ae1 (diff)
downloadmeta-virtualization-74e0b8d2acc6b9bbc0345a500a700932d70772f4.tar.gz
python3-docker-compose: upgrade 1.26.0 to 1.27.4
Release notes for 1.27.4: - Bugs - Remove path checks for bind mounts - Fix port rendering to output long form syntax for non-v1 - Add protocol to the docker socket address Release notes for 1.27.3: - Bugs - Merged max_replicas_per_node on docker-compose config. - Fixed depends_on serialization on docker-compose config. - Fixed scaling when some containers are not running on docker-compose up. - Enabled relative paths for driver_opts.device for local driver. - Allowed strings for cpus fields. Release notes for 1.27.2: - Bugs - Fix bug on docker-compose run container attach Release notes for 1.27.1: - Bugs - Fix compose run when service.scale is specified - Allow driver property for external networks as temporary workaround for swarm network propagation issue - Pin new internal schema version to 3.9 as the default - Preserve the version when configured in the compose file Release notes for 1.27.0: - Features - Merge 2.x and 3.x compose formats and align with COMPOSE_SPEC schema - Implement service mode for ipc - Pass COMPOSE_PROJECT_NAME environment variable in container mode - Make run behave in the same way as up - Use docker build on docker-compose run when COMPOSE_DOCKER_CLI_BUILD environment variable is set - Use docker-py default API version for engine queries (auto) - Parse network_mode on build - Bugs - Ignore build context path validation when building is not required - Fix float to bytes conversion via docker-py bump to 4.3.1 - Fix scale bug when deploy section is set - Fix docker-py bump in setup.py - Fix experimental build failure detection - Fix context propagation to docker cli - Miscellaneous - Drop support for Python 2.7 - Add script for docs syncronization - Bump docker-py to 4.3.1 - Bump tox to 3.19.0 - Bump virtualenv to 20.0.30 Release notes for 1.26.2: - Bugs - Enforce docker-py 4.2.2 as minimum version when installing with pip Release notes for 1.26.1: - Features - Bump docker-py from 4.2.1 to 4.2.2 - Bugs - Enforce docker-py 4.2.1 as minimum version when installing with pip - Fix context load for non-docker endpoints Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker-compose/python3-docker-compose_1.26.0.bb')
-rw-r--r--recipes-containers/docker-compose/python3-docker-compose_1.26.0.bb41
1 files changed, 0 insertions, 41 deletions
diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.26.0.bb b/recipes-containers/docker-compose/python3-docker-compose_1.26.0.bb
deleted file mode 100644
index 37c62e85..00000000
--- a/recipes-containers/docker-compose/python3-docker-compose_1.26.0.bb
+++ /dev/null
@@ -1,41 +0,0 @@
1SUMMARY = "Multi-container orchestration for Docker"
2HOMEPAGE = "https://www.docker.com/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8"
5
6inherit pypi setuptools3
7
8SRC_URI[md5sum] = "f7d54de5db1f17322c09db8157bd160f"
9SRC_URI[sha256sum] = "7e836102d139aca667d6af53f0f4d942c9459ec24d6dd4f0203d74359b0fd311"
10
11SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \
12 file://0001-setup.py-import-fastentrypoints.patch \
13 "
14
15DEPENDS += "${PYTHON_PN}-fastentrypoints-native"
16
17RDEPENDS_${PN} = "\
18 ${PYTHON_PN}-cached-property \
19 ${PYTHON_PN}-certifi \
20 ${PYTHON_PN}-chardet \
21 ${PYTHON_PN}-colorama \
22 ${PYTHON_PN}-distro \
23 ${PYTHON_PN}-docker \
24 ${PYTHON_PN}-docker-pycreds \
25 ${PYTHON_PN}-dockerpty \
26 ${PYTHON_PN}-docopt \
27 ${PYTHON_PN}-dotenv \
28 ${PYTHON_PN}-fcntl \
29 ${PYTHON_PN}-idna \
30 ${PYTHON_PN}-jsonschema \
31 ${PYTHON_PN}-misc \
32 ${PYTHON_PN}-paramiko \
33 ${PYTHON_PN}-pyyaml \
34 ${PYTHON_PN}-requests \
35 ${PYTHON_PN}-six \
36 ${PYTHON_PN}-terminal \
37 ${PYTHON_PN}-texttable \
38 ${PYTHON_PN}-urllib3 \
39 ${PYTHON_PN}-wcwidth \
40 ${PYTHON_PN}-websocket-client \
41"