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 9DC4C15802F for ; Wed, 8 Mar 2023 14:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30C38E0817; Wed, 8 Mar 2023 14:13:18 +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 0B7E9E0824 for ; Wed, 8 Mar 2023 14:13:17 +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 BF99A3413E3 for ; Wed, 8 Mar 2023 14:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CD258D7 for ; Wed, 8 Mar 2023 14:13:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1678284789.872091419dfe9fcf523bf71191a40d748b42b737.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbytesize/libbytesize-2.7.ebuild X-VCS-Directories: dev-libs/libbytesize/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 872091419dfe9fcf523bf71191a40d748b42b737 X-VCS-Branch: master Date: Wed, 8 Mar 2023 14:13:15 +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: 8bc3b604-fe3b-4312-97e3-8a419de8e854 X-Archives-Hash: 5871979446b5fb7ea8e241a6edb5596c commit: 872091419dfe9fcf523bf71191a40d748b42b737 Author: Denis Pronin yandex ru> AuthorDate: Sun Feb 26 21:04:38 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Mar 8 14:13:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87209141 dev-libs/libbytesize: support python3_11 in libbytesize-2.7.ebuild Closes: https://bugs.gentoo.org/896706 Signed-off-by: Denis Pronin yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/29885 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/libbytesize/libbytesize-2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libbytesize/libbytesize-2.7.ebuild b/dev-libs/libbytesize/libbytesize-2.7.ebuild index b3ee62f2f404..dbe73da7b1fe 100644 --- a/dev-libs/libbytesize/libbytesize-2.7.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools python-r1