dev-python/urllib3: Fix OutdatedBlocker
authorMichał Górny <mgorny@gentoo.org>
Thu, 2 Jan 2020 17:08:46 +0000 (18:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 2 Jan 2020 17:11:01 +0000 (18:11 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/urllib3/urllib3-1.24.2.ebuild
dev-python/urllib3/urllib3-1.25.7.ebuild

index cf59c0ffa92f51bf6a07b8aac68cc6e57d356629..6f77d2dfe89e41af61c0821b45e09aa247cc29b1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,8 +19,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-       >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
-       !~dev-python/PySocks-1.5.7[${PYTHON_USEDEP}]
+       >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}]
        <dev-python/PySocks-2.0[${PYTHON_USEDEP}]
        dev-python/certifi[${PYTHON_USEDEP}]
        >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
index 105aa2407f8759ba119a0839f543a7e7b6616070..51674c033adf38c9ec4d89775086fe90c5144275 100644 (file)
@@ -19,8 +19,7 @@ IUSE="brotli test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-       >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
-       !~dev-python/PySocks-1.5.7[${PYTHON_USEDEP}]
+       >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}]
        <dev-python/PySocks-2.0[${PYTHON_USEDEP}]
        dev-python/certifi[${PYTHON_USEDEP}]
        >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]