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 B1730138350 for ; Sun, 3 May 2020 16:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C12D0E092C; Sun, 3 May 2020 16:40:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A5684E092C for ; Sun, 3 May 2020 16:40:23 +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 2DFA634F4DA for ; Sun, 3 May 2020 16:40:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC2321DD for ; Sun, 3 May 2020 16:40:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588524002.cae4815901737b988516d78f3e6ac7216e2aca1c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter/jupyter-1.0.0-r2.ebuild X-VCS-Directories: dev-python/jupyter/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cae4815901737b988516d78f3e6ac7216e2aca1c X-VCS-Branch: master Date: Sun, 3 May 2020 16:40: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: 3dcb87a2-c899-47d3-b1b3-03ee0f64b54e X-Archives-Hash: a02dcae26b63dc697a958bd1df2d21fc commit: cae4815901737b988516d78f3e6ac7216e2aca1c Author: Nicholas Meyer gmail com> AuthorDate: Sun May 3 05:01:07 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 3 16:40:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae48159 dev-python/jupyter: add python3_7 to PYTHON_COMPAT Closes: https://bugs.gentoo.org/719010 Signed-off-by: Nicholas Meyer gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15627 Signed-off-by: Michał Górny gentoo.org> dev-python/jupyter/jupyter-1.0.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild index 32ada3178ba..e2261ab869e 100644 --- a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild +++ b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1