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 083FA15817D for ; Tue, 18 Jun 2024 16:57:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 612E4E2A43; Tue, 18 Jun 2024 16:57:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46FAAE2A43 for ; Tue, 18 Jun 2024 16:57:29 +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 583ED335DCD for ; Tue, 18 Jun 2024 16:57:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DFB01D25 for ; Tue, 18 Jun 2024 16:57:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1718729838.acd3090bf00f995894eaca5bb5a30e37ca5b5b1b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cookies/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cookies/cookies-2.2.1-r2.ebuild X-VCS-Directories: dev-python/cookies/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: acd3090bf00f995894eaca5bb5a30e37ca5b5b1b X-VCS-Branch: master Date: Tue, 18 Jun 2024 16:57:26 +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: e9978bb0-32d8-4d10-8e2e-5708234dc3fe X-Archives-Hash: 62224d92d9f96f1228ad37e95e6332fa commit: acd3090bf00f995894eaca5bb5a30e37ca5b5b1b Author: Michał Górny gentoo org> AuthorDate: Tue Jun 18 16:50:39 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 18 16:57:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd3090b dev-python/cookies: Clean PYTHON_COMPAT up Signed-off-by: Michał Górny gentoo.org> dev-python/cookies/cookies-2.2.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cookies/cookies-2.2.1-r2.ebuild b/dev-python/cookies/cookies-2.2.1-r2.ebuild index a4717cb3e10f..b8475354d243 100644 --- a/dev-python/cookies/cookies-2.2.1-r2.ebuild +++ b/dev-python/cookies/cookies-2.2.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10,11,12,13,13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi