mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
update sysutils/docker-compose to 0.18.0
Changes: https://github.com/docker/compose/blob/1.18.0/CHANGELOG.md
This commit is contained in:
parent
8abc6b9ce1
commit
5d36ee1c36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456721
3 changed files with 8 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= docker-compose
|
||||
PORTVERSION= 1.17.1
|
||||
PORTVERSION= 1.18.0
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue