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 3357F1582ED for ; Mon, 17 Jun 2024 12:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7867E2BC014; Mon, 17 Jun 2024 12:41:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 587B32BC014 for ; Mon, 17 Jun 2024 12:41:30 +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 57440335CAF for ; Mon, 17 Jun 2024 12:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FB8A1358 for ; Mon, 17 Jun 2024 12:41:27 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1718628025.97e6fb02ac382706c08444701ab17aa63cb11a97.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonmerge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonmerge/jsonmerge-1.9.2.ebuild X-VCS-Directories: dev-python/jsonmerge/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 97e6fb02ac382706c08444701ab17aa63cb11a97 X-VCS-Branch: master Date: Mon, 17 Jun 2024 12:41:27 +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: 6a842618-f02a-44dc-be34-ecb10386a9be X-Archives-Hash: 29d0d181ff4aff9b661c91a24700da6b commit: 97e6fb02ac382706c08444701ab17aa63cb11a97 Author: Petr Vaněk gentoo org> AuthorDate: Mon Jun 17 12:28:09 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Mon Jun 17 12:40:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e6fb02 dev-python/jsonmerge: enable py3.13 Signed-off-by: Petr Vaněk gentoo.org> dev-python/jsonmerge/jsonmerge-1.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jsonmerge/jsonmerge-1.9.2.ebuild b/dev-python/jsonmerge/jsonmerge-1.9.2.ebuild index 059f3dc68c7d..8002cd5cc257 100644 --- a/dev-python/jsonmerge/jsonmerge-1.9.2.ebuild +++ b/dev-python/jsonmerge/jsonmerge-1.9.2.ebuild @@ -1,10 +1,10 @@ -# 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 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi