docker-compose: update to 1.25.5.
This commit is contained in:
parent
9e5ccea1be
commit
59ff7e2bfe
|
@ -1,13 +0,0 @@
|
|||
diff --git a/setup.py b/setup.py
|
||||
index 8371cc756ee0..5e27ab7c5d0e 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -32,7 +32,7 @@ def find_version(*file_paths):
|
||||
install_requires = [
|
||||
'cached-property >= 1.2.0, < 2',
|
||||
'docopt >= 0.6.1, < 0.7',
|
||||
- 'PyYAML >= 3.10, < 4.3',
|
||||
+ 'PyYAML >= 3.10',
|
||||
'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.21',
|
||||
'texttable >= 0.9.0, < 0.10',
|
||||
'websocket-client >= 0.32.0, < 1.0',
|
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'docker-compose'
|
||||
pkgname=docker-compose
|
||||
version=1.24.1
|
||||
revision=3
|
||||
version=1.25.5
|
||||
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.7.0
|
||||
python3-dockerpty python3-websocket-client python3-requests python3-docopt
|
||||
|
@ -16,8 +15,7 @@ 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=63a0e0d3819ff77aebd3d5ea30f77b36475ed522c4dabed2eb10636e35aa9370
|
||||
patch_args="-Np1"
|
||||
checksum=c04d4858b456f5806618fe7a49fadd3f1ccb8f10cf6e499bcf7fdee80a93c21a
|
||||
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in New Issue