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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89ED115806E for ; Tue, 23 May 2023 20:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5FFE0923; Tue, 23 May 2023 20:21:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86425E0923 for ; Tue, 23 May 2023 20:21:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B0CD33D4A6 for ; Tue, 23 May 2023 20:21:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB3378E4 for ; Tue, 23 May 2023 20:21:01 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1684873246.3ba0af3a4a99f9cf35a4f321ab48ade53aff3bd0.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-flask/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-flask/pytest-flask-1.2.0.ebuild X-VCS-Directories: dev-python/pytest-flask/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3ba0af3a4a99f9cf35a4f321ab48ade53aff3bd0 X-VCS-Branch: dev Date: Tue, 23 May 2023 20:21:01 +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: c1b8f047-4452-46fd-8207-62b8e02e5cc5 X-Archives-Hash: d928554f958952228422f37054dfa427 commit: 3ba0af3a4a99f9cf35a4f321ab48ade53aff3bd0 Author: David Roman gmail com> AuthorDate: Tue May 23 20:20:46 2023 +0000 Commit: David Roman gmail com> CommitDate: Tue May 23 20:20:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ba0af3a dev-python/pytest-flask: enable py3.11 and disable py3.10 Closes: https://bugs.gentoo.org/897550 Signed-off-by: David Roman gmail.com> dev-python/pytest-flask/pytest-flask-1.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild index 13396d3e0..d531ed3b8 100644 --- a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild +++ b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 pypy3 ) +PYTHON_COMPAT=( python3_11 pypy3 ) inherit distutils-r1 DESCRIPTION="A set of pytest fixtures to test Flask applications "