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 E9EB6159C9B for ; Sat, 10 Aug 2024 07:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43F372BC19B; Sat, 10 Aug 2024 07:25:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2DF582BC19B for ; Sat, 10 Aug 2024 07:25:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B58033C84E for ; Sat, 10 Aug 2024 07:25:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 139891ECD for ; Sat, 10 Aug 2024 07:25:28 +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: <1723274707.0702da5e3ed0c9957193af47bd058846f4ade8d9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.1.ebuild X-VCS-Directories: dev-python/pytest-lazy-fixtures/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0702da5e3ed0c9957193af47bd058846f4ade8d9 X-VCS-Branch: master Date: Sat, 10 Aug 2024 07:25:28 +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: 32ea1396-0fe9-4e66-a2d1-1f218ccf424d X-Archives-Hash: b1d20cf911277fd1d750dba9f3e531c9 commit: 0702da5e3ed0c9957193af47bd058846f4ade8d9 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 10 07:24:17 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 10 07:25:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0702da5e dev-python/pytest-lazy-fixtures: Stabilize 1.1.1 ALLARCHES, #937665 Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.1.ebuild b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.1.ebuild index 507bf3099c3d..e789a3c23d78 100644 --- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.1.ebuild +++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv ~s390 sparc x86" RDEPEND=" >=dev-python/pytest-7[${PYTHON_USEDEP}]