commit:     e3463a845cf8f29372a33fae566c6255cd60aa75
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 16:35:06 2018 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 16:35:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3463a84

dev-python/requests: Fix urllib3 dependency

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 | 4 ++--
 dev-python/requests/requests-2.18.4.ebuild    | 2 +-
 dev-python/requests/requests-2.19.1.ebuild    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/requests/requests-2.18.2-r1.ebuild 
b/dev-python/requests/requests-2.18.2-r1.ebuild
index ca420b8cdaf..f445f7e031f 100644
--- a/dev-python/requests/requests-2.18.2-r1.ebuild
+++ b/dev-python/requests/requests-2.18.2-r1.ebuild
@@ -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}]

diff --git a/dev-python/requests/requests-2.18.4.ebuild 
b/dev-python/requests/requests-2.18.4.ebuild
index 34ec9eb0f53..44453c612cb 100644
--- a/dev-python/requests/requests-2.18.4.ebuild
+++ b/dev-python/requests/requests-2.18.4.ebuild
@@ -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}]

diff --git a/dev-python/requests/requests-2.19.1.ebuild 
b/dev-python/requests/requests-2.19.1.ebuild
index 72e1a7746dc..a614579b5a9 100644
--- a/dev-python/requests/requests-2.19.1.ebuild
+++ b/dev-python/requests/requests-2.19.1.ebuild
@@ -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}]

Reply via email to