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 12E9F1382C5 for ; Fri, 26 Feb 2021 00:44:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41BECE0933; Fri, 26 Feb 2021 00:44:24 +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 24220E0933 for ; Fri, 26 Feb 2021 00:44:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5F6F3341029 for ; Fri, 26 Feb 2021 00:44:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4B97531 for ; Fri, 26 Feb 2021 00:44:20 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1614300182.bc698c5b5921846b75f229a6f842a047e949e1e7.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/logutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/logutils/logutils-0.3.5.ebuild X-VCS-Directories: dev-python/logutils/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: bc698c5b5921846b75f229a6f842a047e949e1e7 X-VCS-Branch: master Date: Fri, 26 Feb 2021 00:44:20 +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: c17c5101-da93-4a96-864f-fb0a421d9ae3 X-Archives-Hash: 9c60f372eb5c026d1db8910d48056c2c commit: bc698c5b5921846b75f229a6f842a047e949e1e7 Author: Patrick McLean sony com> AuthorDate: Thu Feb 25 23:03:17 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Feb 26 00:43:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc698c5b dev-python/logutils-0.3.5: Add py39 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> dev-python/logutils/logutils-0.3.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/logutils/logutils-0.3.5.ebuild b/dev-python/logutils/logutils-0.3.5.ebuild index 54afb491434..d64fc314ed7 100644 --- a/dev-python/logutils/logutils-0.3.5.ebuild +++ b/dev-python/logutils/logutils-0.3.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1