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 A82591382C5 for ; Tue, 30 Jun 2020 19:19:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0663E0919; Tue, 30 Jun 2020 19:19:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CD477E0919 for ; Tue, 30 Jun 2020 19:19:56 +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 CEEA334F13D for ; Tue, 30 Jun 2020 19:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8592A27F for ; Tue, 30 Jun 2020 19:19:50 +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: <1593543412.20f50ce0c7c897363db12e11cd6a293cb6e0b489.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.5.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 20f50ce0c7c897363db12e11cd6a293cb6e0b489 X-VCS-Branch: dev Date: Tue, 30 Jun 2020 19:19:50 +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: 978ffcc9-1f75-45da-a262-f099b48f5635 X-Archives-Hash: 303ebdb62c788bedc390a89672138056 commit: 20f50ce0c7c897363db12e11cd6a293cb6e0b489 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jun 30 18:56:52 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jun 30 18:56:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20f50ce0 dev-python/uvicorn: drop py3_6 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/uvicorn/uvicorn-0.11.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/uvicorn/uvicorn-0.11.5.ebuild b/dev-python/uvicorn/uvicorn-0.11.5.ebuild index 1598187..605377a 100644 --- a/dev-python/uvicorn/uvicorn-0.11.5.ebuild +++ b/dev-python/uvicorn/uvicorn-0.11.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) DISTUTILS_USE_SETUPTOOLS=rdepend 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 01B641382C5 for ; Tue, 30 Jun 2020 19:43:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B68EDE09C2; Tue, 30 Jun 2020 19:43:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A0517E09C2 for ; Tue, 30 Jun 2020 19:43:45 +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 1E1D534F2E8 for ; Tue, 30 Jun 2020 19:43:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4855F2D0 for ; Tue, 30 Jun 2020 19:43:41 +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: <1593543412.20f50ce0c7c897363db12e11cd6a293cb6e0b489.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/uvicorn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/uvicorn/uvicorn-0.11.5.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 20f50ce0c7c897363db12e11cd6a293cb6e0b489 X-VCS-Branch: master Date: Tue, 30 Jun 2020 19:43:41 +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: a44cbd45-0afe-48a3-8862-3899e22e0afa X-Archives-Hash: f8b19bc93ed6c19c5025c23482901af0 Message-ID: <20200630194341.L1tLjP1Y6-RwQOyQ5ZeCZ0ICFayQKzlmOAphg-VfJjM@z> commit: 20f50ce0c7c897363db12e11cd6a293cb6e0b489 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jun 30 18:56:52 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jun 30 18:56:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20f50ce0 dev-python/uvicorn: drop py3_6 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/uvicorn/uvicorn-0.11.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/uvicorn/uvicorn-0.11.5.ebuild b/dev-python/uvicorn/uvicorn-0.11.5.ebuild index 1598187..605377a 100644 --- a/dev-python/uvicorn/uvicorn-0.11.5.ebuild +++ b/dev-python/uvicorn/uvicorn-0.11.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) DISTUTILS_USE_SETUPTOOLS=rdepend