From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1731907-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id 09B241581EE for <garchives@archives.gentoo.org>; Thu, 27 Mar 2025 22:39:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E98B73431FD for <garchives@archives.gentoo.org>; Thu, 27 Mar 2025 22:39:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 32C121104B4; Thu, 27 Mar 2025 22:39:24 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2731B1104B3 for <gentoo-commits@lists.gentoo.org>; Thu, 27 Mar 2025 22:39:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE63E3431B9 for <gentoo-commits@lists.gentoo.org>; Thu, 27 Mar 2025 22:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D59C22865 for <gentoo-commits@lists.gentoo.org>; Thu, 27 Mar 2025 22:39:20 +0000 (UTC) From: "Maciej Barć" <xgqt@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, "Maciej Barć" <xgqt@gentoo.org> Message-ID: <1743115154.081d71bec2cb1736d584d4f80a68ac76f8fc30e8.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/youtube-search-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild dev-python/youtube-search-python/youtube-search-python-1.6.6-r2.ebuild X-VCS-Directories: dev-python/youtube-search-python/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 081d71bec2cb1736d584d4f80a68ac76f8fc30e8 X-VCS-Branch: master Date: Thu, 27 Mar 2025 22:39:20 +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: 7a99214b-fc4a-4fa4-9103-d77a4c75473a X-Archives-Hash: 4fafb8e3bd41ddc4332faf80e202fbb0 commit: 081d71bec2cb1736d584d4f80a68ac76f8fc30e8 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Mar 27 22:33:41 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Mar 27 22:39:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081d71be dev-python/youtube-search-python: update PYTHON_COMPAT - drop 3.9, add 3.13 Closes: https://bugs.gentoo.org/952420 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> ...h-python-1.6.6-r1.ebuild => youtube-search-python-1.6.6-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild b/dev-python/youtube-search-python/youtube-search-python-1.6.6-r2.ebuild similarity index 85% rename from dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild rename to dev-python/youtube-search-python/youtube-search-python-1.6.6-r2.ebuild index f10a5500fadd..18a80ff5f759 100644 --- a/dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild +++ b/dev-python/youtube-search-python/youtube-search-python-1.6.6-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi