Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 610644
Collapse All | Expand All

(-)docker-compose-1.11.1/CHANGES.md (+5 lines)
Lines 1-6 Link Here
1
Change log
1
Change log
2
==========
2
==========
3
3
4
1.11.1 (2017-02-23)
5
6
### New Features
7
- Tested build and work with python-request-1.12.5
8
4
1.11.1 (2017-02-09)
9
1.11.1 (2017-02-09)
5
-------------------
10
-------------------
6
11
(-)docker-compose-1.11.1/docker_compose.egg-info/requires.txt (-1 / +1 lines)
Lines 2-8 Link Here
2
colorama >= 0.3.7, < 0.4
2
colorama >= 0.3.7, < 0.4
3
docopt >= 0.6.1, < 0.7
3
docopt >= 0.6.1, < 0.7
4
PyYAML >= 3.10, < 4
4
PyYAML >= 3.10, < 4
5
requests >= 2.6.1, != 2.11.0, < 2.12
5
requests >= 2.6.1, != 2.11.0, < 2.13
6
texttable >= 0.8.1, < 0.9
6
texttable >= 0.8.1, < 0.9
7
websocket-client >= 0.32.0, < 1.0
7
websocket-client >= 0.32.0, < 1.0
8
docker >= 2.0.2, < 3.0
8
docker >= 2.0.2, < 3.0
(-)docker-compose-1.11.1/setup.py (-1 / +1 lines)
Lines 34-40 Link Here
34
    'colorama >= 0.3.7, < 0.4',
34
    'colorama >= 0.3.7, < 0.4',
35
    'docopt >= 0.6.1, < 0.7',
35
    'docopt >= 0.6.1, < 0.7',
36
    'PyYAML >= 3.10, < 4',
36
    'PyYAML >= 3.10, < 4',
37
    'requests >= 2.6.1, != 2.11.0, < 2.12',
37
    'requests >= 2.6.1, != 2.11.0, < 2.13',
38
    'texttable >= 0.8.1, < 0.9',
38
    'texttable >= 0.8.1, < 0.9',
39
    'websocket-client >= 0.32.0, < 1.0',
39
    'websocket-client >= 0.32.0, < 1.0',
40
    'docker >= 2.0.2, < 3.0',
40
    'docker >= 2.0.2, < 3.0',

Return to bug 610644