From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1526179-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 6D40315810F for <garchives@archives.gentoo.org>; Wed, 7 Jun 2023 09:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82C0CE0844; Wed, 7 Jun 2023 09:27:37 +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 66E37E0844 for <gentoo-commits@lists.gentoo.org>; Wed, 7 Jun 2023 09:27:37 +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 6ED2F340D21 for <gentoo-commits@lists.gentoo.org>; Wed, 7 Jun 2023 09:27:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E26DAA8B for <gentoo-commits@lists.gentoo.org>; Wed, 7 Jun 2023 09:27:34 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1686130017.6f0e5b6fcd90591ab0fddcd2a0c526c27a9ee864.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vobject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vobject/vobject-0.9.6.1-r3.ebuild X-VCS-Directories: dev-python/vobject/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f0e5b6fcd90591ab0fddcd2a0c526c27a9ee864 X-VCS-Branch: master Date: Wed, 7 Jun 2023 09:27:34 +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: a1bb5693-6adf-411d-b7d0-bb05812b1bac X-Archives-Hash: f67b7a6e591655f310626715b3d7ffe0 commit: 6f0e5b6fcd90591ab0fddcd2a0c526c27a9ee864 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Wed Jun 7 05:43:41 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 7 09:26:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0e5b6f dev-python/vobject: enable py3.12 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/vobject/vobject-0.9.6.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/vobject/vobject-0.9.6.1-r3.ebuild b/dev-python/vobject/vobject-0.9.6.1-r3.ebuild index e5b160981bfb..abcdee708dd2 100644 --- a/dev-python/vobject/vobject-0.9.6.1-r3.ebuild +++ b/dev-python/vobject/vobject-0.9.6.1-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="Python package for parsing and generating vCard and vCalendar files"