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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C01315813A for ; Tue, 14 Jan 2025 17:15:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A11D9E0831; Tue, 14 Jan 2025 17:15:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 899AEE0831 for ; Tue, 14 Jan 2025 17:15:37 +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 D03C0340C15 for ; Tue, 14 Jan 2025 17:15:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37077B2C for ; Tue, 14 Jan 2025 17:15:35 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1736874902.56e2c113e43e7647a1a1b773efc674795abb8674.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/fetchcommandwrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r4.ebuild app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r5.ebuild X-VCS-Directories: app-portage/fetchcommandwrapper/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 56e2c113e43e7647a1a1b773efc674795abb8674 X-VCS-Branch: master Date: Tue, 14 Jan 2025 17:15:35 +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: 8a86549b-4536-40f3-9ed6-8eb9356cbe74 X-Archives-Hash: d6bf96b6f942b9156c61e50008db23f9 commit: 56e2c113e43e7647a1a1b773efc674795abb8674 Author: Sebastian Pipping gentoo org> AuthorDate: Tue Jan 14 17:15:02 2025 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Jan 14 17:15:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e2c113 app-portage/fetchcommandwrapper: Python 3.13 Closes: https://bugs.gentoo.org/948012 Signed-off-by: Sebastian Pipping gentoo.org> ...andwrapper-0.8.4-r4.ebuild => fetchcommandwrapper-0.8.4-r5.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r4.ebuild b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r5.ebuild similarity index 88% rename from app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r4.ebuild rename to app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r5.ebuild index 788a228fffb1..34cb4e8e010b 100644 --- a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r4.ebuild +++ b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) inherit distutils-r1 pypi