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 B9CA1158012 for ; Thu, 23 Sep 2021 08:16:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A59D0E097C; Thu, 23 Sep 2021 08:16:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A799E097B for ; Thu, 23 Sep 2021 08:16:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DF0D342CD3 for ; Thu, 23 Sep 2021 08:16:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D41D11F for ; Thu, 23 Sep 2021 08:16:31 +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: <1632384983.c7c2cf558e43ba996419513ef275c73f7f319800.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c7c2cf558e43ba996419513ef275c73f7f319800 X-VCS-Branch: master Date: Thu, 23 Sep 2021 08:16:31 +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: fe3eeb21-2070-49df-9f21-06bb4da5b920 X-Archives-Hash: d724ba78b0b1a02dba36deaac6b35020 commit: c7c2cf558e43ba996419513ef275c73f7f319800 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 23 07:01:40 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 23 08:16:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c2cf55 package.mask: Last rite dev-python/python-jwt Bug: https://bugs.gentoo.org/814449 Signed-off-by: Michał Górny gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index be6f5830ad5..750f7e68774 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Michał Górny (2021-09-23) +# Ancient version from 2016 that collides with dev-python/pyjwt. +# Never bumped by the maintainer. The only revdep turned out to be +# false positive. +# Removal on 2021-10-23. Bug #814449. +dev-python/python-jwt + # Louis Sautier (2021-09-19) # Last release in 2019, no reverse dependencies. # dev-python/isort provides similar functionality.