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 70560158087 for ; Fri, 24 Dec 2021 08:02:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB5CA2BC060; Fri, 24 Dec 2021 08:02:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8A5332BC056 for ; Fri, 24 Dec 2021 08:02:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9F21F3433C0 for ; Fri, 24 Dec 2021 08:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0D8B266 for ; Fri, 24 Dec 2021 08:02:00 +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: <1640332907.a79394a133bc94f4d8d60df162071910aca0ebc7.sam@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.5.ebuild dev-libs/libbytesize/libbytesize-2.6.ebuild X-VCS-Directories: dev-libs/libbytesize/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a79394a133bc94f4d8d60df162071910aca0ebc7 X-VCS-Branch: master Date: Fri, 24 Dec 2021 08:02:00 +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: 96203fd3-ddf9-4f4c-bc4f-e008a62492a3 X-Archives-Hash: bf21fb51d60c73476820db2ed6453597 commit: a79394a133bc94f4d8d60df162071910aca0ebc7 Author: t0b3 gmail com> AuthorDate: Fri Dec 17 09:44:34 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 24 08:01:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79394a1 dev-libs/libbytesize: add python 3.10 Closes: https://bugs.gentoo.org/829420 Signed-off-by: t0b3 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23360 Signed-off-by: Sam James gentoo.org> dev-libs/libbytesize/libbytesize-2.5.ebuild | 2 +- dev-libs/libbytesize/libbytesize-2.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libbytesize/libbytesize-2.5.ebuild b/dev-libs/libbytesize/libbytesize-2.5.ebuild index a819367ec1e7..4450525879d7 100644 --- a/dev-libs/libbytesize/libbytesize-2.5.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-r1 diff --git a/dev-libs/libbytesize/libbytesize-2.6.ebuild b/dev-libs/libbytesize/libbytesize-2.6.ebuild index f261594c01a2..98b3c0db2b73 100644 --- a/dev-libs/libbytesize/libbytesize-2.6.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-r1