Date: Fri, 3 Nov 2017 17:35:00 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453417 - in head/sysutils/docker-compose: . files Message-ID: <201711031735.vA3HZ0td065057@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Fri Nov 3 17:35:00 2017 New Revision: 453417 URL: https://svnweb.freebsd.org/changeset/ports/453417 Log: update sysutils/docker-compose to 1.17.0 Changes: https://github.com/docker/compose/blob/1.17.0/CHANGELOG.md Modified: head/sysutils/docker-compose/Makefile head/sysutils/docker-compose/distinfo head/sysutils/docker-compose/files/patch-setup.py Modified: head/sysutils/docker-compose/Makefile ============================================================================== --- head/sysutils/docker-compose/Makefile Fri Nov 3 17:09:20 2017 (r453416) +++ head/sysutils/docker-compose/Makefile Fri Nov 3 17:35:00 2017 (r453417) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= docker-compose -PORTVERSION= 1.16.1 +PORTVERSION= 1.17.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/ ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}texttable>=0.8.4:textproc/py-texttable \ + ${PYTHON_PKGNAMEPREFIX}texttable>=0.9.0:textproc/py-texttable \ ${PYTHON_PKGNAMEPREFIX}websocket-client>=0.32.0:www/py-websocket-client USES= python Modified: head/sysutils/docker-compose/distinfo ============================================================================== --- head/sysutils/docker-compose/distinfo Fri Nov 3 17:09:20 2017 (r453416) +++ head/sysutils/docker-compose/distinfo Fri Nov 3 17:35:00 2017 (r453417) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504616209 -SHA256 (docker-compose-1.16.1.tar.gz) = fb46a6a2c4d193a3ff1e4d7208eea920b629c81dc92257c87f3f93095cfb0bdf -SIZE (docker-compose-1.16.1.tar.gz) = 212167 +TIMESTAMP = 1509730135 +SHA256 (docker-compose-1.17.0.tar.gz) = ba1c2117d24bdad9f0e1c717a433d49c381099e6016adbd59a904426509f4c60 +SIZE (docker-compose-1.17.0.tar.gz) = 221464 Modified: head/sysutils/docker-compose/files/patch-setup.py ============================================================================== --- head/sysutils/docker-compose/files/patch-setup.py Fri Nov 3 17:09:20 2017 (r453416) +++ head/sysutils/docker-compose/files/patch-setup.py Fri Nov 3 17:35:00 2017 (r453417) @@ -7,7 +7,7 @@ - 'requests >= 2.6.1, != 2.11.0, < 2.12', - 'texttable >= 0.9.0, < 0.10', + 'requests >= 2.6.1, != 2.11.0, < 3', -+ 'texttable >= 0.9.0, < 1', ++ 'texttable >= 0.9.0, < 2', 'websocket-client >= 0.32.0, < 1.0', 'docker >= 2.5.1, < 3.0', 'dockerpty >= 0.4.1, < 0.5',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711031735.vA3HZ0td065057>