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 EE2D7138334 for ; Tue, 3 Dec 2019 05:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 412C8E0837; Tue, 3 Dec 2019 05:06:33 +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 27B73E0837 for ; Tue, 3 Dec 2019 05:06: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 5DAEC34D6C1 for ; Tue, 3 Dec 2019 05:06:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98F6A8D0 for ; Tue, 3 Dec 2019 05:06:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1575349567.07e4539608fdbd0af0a6ffd3f26e8485c91d4e76.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mimeparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mimeparse/mimeparse-1.6.0.ebuild X-VCS-Directories: dev-python/mimeparse/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 07e4539608fdbd0af0a6ffd3f26e8485c91d4e76 X-VCS-Branch: master Date: Tue, 3 Dec 2019 05:06: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: f7b7f671-4a52-4067-9211-db73c8f7f23e X-Archives-Hash: 11a3f9933fb60d556db90ca9983ddaab commit: 07e4539608fdbd0af0a6ffd3f26e8485c91d4e76 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 2 21:34:21 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 3 05:06:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e45396 dev-python/mimeparse: python3_8 Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/mimeparse/mimeparse-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mimeparse/mimeparse-1.6.0.ebuild b/dev-python/mimeparse/mimeparse-1.6.0.ebuild index bea69ff142c..ef4d89d8534 100644 --- a/dev-python/mimeparse/mimeparse-1.6.0.ebuild +++ b/dev-python/mimeparse/mimeparse-1.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1