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 75F4413832E for ; Fri, 12 Aug 2016 17:49:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EFB921C1F3; Fri, 12 Aug 2016 17:49:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9642621C1F3 for ; Fri, 12 Aug 2016 17:49:10 +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 34AA0340BFA for ; Fri, 12 Aug 2016 17:49:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABA1C2453 for ; Fri, 12 Aug 2016 17:49:06 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1471023987.08ebd2c7090fc50d44ed11d87f2c0f19938eaa7c.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-toolbelt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild X-VCS-Directories: dev-python/requests-toolbelt/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 08ebd2c7090fc50d44ed11d87f2c0f19938eaa7c X-VCS-Branch: master Date: Fri, 12 Aug 2016 17:49:06 +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: 0bd0ea17-a772-4346-88ec-237dd9cbde33 X-Archives-Hash: 5587f79f947ecc12b3497c83ac7900f3 commit: 08ebd2c7090fc50d44ed11d87f2c0f19938eaa7c Author: Amy Winston gentoo org> AuthorDate: Fri Aug 12 17:46:27 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Fri Aug 12 17:46:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ebd2c7 dev-python/requests-toolbelt: add python 3.5 bug #591038 Package-Manager: portage-2.2.28 dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild index 3df2c62..4237302 100644 --- a/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild +++ b/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1