From owner-svn-ports-head@freebsd.org Fri May 24 00:00:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7864615B9BB0; Fri, 24 May 2019 00:00:31 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1DCAC69A87; Fri, 24 May 2019 00:00:31 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC864CA59; Fri, 24 May 2019 00:00:30 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4O00UhP046445; Fri, 24 May 2019 00:00:30 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4O00UVU046443; Fri, 24 May 2019 00:00:30 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201905240000.x4O00UVU046443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 24 May 2019 00:00:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502410 - in head/sysutils/docker-compose: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: in head/sysutils/docker-compose: . files X-SVN-Commit-Revision: 502410 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1DCAC69A87 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2019 00:00:31 -0000 Author: lifanov Date: Fri May 24 00:00:30 2019 New Revision: 502410 URL: https://svnweb.freebsd.org/changeset/ports/502410 Log: update sysutils/docker-compose dependencies This unbreaks the port build. Tested with: docker-compose build, docker-compose up PR: 237512 Reported by: bofh Modified: head/sysutils/docker-compose/Makefile head/sysutils/docker-compose/files/patch-setup.py Modified: head/sysutils/docker-compose/Makefile ============================================================================== --- head/sysutils/docker-compose/Makefile Thu May 23 23:53:08 2019 (r502409) +++ head/sysutils/docker-compose/Makefile Fri May 24 00:00:30 2019 (r502410) @@ -2,6 +2,7 @@ PORTNAME= docker-compose PORTVERSION= 1.24.0 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP Modified: head/sysutils/docker-compose/files/patch-setup.py ============================================================================== --- head/sysutils/docker-compose/files/patch-setup.py Thu May 23 23:53:08 2019 (r502409) +++ head/sysutils/docker-compose/files/patch-setup.py Fri May 24 00:00:30 2019 (r502410) @@ -1,13 +1,21 @@ --- setup.py.orig 2019-02-04 16:11:53 UTC +++ setup.py -@@ -33,8 +33,8 @@ install_requires = [ +@@ -32,14 +32,14 @@ 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, < 4.3', - 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.21', - 'texttable >= 0.9.0, < 0.10', ++ 'PyYAML >= 3.10, < 6', + '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[ssh] >= 3.7.0, < 4.0', 'dockerpty >= 0.4.1, < 0.5', + 'six >= 1.3.0, < 2', +- 'jsonschema >= 2.5.1, < 3', ++ 'jsonschema >= 2.5.1, < 4', + ] + +