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 04F2315803E for ; Mon, 1 Jan 2024 08:47:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F83C2BC027; Mon, 1 Jan 2024 08:47:23 +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 1DC4E2BC027 for ; Mon, 1 Jan 2024 08:47:23 +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 0E0E5335DC3 for ; Mon, 1 Jan 2024 08:47:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 724ED1300 for ; Mon, 1 Jan 2024 08:47:20 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1704098813.553fe6315d6d61ba9a53b31478d184b384642d86.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/types-gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild dev-python/types-gdb/types-gdb-12.1.4.5.ebuild X-VCS-Directories: dev-python/types-gdb/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 553fe6315d6d61ba9a53b31478d184b384642d86 X-VCS-Branch: master Date: Mon, 1 Jan 2024 08:47:20 +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: a0c39b40-0ba6-4deb-88ea-5605f5347147 X-Archives-Hash: b62c8dbfdbe6384d131c21002e530ef2 commit: 553fe6315d6d61ba9a53b31478d184b384642d86 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Jan 1 08:46:23 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Jan 1 08:46:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553fe631 dev-python/types-gdb: PythonCompatUpdate Signed-off-by: Alfredo Tupone gentoo.org> .../{types-gdb-12.1.4.5.ebuild => types-gdb-12.1.4.5-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/types-gdb/types-gdb-12.1.4.5.ebuild b/dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild similarity index 80% rename from dev-python/types-gdb/types-gdb-12.1.4.5.ebuild rename to dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild index c5b294bf85b7..bb9b717448e5 100644 --- a/dev-python/types-gdb/types-gdb-12.1.4.5.ebuild +++ b/dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-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_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi