From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 0D11315827B for ; Wed, 27 Aug 2025 14:03:12 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EA84B341098 for ; Wed, 27 Aug 2025 14:03:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 850AE11056A; Wed, 27 Aug 2025 14:02: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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 792C711056A for ; Wed, 27 Aug 2025 14:02: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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 365C4340F31 for ; Wed, 27 Aug 2025 14:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44F1034EE for ; Wed, 27 Aug 2025 14:02:52 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1756236499.8a467a743ae566b10bfa87e8ae2800bcee5ca95f.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/dateparser/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/dateparser/dateparser-1.2.2.ebuild X-VCS-Directories: dev-python/dateparser/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 8a467a743ae566b10bfa87e8ae2800bcee5ca95f X-VCS-Branch: master Date: Wed, 27 Aug 2025 14:02:52 +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: ada7d333-96db-46c7-9680-a100cc47e609 X-Archives-Hash: 096e9d6e59feaa5d298e2d94c46fbb2b commit: 8a467a743ae566b10bfa87e8ae2800bcee5ca95f Author: Takuya Wakazono gmail com> AuthorDate: Tue Aug 26 19:28:19 2025 +0000 Commit: David Roman gmail com> CommitDate: Tue Aug 26 19:28:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a467a74 dev-python/dateparser: enable py3.14 Signed-off-by: Takuya Wakazono gmail.com> dev-python/dateparser/dateparser-1.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dateparser/dateparser-1.2.2.ebuild b/dev-python/dateparser/dateparser-1.2.2.ebuild index c415fed852..221cbef895 100644 --- a/dev-python/dateparser/dateparser-1.2.2.ebuild +++ b/dev-python/dateparser/dateparser-1.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 optfeature pypi