docker-compose: update to 1.24.0.
This commit is contained in:
parent
e03c0bf524
commit
f543d48105
|
@ -1,21 +1,22 @@
|
|||
# Template file for 'docker-compose'
|
||||
pkgname=docker-compose
|
||||
version=1.23.2
|
||||
revision=2
|
||||
version=1.24.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="compose-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="compose"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-jsonschema python3-docker>=3.6.0
|
||||
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-yaml python3-six python3-texttable python3-cached-property
|
||||
python3-paramiko>=2.4.2"
|
||||
short_desc="Tool to define and run multi-container Docker applications"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://docs.docker.com/compose/"
|
||||
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
||||
checksum=18ff12f80e21011e76e04d2579745224316e232a5ca94c79a2865dac5c66eef6
|
||||
checksum=31933e401d295812617f23377f63fc2b8da13d8456b61a60cec0e02afcad5672
|
||||
|
||||
pre_build() {
|
||||
# relax texttable and requests upper bound
|
||||
|
|
Loading…
Reference in New Issue