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 AF6E31382C5 for ; Sat, 9 Jan 2021 19:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91E43E0866; Sat, 9 Jan 2021 19:06:24 +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 760ABE0866 for ; Sat, 9 Jan 2021 19:06:24 +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 5EE67341096 for ; Sat, 9 Jan 2021 19:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BECA7476 for ; Sat, 9 Jan 2021 19:06:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1610219115.047efeb00490fad08dc7c5b306311e22a8c9bcff.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-compress/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-compress/flask-compress-1.8.0.ebuild X-VCS-Directories: dev-python/flask-compress/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 047efeb00490fad08dc7c5b306311e22a8c9bcff X-VCS-Branch: master Date: Sat, 9 Jan 2021 19:06:21 +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: 195879d9-3b31-45ad-b641-b97cead9e8ba X-Archives-Hash: 9e84f009c56ec592248b12aee8b3af31 commit: 047efeb00490fad08dc7c5b306311e22a8c9bcff Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 9 17:00:06 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 9 19:05:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047efeb0 dev-python/flask-compress: python3_9 Tests passed. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/flask-compress/flask-compress-1.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/flask-compress/flask-compress-1.8.0.ebuild b/dev-python/flask-compress/flask-compress-1.8.0.ebuild index 3300d592a1d..9c9aa69fb45 100644 --- a/dev-python/flask-compress/flask-compress-1.8.0.ebuild +++ b/dev-python/flask-compress/flask-compress-1.8.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_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1