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 7C1BE1382C5 for ; Tue, 30 Jun 2020 19:43:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE3DE09BD; 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 97668E09BD 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 29FF634F2EB 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 5AD422D1 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: <1593543487.e1306dd45aa16b0e55559ca9acfdca5115bdf4d9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-sanic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild X-VCS-Directories: dev-python/pytest-sanic/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e1306dd45aa16b0e55559ca9acfdca5115bdf4d9 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: 97b4edd8-bbdf-4dd9-89b6-c13d5f185c5c X-Archives-Hash: bf652675c680bc097d00451ca8aec26c commit: e1306dd45aa16b0e55559ca9acfdca5115bdf4d9 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jun 30 18:58:07 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jun 30 18:58:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1306dd4 dev-python/pytest-sanic: drop py3_6 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild b/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild index bf36833..ec16cbb 100644 --- a/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild +++ b/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild @@ -4,7 +4,7 @@ EAPI="7" DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 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 2E3F61382C5 for ; Tue, 30 Jun 2020 19:19:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 460E6E08FF; Tue, 30 Jun 2020 19:19:53 +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 29C33E08FF for ; Tue, 30 Jun 2020 19:19:53 +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 EF33534F13D for ; Tue, 30 Jun 2020 19:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ED712BE 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: <1593543487.e1306dd45aa16b0e55559ca9acfdca5115bdf4d9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-sanic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild X-VCS-Directories: dev-python/pytest-sanic/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e1306dd45aa16b0e55559ca9acfdca5115bdf4d9 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: d01886ff-fedc-4f41-ad86-67e0f2e6707c X-Archives-Hash: 54aed15a3fc189c45628e4c379a06791 Message-ID: <20200630191950.QaqMr1P7a24Q6tsxs4najuRr9uifEgfB8--QdUhlGw8@z> commit: e1306dd45aa16b0e55559ca9acfdca5115bdf4d9 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jun 30 18:58:07 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jun 30 18:58:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1306dd4 dev-python/pytest-sanic: drop py3_6 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild b/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild index bf36833..ec16cbb 100644 --- a/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild +++ b/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild @@ -4,7 +4,7 @@ EAPI="7" DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1