docker-compose: update to 1.29.2

This commit is contained in:
Martin Dimov 2021-09-20 06:49:29 +03:00 committed by Michal Vasilek
parent 4d12604f22
commit 394ff69914

View file

@ -1,20 +1,20 @@
# Template file for 'docker-compose' # Template file for 'docker-compose'
pkgname=docker-compose pkgname=docker-compose
version=1.27.4 version=1.29.2
revision=3 revision=1
wrksrc="compose-${version}" wrksrc="compose-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-jsonschema python3-docker>=3.7.0 depends="python3-setuptools python3-jsonschema python3-docker>=5.0.0
python3-dockerpty python3-requests python3-docopt python3-yaml python3-six python3-dockerpty python3-requests python3-docopt python3-yaml
python3-texttable python3-cached-property python3-paramiko>=2.4.2 python3-texttable python3-cached-property python3-paramiko
python3-dotenv python3-distro" python3-dotenv python3-distro"
short_desc="Tool to define and run multi-container Docker applications" short_desc="Tool to define and run multi-container Docker applications"
maintainer="pancake <pancake@nopcode.org>" maintainer="pancake <pancake@nopcode.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://docs.docker.com/compose/" homepage="https://docs.docker.com/compose/"
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz" distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
checksum=1c0458f37e9de4bf2d79fe82c9ab0065c8a6132496c3c2f477599604e294a422 checksum=99a9b91d476062d280c889ae4e9993d7dd6a186327bafb2bb39521f9351b96eb
make_check=no # needs ddt which is not packaged make_check=no # needs ddt which is not packaged
post_install() { post_install() {