From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1256774-garchives=archives.gentoo.org@lists.gentoo.org>
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 0325A1382C5
	for <garchives@archives.gentoo.org>; Tue,  2 Mar 2021 08:40:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7C034E0B99;
	Tue,  2 Mar 2021 08:40:41 +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 650D5E0B99
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Mar 2021 08:40:41 +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 EF7863411E3
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Mar 2021 08:40:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 53478591
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Mar 2021 08:40:37 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1614674414.8b79cd60a628e8e5d955f62a3f5bde9be0949a1d.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cookiecutter/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/cookiecutter/cookiecutter-1.7.2-r1.ebuild dev-util/cookiecutter/cookiecutter-1.7.2.ebuild
X-VCS-Directories: dev-util/cookiecutter/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 8b79cd60a628e8e5d955f62a3f5bde9be0949a1d
X-VCS-Branch: master
Date: Tue,  2 Mar 2021 08:40:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7fa98260-0c5f-4e28-9cbb-13317be5f8f8
X-Archives-Hash: 1fed4ff63bee282262e782569e382f47

commit:     8b79cd60a628e8e5d955f62a3f5bde9be0949a1d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  2 08:04:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  2 08:40:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b79cd60

dev-util/cookiecutter: add Python 3.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cookiecutter/cookiecutter-1.7.2-r1.ebuild | 4 ++--
 dev-util/cookiecutter/cookiecutter-1.7.2.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/cookiecutter/cookiecutter-1.7.2-r1.ebuild b/dev-util/cookiecutter/cookiecutter-1.7.2-r1.ebuild
index 104ee534e25..76cf3a79b5f 100644
--- a/dev-util/cookiecutter/cookiecutter-1.7.2-r1.ebuild
+++ b/dev-util/cookiecutter/cookiecutter-1.7.2-r1.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..9} )
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 inherit distutils-r1

diff --git a/dev-util/cookiecutter/cookiecutter-1.7.2.ebuild b/dev-util/cookiecutter/cookiecutter-1.7.2.ebuild
index 3abdb8efc7b..5d5b9f4e3a6 100644
--- a/dev-util/cookiecutter/cookiecutter-1.7.2.ebuild
+++ b/dev-util/cookiecutter/cookiecutter-1.7.2.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..9} )
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 inherit distutils-r1