From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1145466-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 A750C138350
	for <garchives@archives.gentoo.org>; Tue, 11 Feb 2020 20:10:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CF1B0E08B1;
	Tue, 11 Feb 2020 20:10:57 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 ABF1FE08B1
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Feb 2020 20:10:57 +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 716FB34EBAD
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Feb 2020 20:10:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F1C212F
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Feb 2020 20:10:54 +0000 (UTC)
From: "William Hubbs" <williamh@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, "William Hubbs" <williamh@gentoo.org>
Message-ID: <1581451835.6e59af278bbf64a9e0f0dbcfb46d39c621a496cf.williamh@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cors-headers/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild
X-VCS-Directories: dev-python/django-cors-headers/
X-VCS-Committer: williamh
X-VCS-Committer-Name: William Hubbs
X-VCS-Revision: 6e59af278bbf64a9e0f0dbcfb46d39c621a496cf
X-VCS-Branch: master
Date: Tue, 11 Feb 2020 20:10:54 +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: 4f775f4b-5d82-48a9-9bea-b442ece28726
X-Archives-Hash: 674ca522c94efccf6725306edc3697ae

commit:     6e59af278bbf64a9e0f0dbcfb46d39c621a496cf
Author:     William Hubbs <william.hubbs <AT> sony <DOT> com>
AuthorDate: Tue Feb 11 18:41:17 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 20:10:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e59af27

django-cors-headers: add python3_8

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild
index 77307b63a59..10c82874d7e 100644
--- a/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild
+++ b/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 inherit distutils-r1
 
 DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses"