From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1368292-garchives=archives.gentoo.org@lists.gentoo.org> 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 F33E815808B for <garchives@archives.gentoo.org>; Thu, 17 Feb 2022 00:12:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15F87E0875; Thu, 17 Feb 2022 00:12:08 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1B43E0875 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Feb 2022 00:12:07 +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 D4EE6343246 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Feb 2022 00:12:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3705826D for <gentoo-commits@lists.gentoo.org>; Thu, 17 Feb 2022 00:12:05 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1645056665.fe5e2ea127bff7c96b417e9b87233f749870f272.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: eclass/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: eclass/python-utils-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fe5e2ea127bff7c96b417e9b87233f749870f272 X-VCS-Branch: master Date: Thu, 17 Feb 2022 00:12:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0dc41b2-bc18-4dfd-8029-e3815cc2cc0a X-Archives-Hash: 3d3d0e6791506c4e886a3d46dfb027cf commit: fe5e2ea127bff7c96b417e9b87233f749870f272 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 17 00:11:05 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 17 00:11:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=fe5e2ea1 python-utils-r1.eclass: fix sync with ::gentoo (adjust Python dependencies) Our Python (base/actual non-revision versions) are older than ::gentoo, but I've made the necessary dep adjustments / ebuild changes in them already, so adjust to the latest versions in ::prefix which should be fine. Reported-by: tgbugs Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/python-utils-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 8c29a02090..a96fbc78a7 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -476,9 +476,9 @@ _python_export() { python2.7) PYTHON_PKG_DEP='>=dev-lang/python-2.7.5-r2:2.7';; python3.8) - PYTHON_PKG_DEP=">=dev-lang/python-3.8.12_p1-r1:3.8";; + PYTHON_PKG_DEP=">=dev-lang/python-3.8.8_p1-r1:3.8";; python3.9) - PYTHON_PKG_DEP=">=dev-lang/python-3.9.9-r1:3.9";; + PYTHON_PKG_DEP=">=dev-lang/python-3.9.6_p1-r1:3.9";; python3.10) PYTHON_PKG_DEP=">=dev-lang/python-3.10.0_p1-r1:3.10";; python*)