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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE5FA158013 for ; Tue, 5 Dec 2023 04:20:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5C12BC024; Tue, 5 Dec 2023 04:20:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 936312BC024 for ; Tue, 5 Dec 2023 04:20:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B14AE335D7B for ; Tue, 5 Dec 2023 04:20:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15C5A11C7 for ; Tue, 5 Dec 2023 04:20:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1701750031.42480a2d9c775be4ce7dc5b597045cabd4465dcb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dulwich/dulwich-0.21.6-r1.ebuild dev-python/dulwich/dulwich-0.21.6.ebuild X-VCS-Directories: dev-python/dulwich/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 42480a2d9c775be4ce7dc5b597045cabd4465dcb X-VCS-Branch: master Date: Tue, 5 Dec 2023 04:20:47 +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: 4e977a1e-40db-4458-8adb-e2be4463d48d X-Archives-Hash: a99ee14caba5254c4dd1e2eb1307f431 commit: 42480a2d9c775be4ce7dc5b597045cabd4465dcb Author: Eli Schwartz gmail com> AuthorDate: Mon Nov 13 21:21:05 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 5 04:20:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42480a2d dev-python/dulwich: drop outdated certifi dependency Dropped upstream in 0.20.46: https://github.com/jelmer/dulwich/commit/0f684cebb18d3145049c3177ed97f689bc169a7f Even before that, it was optional via try/except and if certifi was not installed, it would use the urllib3 default; it was removed from dulwich on the grounds that for several years, urllib3 has enforced (system!) certificates even if you don't explicitly pass a custom cert path. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Michał Górny gentoo.org> dev-python/dulwich/{dulwich-0.21.6.ebuild => dulwich-0.21.6-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/dulwich/dulwich-0.21.6.ebuild b/dev-python/dulwich/dulwich-0.21.6-r1.ebuild similarity index 97% rename from dev-python/dulwich/dulwich-0.21.6.ebuild rename to dev-python/dulwich/dulwich-0.21.6-r1.ebuild index 20ab1fa9143e..5ddf377dafa2 100644 --- a/dev-python/dulwich/dulwich-0.21.6.ebuild +++ b/dev-python/dulwich/dulwich-0.21.6-r1.ebuild @@ -22,7 +22,6 @@ IUSE="doc examples test" RESTRICT="!test? ( test )" RDEPEND=" - dev-python/certifi[${PYTHON_USEDEP}] >=dev-python/urllib3-1.25[${PYTHON_USEDEP}] " BDEPEND="