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 9480C158020 for ; Fri, 25 Nov 2022 07:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBC06E09C7; Fri, 25 Nov 2022 07:15:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C319EE09C7 for ; Fri, 25 Nov 2022 07:15:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CD1334092E for ; Fri, 25 Nov 2022 07:15:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16FD8703 for ; Fri, 25 Nov 2022 07:15:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1669360493.24369ccc83e394a78ed7309ad3b40e5ba11e822b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/certifi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/certifi/Manifest dev-python/certifi/certifi-3021.3.16-r3.ebuild X-VCS-Directories: dev-python/certifi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24369ccc83e394a78ed7309ad3b40e5ba11e822b X-VCS-Branch: master Date: Fri, 25 Nov 2022 07:15:01 +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: 2c22fe1d-b988-4288-95c9-dd8a02103be7 X-Archives-Hash: 4fcdd12c1e8d584c4abaabfacd0460b6 commit: 24369ccc83e394a78ed7309ad3b40e5ba11e822b Author: Sam James gentoo org> AuthorDate: Fri Nov 25 07:14:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 25 07:14:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24369ccc dev-python/certifi: fix PythonGHDistfileSuffix Signed-off-by: Sam James gentoo.org> dev-python/certifi/Manifest | 1 + dev-python/certifi/certifi-3021.3.16-r3.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest index a8393e15ac40..d9394a48afdc 100644 --- a/dev-python/certifi/Manifest +++ b/dev-python/certifi/Manifest @@ -1 +1,2 @@ +DIST certifi-system-store-3021.3.16.gh.tar.gz 13784 BLAKE2B c0c2322fe298d363c4ef4dada2c0db8837bf7a32d86a7b54a1b45bb3dd3c99d732b2612f25495f4a59d9692f896e2b962e7057fa5fec9998724476db48f90c2a SHA512 44953ed8a3deb5fa4aff3f74afa557219e042acea395e9cdebfd26fd43ce0bdeca07c6b6dfe91977f88852e7674b94337b93c4d78fd2da6f47a6187fa46d6668 DIST certifi-system-store-3021.3.16.tar.gz 13784 BLAKE2B c0c2322fe298d363c4ef4dada2c0db8837bf7a32d86a7b54a1b45bb3dd3c99d732b2612f25495f4a59d9692f896e2b962e7057fa5fec9998724476db48f90c2a SHA512 44953ed8a3deb5fa4aff3f74afa557219e042acea395e9cdebfd26fd43ce0bdeca07c6b6dfe91977f88852e7674b94337b93c4d78fd2da6f47a6187fa46d6668 diff --git a/dev-python/certifi/certifi-3021.3.16-r3.ebuild b/dev-python/certifi/certifi-3021.3.16-r3.ebuild index a36a91db931b..ca1efe706415 100644 --- a/dev-python/certifi/certifi-3021.3.16-r3.ebuild +++ b/dev-python/certifi/certifi-3021.3.16-r3.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" " SRC_URI=" https://github.com/tiran/certifi-system-store/archive/v${PV}.tar.gz - -> ${MY_P}.tar.gz + -> ${MY_P}.gh.tar.gz " S=${WORKDIR}/${MY_P}