Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2017 14:58:16 +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: r456721 - in head/sysutils/docker-compose: . files
Message-ID:  <201712191458.vBJEwGCX058585@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lifanov
Date: Tue Dec 19 14:58:15 2017
New Revision: 456721
URL: https://svnweb.freebsd.org/changeset/ports/456721

Log:
  update sysutils/docker-compose to 0.18.0
  
  Changes: https://github.com/docker/compose/blob/1.18.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	Tue Dec 19 14:56:39 2017	(r456720)
+++ head/sysutils/docker-compose/Makefile	Tue Dec 19 14:58:15 2017	(r456721)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=		docker-compose
-PORTVERSION=		1.17.1
+PORTVERSION=		1.18.0
 CATEGORIES=		sysutils python
 MASTER_SITES=		CHEESESHOP
 

Modified: head/sysutils/docker-compose/distinfo
==============================================================================
--- head/sysutils/docker-compose/distinfo	Tue Dec 19 14:56:39 2017	(r456720)
+++ head/sysutils/docker-compose/distinfo	Tue Dec 19 14:58:15 2017	(r456721)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510341304
-SHA256 (docker-compose-1.17.1.tar.gz) = e29469dbd78457c82ddad674c0fa0b7afed065b2c73858d332dd6d20d92a8541
-SIZE (docker-compose-1.17.1.tar.gz) = 219947
+TIMESTAMP = 1513694845
+SHA256 (docker-compose-1.18.0.tar.gz) = 2930cbfe2685018fbb75377600ab6288861d9955717b3f14212f63950351d379
+SIZE (docker-compose-1.18.0.tar.gz) = 231256

Modified: head/sysutils/docker-compose/files/patch-setup.py
==============================================================================
--- head/sysutils/docker-compose/files/patch-setup.py	Tue Dec 19 14:56:39 2017	(r456720)
+++ head/sysutils/docker-compose/files/patch-setup.py	Tue Dec 19 14:58:15 2017	(r456721)
@@ -1,13 +1,11 @@
---- setup.py.orig	2017-09-05 13:29:08 UTC
+--- setup.py.orig	2017-12-19 14:49:12 UTC
 +++ setup.py
-@@ -33,8 +33,8 @@ install_requires = [
-     'cached-property >= 1.2.0, < 2',
+@@ -34,7 +34,7 @@ install_requires = [
      'docopt >= 0.6.1, < 0.7',
      'PyYAML >= 3.10, < 4',
--    'requests >= 2.6.1, != 2.11.0, < 2.12',
+     'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
 -    'texttable >= 0.9.0, < 0.10',
-+    'requests >= 2.6.1, != 2.11.0, < 3',
 +    'texttable >= 0.9.0, < 2',
      'websocket-client >= 0.32.0, < 1.0',
-     'docker >= 2.5.1, < 3.0',
+     'docker >= 2.6.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?201712191458.vBJEwGCX058585>