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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 797C7158064 for ; Fri, 10 May 2024 07:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFFCA2BC014; Fri, 10 May 2024 07:45:38 +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 9C25E2BC014 for ; Fri, 10 May 2024 07:45:38 +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 9F9BF343060 for ; Fri, 10 May 2024 07:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12F78B27 for ; Fri, 10 May 2024 07:45:36 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1715327133.2e606379a63eb1a2a8a5034c73aca8f46a259aff.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/razer-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/razer-cli/razer-cli-2.2.0-r1.ebuild sys-apps/razer-cli/razer-cli-2.2.0.ebuild sys-apps/razer-cli/razer-cli-2.2.1-r1.ebuild sys-apps/razer-cli/razer-cli-2.2.1.ebuild X-VCS-Directories: sys-apps/razer-cli/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 2e606379a63eb1a2a8a5034c73aca8f46a259aff X-VCS-Branch: master Date: Fri, 10 May 2024 07:45:36 +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: 5566d6c0-6f6c-4bfe-9244-90615aa33ab8 X-Archives-Hash: 75c6948863843f751103cb2819e35af2 commit: 2e606379a63eb1a2a8a5034c73aca8f46a259aff Author: Maciej Barć gentoo org> AuthorDate: Fri May 10 07:23:22 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri May 10 07:45:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e606379 sys-apps/razer-cli: bump Python compat to py3.12, drop py3.9 Signed-off-by: Maciej Barć gentoo.org> .../razer-cli/{razer-cli-2.2.0.ebuild => razer-cli-2.2.0-r1.ebuild} | 4 ++-- .../razer-cli/{razer-cli-2.2.1.ebuild => razer-cli-2.2.1-r1.ebuild} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/razer-cli/razer-cli-2.2.0.ebuild b/sys-apps/razer-cli/razer-cli-2.2.0-r1.ebuild similarity index 91% rename from sys-apps/razer-cli/razer-cli-2.2.0.ebuild rename to sys-apps/razer-cli/razer-cli-2.2.0-r1.ebuild index 8c9929f1801b..5c523710f54b 100644 --- a/sys-apps/razer-cli/razer-cli-2.2.0.ebuild +++ b/sys-apps/razer-cli/razer-cli-2.2.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 virtualx diff --git a/sys-apps/razer-cli/razer-cli-2.2.1.ebuild b/sys-apps/razer-cli/razer-cli-2.2.1-r1.ebuild similarity index 95% rename from sys-apps/razer-cli/razer-cli-2.2.1.ebuild rename to sys-apps/razer-cli/razer-cli-2.2.1-r1.ebuild index e3bc0dec77e5..ca17fe5b39aa 100644 --- a/sys-apps/razer-cli/razer-cli-2.2.1.ebuild +++ b/sys-apps/razer-cli/razer-cli-2.2.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 virtualx