From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C064113835A for ; Tue, 9 Feb 2021 17:45:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07BFEE09A2; Tue, 9 Feb 2021 17:45:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7560E09A2 for ; Tue, 9 Feb 2021 17:45:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABA12340DEC for ; Tue, 9 Feb 2021 17:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA793C3 for ; Tue, 9 Feb 2021 17:45:28 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1612892696.8dcfb3c2d18551f7f2b7c4334fd8f465b04b51be.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests/requests-2.25.1-r1.ebuild dev-python/requests/requests-2.25.1.ebuild X-VCS-Directories: dev-python/requests/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 8dcfb3c2d18551f7f2b7c4334fd8f465b04b51be X-VCS-Branch: master Date: Tue, 9 Feb 2021 17:45:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 00683125-b1d7-4e60-a543-92e2c95a1023 X-Archives-Hash: ddd50a7f5b3298bf219dadf7dd8f8b8c commit: 8dcfb3c2d18551f7f2b7c4334fd8f465b04b51be Author: Mike Gilbert gentoo org> AuthorDate: Tue Feb 9 02:38:26 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Feb 9 17:44:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dcfb3c2 dev-python/requests: drop dependency on cryptography cryptography is only needed to support SNI on older versions of python. Signed-off-by: Mike Gilbert gentoo.org> .../requests/{requests-2.25.1.ebuild => requests-2.25.1-r1.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-python/requests/requests-2.25.1.ebuild b/dev-python/requests/requests-2.25.1-r1.ebuild similarity index 92% rename from dev-python/requests/requests-2.25.1.ebuild rename to dev-python/requests/requests-2.25.1-r1.ebuild index 35199f85610..cac0b7294a2 100644 --- a/dev-python/requests/requests-2.25.1.ebuild +++ b/dev-python/requests/requests-2.25.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="socks5 +ssl" +IUSE="socks5" RDEPEND=" >=dev-python/certifi-2017.4.17[${PYTHON_USEDEP}] @@ -25,9 +25,6 @@ RDEPEND=" =dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] ) - ssl? ( - >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}] - ) " BDEPEND="