1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

update Docker Compose to 1.23.2

https://github.com/docker/compose/releases/tag/1.23.2

PR:		235409
Submitted by:	Dmitri Goutnik <dg@syrec.org>
This commit is contained in:
Nikolai Lifanov 2019-02-02 00:03:06 +00:00
parent f8e592ba2c
commit e7a6679694
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491904
3 changed files with 11 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= docker-compose
PORTVERSION= 1.22.0
PORTVERSION= 1.23.2
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cached-property>=1.2.0:devel/py-cached-property@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorama>=0.3.7:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docker>=2.7.0:sysutils/py-docker@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docker>=3.6.0:sysutils/py-docker@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dockerpty>=0.4.1:devel/py-dockerpty@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt@${PY_FLAVOR} \
${PY_ENUM34} \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1534725740
SHA256 (docker-compose-1.22.0.tar.gz) = 915cdd0ea7aff349d27a8e0585124ac38695635201770a35612837b25e234677
SIZE (docker-compose-1.22.0.tar.gz) = 255717
TIMESTAMP = 1549037998
SHA256 (docker-compose-1.23.2.tar.gz) = ff079e9e39cde7e437ed87dd5434ea1647f7e203f6327cc5f7db7ef10fa452f4
SIZE (docker-compose-1.23.2.tar.gz) = 253703

View File

@ -1,11 +1,13 @@
--- setup.py.orig 2017-12-19 14:49:12 UTC
--- setup.py.orig 2018-11-28 22:24:54 UTC
+++ setup.py
@@ -34,7 +34,7 @@ install_requires = [
@@ -33,8 +33,8 @@ install_requires = [
'cached-property >= 1.2.0, < 2',
'docopt >= 0.6.1, < 0.7',
'PyYAML >= 3.10, < 4',
'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
- 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.21',
- 'texttable >= 0.9.0, < 0.10',
+ 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 3',
+ 'texttable >= 0.9.0, < 2',
'websocket-client >= 0.32.0, < 1.0',
'docker >= 2.6.1, < 3.0',
'docker >= 3.6.0, < 4.0',
'dockerpty >= 0.4.1, < 0.5',