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 0425A139083 for ; Fri, 17 Mar 2017 19:59:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E85F21C094; Fri, 17 Mar 2017 19:59:23 +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 E510121C094 for ; Fri, 17 Mar 2017 19:59: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF477341130 for ; Fri, 17 Mar 2017 19:59:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EE6A6AEB for ; Fri, 17 Mar 2017 19:59:20 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1489780756.7b850ec631c8311b2b96b5bc14a58d1cb0a4c8c8.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauth2client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oauth2client/oauth2client-2.0.1.ebuild dev-python/oauth2client/oauth2client-2.0.2.ebuild dev-python/oauth2client/oauth2client-2.1.0.ebuild dev-python/oauth2client/oauth2client-2.2.0.ebuild X-VCS-Directories: dev-python/oauth2client/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 7b850ec631c8311b2b96b5bc14a58d1cb0a4c8c8 X-VCS-Branch: master Date: Fri, 17 Mar 2017 19:59:20 +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: cdeae06f-4c6f-45a1-996a-88c4b820df0a X-Archives-Hash: 6f74fdc982e369c4246d92e4c54b6a72 commit: 7b850ec631c8311b2b96b5bc14a58d1cb0a4c8c8 Author: Zac Medico gentoo org> AuthorDate: Fri Mar 17 19:49:39 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Mar 17 19:59:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b850ec6 dev-python/oauth2client: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/oauth2client/oauth2client-2.0.1.ebuild | 2 +- dev-python/oauth2client/oauth2client-2.0.2.ebuild | 4 ++-- dev-python/oauth2client/oauth2client-2.1.0.ebuild | 4 ++-- dev-python/oauth2client/oauth2client-2.2.0.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-python/oauth2client/oauth2client-2.0.1.ebuild b/dev-python/oauth2client/oauth2client-2.0.1.ebuild index b04365c1590..275a95588e9 100644 --- a/dev-python/oauth2client/oauth2client-2.0.1.ebuild +++ b/dev-python/oauth2client/oauth2client-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) inherit distutils-r1 diff --git a/dev-python/oauth2client/oauth2client-2.0.2.ebuild b/dev-python/oauth2client/oauth2client-2.0.2.ebuild index ccf53013947..d8a566df77f 100644 --- a/dev-python/oauth2client/oauth2client-2.0.2.ebuild +++ b/dev-python/oauth2client/oauth2client-2.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) inherit distutils-r1 diff --git a/dev-python/oauth2client/oauth2client-2.1.0.ebuild b/dev-python/oauth2client/oauth2client-2.1.0.ebuild index 0e168f50473..95a85729085 100644 --- a/dev-python/oauth2client/oauth2client-2.1.0.ebuild +++ b/dev-python/oauth2client/oauth2client-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) inherit distutils-r1 diff --git a/dev-python/oauth2client/oauth2client-2.2.0.ebuild b/dev-python/oauth2client/oauth2client-2.2.0.ebuild index 0e168f50473..95a85729085 100644 --- a/dev-python/oauth2client/oauth2client-2.2.0.ebuild +++ b/dev-python/oauth2client/oauth2client-2.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) inherit distutils-r1