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 AB6A713835A for ; Fri, 14 Aug 2020 18:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8CCEE0839; Fri, 14 Aug 2020 18:20:42 +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 C06EEE0839 for ; Fri, 14 Aug 2020 18:20:42 +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 5EB4634F09D for ; Fri, 14 Aug 2020 18:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AA0331B 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: <1597427532.3ab99807121cdef14ab2ebb36b99719f06f262cc.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-toolbox/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild X-VCS-Directories: dev-python/pytest-toolbox/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3ab99807121cdef14ab2ebb36b99719f06f262cc 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: ef739def-a2c7-4d8d-8896-d6ad67ebf5c8 X-Archives-Hash: 8d392bdbc919e39e653aedbe00c9164f commit: 3ab99807121cdef14ab2ebb36b99719f06f262cc Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Aug 14 17:52:12 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Aug 14 17:52:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ab99807 dev-python/pytest-toolbox: add py3.8 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild index 8a85945..f143db6 100644 --- a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild +++ b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{7,8} ) 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 2E70D138359 for ; Fri, 14 Aug 2020 18:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00760E0839; Fri, 14 Aug 2020 18:35:11 +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 DB68EE0839 for ; Fri, 14 Aug 2020 18:35:10 +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 DC70434F33A for ; Fri, 14 Aug 2020 18:35:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FD3331B for ; Fri, 14 Aug 2020 18:35:08 +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: <1597427532.3ab99807121cdef14ab2ebb36b99719f06f262cc.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-toolbox/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild X-VCS-Directories: dev-python/pytest-toolbox/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3ab99807121cdef14ab2ebb36b99719f06f262cc X-VCS-Branch: master Date: Fri, 14 Aug 2020 18:35:08 +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: fdd7207c-2c4e-4226-a676-b19c495876e1 X-Archives-Hash: 8ea53bd53c7aff2abfde95959b99770f Message-ID: <20200814183508.JA4DIjNr3D7I-hRRPCCYhC15lm_5CZSKODcUVaIRSgs@z> commit: 3ab99807121cdef14ab2ebb36b99719f06f262cc Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Aug 14 17:52:12 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Aug 14 17:52:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ab99807 dev-python/pytest-toolbox: add py3.8 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild index 8a85945..f143db6 100644 --- a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild +++ b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend