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 E08C113835A for ; Sat, 27 Feb 2021 21:39:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27FBFE0959; Sat, 27 Feb 2021 21:39:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0F2D7E0959 for ; Sat, 27 Feb 2021 21:39:50 +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 E78EE34113D for ; Sat, 27 Feb 2021 21:39:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24CD156F for ; Sat, 27 Feb 2021 21:39:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614461963.c87e49340b353fdfdbf74f6c0d0cbac170dec4b8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-oauthlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild X-VCS-Directories: dev-python/requests-oauthlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c87e49340b353fdfdbf74f6c0d0cbac170dec4b8 X-VCS-Branch: master Date: Sat, 27 Feb 2021 21:39:46 +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: 41db13b9-d957-4f81-80de-a832576317dc X-Archives-Hash: 85668b42ba2faa943801b11d8c373cdf commit: c87e49340b353fdfdbf74f6c0d0cbac170dec4b8 Author: Sam James gentoo org> AuthorDate: Sat Feb 27 21:26:38 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 21:39:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87e4934 dev-python/requests-oauthlib: add Python 3.9 Signed-off-by: Sam James gentoo.org> dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild b/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild index 1e668c35d7d..b3518a21213 100644 --- a/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild +++ b/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1