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 87615138350 for ; Tue, 11 Feb 2020 20:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3CA0E08EC; Tue, 11 Feb 2020 20:10:58 +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 60E96E08CE for ; Tue, 11 Feb 2020 20:10:58 +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 D9B7934EBAF for ; Tue, 11 Feb 2020 20:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5FF7133 for ; Tue, 11 Feb 2020 20:10:54 +0000 (UTC) From: "William Hubbs" 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" Message-ID: <1581451835.70210a8778ff68550c5615f8ea402a2ce8469a63.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-filter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-filter/django-filter-2.2.0.ebuild X-VCS-Directories: dev-python/django-filter/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 70210a8778ff68550c5615f8ea402a2ce8469a63 X-VCS-Branch: master Date: Tue, 11 Feb 2020 20:10:54 +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: 99c8b166-9b89-4f55-b1d8-88ad022ce736 X-Archives-Hash: 42933ea067088d40b83a32d4396a7dc1 commit: 70210a8778ff68550c5615f8ea402a2ce8469a63 Author: William Hubbs sony com> AuthorDate: Tue Feb 11 18:46:11 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Feb 11 20:10:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70210a87 dev-python/django-filter: add python3_8 Signed-off-by: William Hubbs gentoo.org> dev-python/django-filter/django-filter-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django-filter/django-filter-2.2.0.ebuild b/dev-python/django-filter/django-filter-2.2.0.ebuild index bec056b673e..1d41d0e0e70 100644 --- a/dev-python/django-filter/django-filter-2.2.0.ebuild +++ b/dev-python/django-filter/django-filter-2.2.0.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 allowing declarative dynamic QuerySet filtering from URL parameters"