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 14A10138334 for ; Tue, 15 Oct 2019 15:58:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62C9CE0891; Tue, 15 Oct 2019 15:58:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4E52FE0891 for ; Tue, 15 Oct 2019 15:58:33 +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 40FA434BE40 for ; Tue, 15 Oct 2019 15:58:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6596488C for ; Tue, 15 Oct 2019 15:58:29 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1571155073.c2c30a44d071bdcf92adf0526a3e4325052c0e40.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp-cors/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild X-VCS-Directories: dev-python/aiohttp-cors/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: c2c30a44d071bdcf92adf0526a3e4325052c0e40 X-VCS-Branch: master Date: Tue, 15 Oct 2019 15:58:29 +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: 648fafc7-4b01-44a1-a98c-2fc8d54ecf39 X-Archives-Hash: f7067e92d9406babbb4f2563fcfd8ee2 commit: c2c30a44d071bdcf92adf0526a3e4325052c0e40 Author: Craig Andrews gentoo org> AuthorDate: Sun Oct 13 20:45:57 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Oct 15 15:57:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c30a44 dev-python/aiohttp-cors: Python 3.7 compatibility Closes: https://bugs.gentoo.org/691856 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild b/dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild index 2ef943a0aea..e5b671ad5b8 100644 --- a/dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild +++ b/dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1