commit:     412c3be1e5b3c115994f1bcde31d81e0cfc9fbf6
Author:     demize <demize <AT> unstable <DOT> systems>
AuthorDate: Sun Feb 23 16:49:49 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb 23 16:51:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=412c3be1

app-text/dooit: Update dependencies

The versions of platformdirs and textual-dev are
constrained upstream to major versions, rather
than constrained to a specific version.

Ensured tests pass prior to committing with these
changes.

Signed-off-by: demize <demize <AT> unstable.systems>

 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 2b1b239de..36273941a 100644
--- a/app-text/dooit/dooit-3.1.0.ebuild
+++ b/app-text/dooit/dooit-3.1.0.ebuild
@@ -30,8 +30,8 @@ RDEPEND="
        =dev-python/pyyaml-6*[${PYTHON_USEDEP}]
        =dev-python/textual-0.88*[${PYTHON_USEDEP}]
        =dev-python/tzlocal-5.2*[${PYTHON_USEDEP}]
-       ~dev-python/sqlalchemy-2.0.36[${PYTHON_USEDEP}]
-       ~dev-python/platformdirs-4.3.6[${PYTHON_USEDEP}]
+       =dev-python/sqlalchemy-2*[${PYTHON_USEDEP}]
+       =dev-python/platformdirs-4*[${PYTHON_USEDEP}]
        <dev-python/click-9.0.0[${PYTHON_USEDEP}]
 "
 

Reply via email to