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 0362615ACFC for ; Sat, 6 May 2023 15:40:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6285E077C; Sat, 6 May 2023 15:40:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0E1DE077C for ; Sat, 6 May 2023 15:40:06 +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 DD8653412E0 for ; Sat, 6 May 2023 15:40:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 510F5A59 for ; Sat, 6 May 2023 15:40:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1683387595.d785709f4e69912ca3b049a822c14d43bbc00741.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/liquidctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/liquidctl/liquidctl-1.11.1.ebuild app-misc/liquidctl/liquidctl-1.12.1.ebuild X-VCS-Directories: app-misc/liquidctl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d785709f4e69912ca3b049a822c14d43bbc00741 X-VCS-Branch: master Date: Sat, 6 May 2023 15:40:04 +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: 324557d2-52a0-405f-8ff4-6bec15007598 X-Archives-Hash: b4a7186c8975423a69cb5e6507b9c7a0 commit: d785709f4e69912ca3b049a822c14d43bbc00741 Author: Andrew Udvare gmail com> AuthorDate: Tue May 2 23:24:30 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 6 15:39:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d785709f app-misc/liquidctl: enable py3.11 Closes: https://bugs.gentoo.org/896586 Signed-off-by: Andrew Udvare gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30849 Signed-off-by: Sam James gentoo.org> app-misc/liquidctl/liquidctl-1.11.1.ebuild | 2 +- app-misc/liquidctl/liquidctl-1.12.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/liquidctl/liquidctl-1.11.1.ebuild b/app-misc/liquidctl/liquidctl-1.11.1.ebuild index 52966a59984d..fdca0eeda7b6 100644 --- a/app-misc/liquidctl/liquidctl-1.11.1.ebuild +++ b/app-misc/liquidctl/liquidctl-1.11.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 udev diff --git a/app-misc/liquidctl/liquidctl-1.12.1.ebuild b/app-misc/liquidctl/liquidctl-1.12.1.ebuild index 129fe11d70df..fdca0eeda7b6 100644 --- a/app-misc/liquidctl/liquidctl-1.12.1.ebuild +++ b/app-misc/liquidctl/liquidctl-1.12.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 udev