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 13575158064 for ; Fri, 3 May 2024 21:06:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1EB7E2A0D; Fri, 3 May 2024 21:06:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8D20E2A0D for ; Fri, 3 May 2024 21:06:34 +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 E3F5034302A for ; Fri, 3 May 2024 21:06:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E58619F1 for ; Fri, 3 May 2024 21:06:32 +0000 (UTC) From: "Arsen Arsenović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arsen Arsenović" Message-ID: <1714770304.5abce8d203b3fcd254b27f09c4aaa5adb76704ee.arsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/jellyfin-media-player/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/jellyfin-media-player/jellyfin-media-player-1.9.1.ebuild X-VCS-Directories: media-video/jellyfin-media-player/ X-VCS-Committer: arsen X-VCS-Committer-Name: Arsen Arsenović X-VCS-Revision: 5abce8d203b3fcd254b27f09c4aaa5adb76704ee X-VCS-Branch: master Date: Fri, 3 May 2024 21:06:32 +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: 2288bd44-f86f-4fa7-926e-ac27743f334e X-Archives-Hash: 8920c6fc4671b9c195a5c3e0bc1380b3 commit: 5abce8d203b3fcd254b27f09c4aaa5adb76704ee Author: Arsen Arsenović gentoo org> AuthorDate: Tue Apr 30 09:43:42 2024 +0000 Commit: Arsen Arsenović gentoo org> CommitDate: Fri May 3 21:05:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abce8d2 media-video/jellyfin-media-player: enable py3.12 Closes: https://bugs.gentoo.org/929675 Signed-off-by: Arsen Arsenović gentoo.org> media-video/jellyfin-media-player/jellyfin-media-player-1.9.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/jellyfin-media-player/jellyfin-media-player-1.9.1.ebuild b/media-video/jellyfin-media-player/jellyfin-media-player-1.9.1.ebuild index 23b1b45d7776..7b889604399f 100644 --- a/media-video/jellyfin-media-player/jellyfin-media-player-1.9.1.ebuild +++ b/media-video/jellyfin-media-player/jellyfin-media-player-1.9.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-any-r1 DESCRIPTION="Jellyfin Desktop Client based on Plex Media Player"