dev-python/requests: Fix urllib3 dependency
authorSebastian Pipping <sping@gentoo.org>
Sun, 24 Jun 2018 16:35:06 +0000 (18:35 +0200)
committerSebastian Pipping <sping@gentoo.org>
Sun, 24 Jun 2018 16:35:06 +0000 (18:35 +0200)
Bug: https://bugs.gentoo.org/658446
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/requests/requests-2.18.2-r1.ebuild
dev-python/requests/requests-2.18.4.ebuild
dev-python/requests/requests-2.19.1.ebuild

index ca420b8cdafde0027204ded2f5d49ff2e6a6ce0d..f445f7e031f173228df26f35208b3d93e50bda2f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ RDEPEND="
        >=dev-python/chardet-3.0.2[${PYTHON_USEDEP}]
        >=dev-python/idna-2.5[${PYTHON_USEDEP}]
        <dev-python/idna-2.6[${PYTHON_USEDEP}]
-       >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]
+       <dev-python/urllib3-1.23[${PYTHON_USEDEP}]
        socks5? ( >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] )
        ssl? (
                 >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
index 34ec9eb0f53d19d1534d002c7f884f1e5dd38644..44453c612cb357e40d3c2dec217b8bc7b8e5bbf7 100644 (file)
@@ -22,7 +22,7 @@ RDEPEND="
        >=dev-python/chardet-3.0.2[${PYTHON_USEDEP}]
        >=dev-python/idna-2.5[${PYTHON_USEDEP}]
        <dev-python/idna-2.7[${PYTHON_USEDEP}]
-       >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]
+       <dev-python/urllib3-1.23[${PYTHON_USEDEP}]
        socks5? ( >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] )
        ssl? (
                 >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
index 72e1a7746dcffa3aa5a13aeffb3043b4f6e3a111..a614579b5a94dcc16c8d96751051c1ec865f00ae 100644 (file)
@@ -22,7 +22,7 @@ RDEPEND="
        >=dev-python/chardet-3.0.2[${PYTHON_USEDEP}]
        >=dev-python/idna-2.5[${PYTHON_USEDEP}]
        <dev-python/idna-2.8[${PYTHON_USEDEP}]
-       >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]
+       <dev-python/urllib3-1.24[${PYTHON_USEDEP}]
        socks5? ( >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] )
        ssl? (
                 >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]