Gentoo Archives: gentoo-commits

From: "Alex Brandt (alunduil)" <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/docker-compose/files: requests-requirements.patch
Date: Sat, 02 May 2015 15:59:58
Message-Id: 20150502155955.5A05A9AB@oystercatcher.gentoo.org
1 alunduil 15/05/02 15:59:55
2
3 Added: requests-requirements.patch
4 Log:
5 add version 1.2.0-r1
6
7 * relax requirement on dev-python/requests
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
10
11 Revision Changes Path
12 1.1 app-emulation/docker-compose/files/requests-requirements.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/files/requests-requirements.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/files/requests-requirements.patch?rev=1.1&content-type=text/plain
16
17 Index: requests-requirements.patch
18 ===================================================================
19 diff --git a/setup.py b/setup.py
20 index 39ac0f6..91d8b5b 100644
21 --- a/setup.py
22 +++ b/setup.py
23 @@ -27,7 +27,7 @@ def find_version(*file_paths):
24 install_requires = [
25 'docopt >= 0.6.1, < 0.7',
26 'PyYAML >= 3.10, < 4',
27 - 'requests >= 2.2.1, < 2.6',
28 + 'requests >= 2.2.1',
29 'texttable >= 0.8.1, < 0.9',
30 'websocket-client >= 0.11.0, < 1.0',
31 'docker-py >= 1.0.0, < 1.2',