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 1568E139694 for ; Mon, 27 Feb 2017 17:10:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 550E0E0C78; Mon, 27 Feb 2017 17:10:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 33C4EE0C78 for ; Mon, 27 Feb 2017 17:10:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C94F0340EE8 for ; Mon, 27 Feb 2017 17:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B2E65699 for ; Mon, 27 Feb 2017 17:10:10 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1488215363.7cd70c90fc31e587d7a6985243c7acfaf9d24f59.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/defusedxml/defusedxml-0.5.0.ebuild X-VCS-Directories: dev-python/defusedxml/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7cd70c90fc31e587d7a6985243c7acfaf9d24f59 X-VCS-Branch: master Date: Mon, 27 Feb 2017 17:10:10 +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: 1268271e-8a61-4214-bb20-5eeb4efee8f2 X-Archives-Hash: ca280d933660038c5e6972a3e3755e47 commit: 7cd70c90fc31e587d7a6985243c7acfaf9d24f59 Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 27 15:46:19 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 27 17:09:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd70c90 dev-python/defusedxml: Add python 3.6 support Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild b/dev-python/defusedxml/defusedxml-0.5.0.ebuild index 243807fe91..cc340d92da 100644 --- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild +++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1