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 46C4613835A for ; Sun, 18 Oct 2020 03:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A72C4E098F; Sun, 18 Oct 2020 03:48:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 88F2BE098F for ; Sun, 18 Oct 2020 03:48:25 +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 88F76340FA8 for ; Sun, 18 Oct 2020 03:48:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C55803AB for ; Sun, 18 Oct 2020 03:48:21 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1602992884.6d9c1bcbe4bd3ffd93bd8a20f444c5973142af3d.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tenacity/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tenacity/tenacity-6.2.0.ebuild X-VCS-Directories: dev-python/tenacity/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 6d9c1bcbe4bd3ffd93bd8a20f444c5973142af3d X-VCS-Branch: master Date: Sun, 18 Oct 2020 03:48:21 +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: 80b98848-011a-48bd-9bd3-4b0172341a07 X-Archives-Hash: 539d688271354e701d72714faf0251d8 commit: 6d9c1bcbe4bd3ffd93bd8a20f444c5973142af3d Author: Matthew Thode gentoo org> AuthorDate: Sun Oct 18 03:17:29 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Oct 18 03:48:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9c1bcb dev-python/tenacity: 6.2.0 add py38 support Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> dev-python/tenacity/tenacity-6.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tenacity/tenacity-6.2.0.ebuild b/dev-python/tenacity/tenacity-6.2.0.ebuild index 33a571a754a..803af6847ec 100644 --- a/dev-python/tenacity/tenacity-6.2.0.ebuild +++ b/dev-python/tenacity/tenacity-6.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1