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 DE2A6138359 for ; Fri, 14 Aug 2020 18:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACC5FE084A; Fri, 14 Aug 2020 18:20:43 +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 8B7ACE084A for ; Fri, 14 Aug 2020 18:20:43 +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 ED7D134F0DC for ; Fri, 14 Aug 2020 18:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F3C1320 for ; Fri, 14 Aug 2020 18:20:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1597427881.d69b1c4a8c635fc8fd8109f8a91ab13993771f82.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/uvicorn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/uvicorn/uvicorn-0.11.8.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d69b1c4a8c635fc8fd8109f8a91ab13993771f82 X-VCS-Branch: dev Date: Fri, 14 Aug 2020 18:20:33 +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: fdaeb4a5-4462-4bef-be6c-265bb23b3a51 X-Archives-Hash: d1e1116676198bda32a5a5592b5b78be Message-ID: <20200814182033.vi9es3v1i_MRZ04ueApUBDmhp8BJlgcUgSuAMHH2XZY@z> commit: d69b1c4a8c635fc8fd8109f8a91ab13993771f82 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Aug 14 17:58:01 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Aug 14 17:58:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d69b1c4a dev-python/uvicorn: add py3.8 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/uvicorn/uvicorn-0.11.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/uvicorn/uvicorn-0.11.8.ebuild b/dev-python/uvicorn/uvicorn-0.11.8.ebuild index 5b595c1..bb634d4 100644 --- a/dev-python/uvicorn/uvicorn-0.11.8.ebuild +++ b/dev-python/uvicorn/uvicorn-0.11.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend