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 110881581EE for ; Mon, 24 Mar 2025 09:51:56 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F4105343506 for ; Mon, 24 Mar 2025 09:51:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7E2901104BA; Mon, 24 Mar 2025 09:51:32 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 6B07E1104BA for ; Mon, 24 Mar 2025 09:51:32 +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 270E3343528 for ; Mon, 24 Mar 2025 09:51:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E7D228B3 for ; Mon, 24 Mar 2025 09:51:29 +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: <1742646359.238860b64ae3a49f0035bf00006cc5acaed0a7d9.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/dooit/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/dooit/dooit-3.1.0.ebuild X-VCS-Directories: app-text/dooit/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 238860b64ae3a49f0035bf00006cc5acaed0a7d9 X-VCS-Branch: master Date: Mon, 24 Mar 2025 09:51:29 +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: 471d505b-e60c-4278-9147-8240589d9f4e X-Archives-Hash: eaa0ffc3cce10c3fb3f8040734ad495f commit: 238860b64ae3a49f0035bf00006cc5acaed0a7d9 Author: Takuya Wakazono gmail com> AuthorDate: Sat Mar 22 12:11:13 2025 +0000 Commit: David Roman gmail com> CommitDate: Sat Mar 22 12:25:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=238860b6 app-text/dooit: relax tzlocal dependency Signed-off-by: Takuya Wakazono gmail.com> app-text/dooit/dooit-3.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/dooit/dooit-3.1.0.ebuild b/app-text/dooit/dooit-3.1.0.ebuild index 36273941a..51ece2f64 100644 --- a/app-text/dooit/dooit-3.1.0.ebuild +++ b/app-text/dooit/dooit-3.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,7 +29,7 @@ RDEPEND=" =dev-python/python-dateutil-2.9*[${PYTHON_USEDEP}] =dev-python/pyyaml-6*[${PYTHON_USEDEP}] =dev-python/textual-0.88*[${PYTHON_USEDEP}] - =dev-python/tzlocal-5.2*[${PYTHON_USEDEP}] + >=dev-python/tzlocal-5.2[${PYTHON_USEDEP}] =dev-python/sqlalchemy-2*[${PYTHON_USEDEP}] =dev-python/platformdirs-4*[${PYTHON_USEDEP}]