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 05DF7139694 for ; Thu, 20 Apr 2017 09:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76314E0C13; Thu, 20 Apr 2017 09:18:22 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5551FE0C13 for ; Thu, 20 Apr 2017 09:18:22 +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 3AEA9341586 for ; Thu, 20 Apr 2017 09:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82174743A for ; Thu, 20 Apr 2017 09:18:19 +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: <1492679894.9a65c692194aee6d00681649913934488225dfd0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/URLObject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/URLObject/URLObject-2.4.2-r1.ebuild X-VCS-Directories: dev-python/URLObject/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9a65c692194aee6d00681649913934488225dfd0 X-VCS-Branch: master Date: Thu, 20 Apr 2017 09:18:19 +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-Archives-Salt: a91f2972-0de0-4266-b660-a8ac141134de X-Archives-Hash: a20d7b38c059146ea85c5d971aa81e3a commit: 9a65c692194aee6d00681649913934488225dfd0 Author: Michał Górny gentoo org> AuthorDate: Thu Apr 20 09:16:26 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 20 09:18:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a65c692 dev-python/URLObject: Tested on py3.5 & py3.6 dev-python/URLObject/URLObject-2.4.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/URLObject/URLObject-2.4.2-r1.ebuild b/dev-python/URLObject/URLObject-2.4.2-r1.ebuild index 1e98b597b70..a1fa7caa07b 100644 --- a/dev-python/URLObject/URLObject-2.4.2-r1.ebuild +++ b/dev-python/URLObject/URLObject-2.4.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1