svn commit: r449284 - in head/sysutils/docker-compose: . files

Nikolai Lifanov lifanov at FreeBSD.org
Tue Sep 5 13:31:27 UTC 2017


Author: lifanov
Date: Tue Sep  5 13:31:26 2017
New Revision: 449284
URL: https://svnweb.freebsd.org/changeset/ports/449284

Log:
  update sysutils/docker-compose to 1.16.1

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 Sep  5 13:28:37 2017	(r449283)
+++ head/sysutils/docker-compose/Makefile	Tue Sep  5 13:31:26 2017	(r449284)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=		docker-compose
-PORTVERSION=		1.15.0
-PORTREVISION=		1
+PORTVERSION=		1.16.1
 CATEGORIES=		sysutils python
 MASTER_SITES=		CHEESESHOP
 

Modified: head/sysutils/docker-compose/distinfo
==============================================================================
--- head/sysutils/docker-compose/distinfo	Tue Sep  5 13:28:37 2017	(r449283)
+++ head/sysutils/docker-compose/distinfo	Tue Sep  5 13:31:26 2017	(r449284)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501160057
-SHA256 (docker-compose-1.15.0.tar.gz) = af569f676c7a04a32d3fc4a72c739cb52d8b6305040295178c5388394b45e579
-SIZE (docker-compose-1.15.0.tar.gz) = 210455
+TIMESTAMP = 1504616209
+SHA256 (docker-compose-1.16.1.tar.gz) = fb46a6a2c4d193a3ff1e4d7208eea920b629c81dc92257c87f3f93095cfb0bdf
+SIZE (docker-compose-1.16.1.tar.gz) = 212167

Modified: head/sysutils/docker-compose/files/patch-setup.py
==============================================================================
--- head/sysutils/docker-compose/files/patch-setup.py	Tue Sep  5 13:28:37 2017	(r449283)
+++ head/sysutils/docker-compose/files/patch-setup.py	Tue Sep  5 13:31:26 2017	(r449284)
@@ -1,13 +1,13 @@
---- setup.py.orig	2017-07-25 23:05:03 UTC
+--- setup.py.orig	2017-09-05 13:29:08 UTC
 +++ setup.py
-@@ -34,8 +34,8 @@ install_requires = [
-     'colorama >= 0.3.7, < 0.4',
+@@ -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',
--    'texttable >= 0.8.1, < 0.9',
+-    'texttable >= 0.9.0, < 0.10',
 +    'requests >= 2.6.1, != 2.11.0, < 3',
-+    'texttable >= 0.8.1, < 1',
++    'texttable >= 0.9.0, < 1',
      'websocket-client >= 0.32.0, < 1.0',
-     'docker >= 2.4.2, < 3.0',
+     'docker >= 2.5.1, < 3.0',
      'dockerpty >= 0.4.1, < 0.5',


More information about the svn-ports-all mailing list