commit:     3acc02dc6a833a64225c0cb508d0b6141284da10
Author:     Martin Mokry <martin-kokos <AT> protonmail <DOT> com>
AuthorDate: Sun Jun 22 20:03:29 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 08:03:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3acc02dc

dev-python/poetry-plugin-export: Limit dependency to current major version

As updated in upstream pyproject.toml
https://github.com/python-poetry/poetry-plugin-export/pull/280

Signed-off-by: Martin Mokry <martin-kokos <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42701
Closes: https://github.com/gentoo/gentoo/pull/42701
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 ...lugin-export-1.9.0.ebuild => poetry-plugin-export-1.9.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/poetry-plugin-export/poetry-plugin-export-1.9.0.ebuild 
b/dev-python/poetry-plugin-export/poetry-plugin-export-1.9.0-r1.ebuild
similarity index 87%
rename from dev-python/poetry-plugin-export/poetry-plugin-export-1.9.0.ebuild
rename to dev-python/poetry-plugin-export/poetry-plugin-export-1.9.0-r1.ebuild
index b58e48c3e460..e39377215f57 100644
--- a/dev-python/poetry-plugin-export/poetry-plugin-export-1.9.0.ebuild
+++ b/dev-python/poetry-plugin-export/poetry-plugin-export-1.9.0-r1.ebuild
@@ -19,12 +19,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
-       >=dev-python/poetry-core-1.7.0[${PYTHON_USEDEP}]
+       =dev-python/poetry-core-2*[${PYTHON_USEDEP}]
 "
 
 DEPEND="
        test? (
-               >=dev-python/poetry-1.7.0[${PYTHON_USEDEP}]
+               =dev-python/poetry-2*[${PYTHON_USEDEP}]
                >=dev-python/pytest-mock-3.9[${PYTHON_USEDEP}]
                >=dev-python/pytest-xdist-3.1[${PYTHON_USEDEP}]
        )

Reply via email to