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 7B3A9138334 for ; Wed, 10 Apr 2019 22:44:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8E04E08C2; Wed, 10 Apr 2019 22:44:07 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8ADFAE08BD for ; Wed, 10 Apr 2019 22:44:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 59BAD340CC0 for ; Wed, 10 Apr 2019 22:44:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 393105BF for ; Wed, 10 Apr 2019 22:44:02 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1554936222.edaf993f4539ac884e8b74ff544760bddcaad749.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/google-auth/google-auth-1.0.1.ebuild dev-python/google-auth/google-auth-1.4.1.ebuild X-VCS-Directories: dev-python/google-auth/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: edaf993f4539ac884e8b74ff544760bddcaad749 X-VCS-Branch: master Date: Wed, 10 Apr 2019 22:44:02 +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: 4128cabc-00bc-4e61-a6de-a211047ab11d X-Archives-Hash: 4cb9dfa2e93f57a29815b49a3a2e06c9 commit: edaf993f4539ac884e8b74ff544760bddcaad749 Author: Matthew Thode gentoo org> AuthorDate: Wed Apr 10 22:31:50 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Apr 10 22:43:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edaf993f dev-python/google-auth: add py37 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> dev-python/google-auth/google-auth-1.0.1.ebuild | 4 ++-- dev-python/google-auth/google-auth-1.4.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/google-auth/google-auth-1.0.1.ebuild b/dev-python/google-auth/google-auth-1.0.1.ebuild index 2564d6ef7f2..776b797abb6 100644 --- a/dev-python/google-auth/google-auth-1.0.1.ebuild +++ b/dev-python/google-auth/google-auth-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1 diff --git a/dev-python/google-auth/google-auth-1.4.1.ebuild b/dev-python/google-auth/google-auth-1.4.1.ebuild index 6ae35798ebd..59c5587cf0f 100644 --- a/dev-python/google-auth/google-auth-1.4.1.ebuild +++ b/dev-python/google-auth/google-auth-1.4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1