diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template index d381a1091d0..8742e5070f5 100644 --- a/srcpkgs/docker-compose/template +++ b/srcpkgs/docker-compose/template @@ -1,6 +1,6 @@ # Template file for 'docker-compose' pkgname=docker-compose -version=1.25.5 +version=1.26.2 revision=1 archs=noarch wrksrc="compose-${version}" @@ -9,19 +9,15 @@ hostmakedepends="python3-setuptools" depends="python3-setuptools python3-jsonschema python3-docker>=3.7.0 python3-dockerpty python3-websocket-client python3-requests python3-docopt python3-yaml python3-six python3-texttable python3-cached-property - python3-paramiko>=2.4.2" + python3-paramiko>=2.4.2 python3-dotenv python3-distro" short_desc="Tool to define and run multi-container Docker applications" maintainer="pancake " license="Apache-2.0" homepage="https://docs.docker.com/compose/" distfiles="https://github.com/docker/compose/archive/${version}.tar.gz" -checksum=c04d4858b456f5806618fe7a49fadd3f1ccb8f10cf6e499bcf7fdee80a93c21a +checksum=a4999bcb838ca9e88ff992fedd7a32ab71f97ae081696f8bf26fa1da54aaffe6 -pre_build() { - # relax texttable and requests upper bound - sed -i '/texttable/s/, < 0.10//;/requests/s/, < 2\.21//' setup.py -} post_install() { vinstall contrib/completion/bash/docker-compose 644 \ usr/share/bash-completion/completions docker-compose