From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1620940-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 944DD158043 for <garchives@archives.gentoo.org>; Sun, 14 Apr 2024 15:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 538F2E29FC; Sun, 14 Apr 2024 15:33:55 +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 331F1E29FC for <gentoo-commits@lists.gentoo.org>; Sun, 14 Apr 2024 15:33:55 +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 41B053433A8 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Apr 2024 15:33:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EE4416DF for <gentoo-commits@lists.gentoo.org>; Sun, 14 Apr 2024 15:33:51 +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: <1713108822.ab71ab8b4e15e36fc1a81c04c5a53004b51f506a.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.ebuild X-VCS-Directories: dev-python/youtube-search-python/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: ab71ab8b4e15e36fc1a81c04c5a53004b51f506a X-VCS-Branch: master Date: Sun, 14 Apr 2024 15:33:51 +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: 1e057f6e-dc0b-40bc-b5de-e4532048f1ee X-Archives-Hash: 7f0091907c1b23c49873d7e529788aa4 commit: ab71ab8b4e15e36fc1a81c04c5a53004b51f506a Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 15:11:11 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 15:33:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab71ab8b dev-python/youtube-search-python: enable py3.12 compat Closes: https://bugs.gentoo.org/929522 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> ...arch-python-1.6.6.ebuild => youtube-search-python-1.6.6-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/youtube-search-python/youtube-search-python-1.6.6.ebuild b/dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild similarity index 85% rename from dev-python/youtube-search-python/youtube-search-python-1.6.6.ebuild rename to dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild index ae358a93e809..f10a5500fadd 100644 --- a/dev-python/youtube-search-python/youtube-search-python-1.6.6.ebuild +++ b/dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 pypi