commit: 544bed694118498de0aa51c591fc0cb48383e117 Author: Andrew Udvare <audvare <AT> gmail <DOT> com> AuthorDate: Tue Dec 23 08:52:15 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 23 11:33:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544bed69
dev-python/poetry: fix dulwich requirement Signed-off-by: Andrew Udvare <audvare <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45135 Closes: https://github.com/gentoo/gentoo/pull/45135 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/poetry/{poetry-2.1.3.ebuild => poetry-2.1.3-r1.ebuild} | 2 +- dev-python/poetry/{poetry-2.2.0.ebuild => poetry-2.2.0-r1.ebuild} | 2 +- dev-python/poetry/{poetry-2.2.1.ebuild => poetry-2.2.1-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/poetry/poetry-2.1.3.ebuild b/dev-python/poetry/poetry-2.1.3-r1.ebuild similarity index 98% rename from dev-python/poetry/poetry-2.1.3.ebuild rename to dev-python/poetry/poetry-2.1.3-r1.ebuild index 237cb6594389..f28abdb6317c 100644 --- a/dev-python/poetry/poetry-2.1.3.ebuild +++ b/dev-python/poetry/poetry-2.1.3-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" >=dev-python/build-1.2.1[${PYTHON_USEDEP}] >=dev-python/cachecontrol-0.14.0[${PYTHON_USEDEP}] >=dev-python/cleo-2.1.0[${PYTHON_USEDEP}] - >=dev-python/dulwich-0.22.6[${PYTHON_USEDEP}] + <dev-python/dulwich-0.23.0[${PYTHON_USEDEP}] >=dev-python/fastjsonschema-2.18.0[${PYTHON_USEDEP}] >=dev-python/findpython-0.6.2[${PYTHON_USEDEP}] >=dev-python/installer-0.7.0[${PYTHON_USEDEP}] diff --git a/dev-python/poetry/poetry-2.2.0.ebuild b/dev-python/poetry/poetry-2.2.0-r1.ebuild similarity index 98% rename from dev-python/poetry/poetry-2.2.0.ebuild rename to dev-python/poetry/poetry-2.2.0-r1.ebuild index ad7f025edf98..5c55abe5faa7 100644 --- a/dev-python/poetry/poetry-2.2.0.ebuild +++ b/dev-python/poetry/poetry-2.2.0-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" >=dev-python/build-1.2.1[${PYTHON_USEDEP}] >=dev-python/cachecontrol-0.14.0[${PYTHON_USEDEP}] >=dev-python/cleo-2.1.0[${PYTHON_USEDEP}] - >=dev-python/dulwich-0.24.0[${PYTHON_USEDEP}] + <dev-python/dulwich-0.25.0[${PYTHON_USEDEP}] >=dev-python/fastjsonschema-2.18.0[${PYTHON_USEDEP}] >=dev-python/findpython-0.6.2[${PYTHON_USEDEP}] >=dev-python/installer-0.7.0[${PYTHON_USEDEP}] diff --git a/dev-python/poetry/poetry-2.2.1.ebuild b/dev-python/poetry/poetry-2.2.1-r1.ebuild similarity index 98% rename from dev-python/poetry/poetry-2.2.1.ebuild rename to dev-python/poetry/poetry-2.2.1-r1.ebuild index f38592dc4482..6c524e3915b4 100644 --- a/dev-python/poetry/poetry-2.2.1.ebuild +++ b/dev-python/poetry/poetry-2.2.1-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" >=dev-python/build-1.2.1[${PYTHON_USEDEP}] >=dev-python/cachecontrol-0.14.0[${PYTHON_USEDEP}] >=dev-python/cleo-2.1.0[${PYTHON_USEDEP}] - >=dev-python/dulwich-0.24.0[${PYTHON_USEDEP}] + <dev-python/dulwich-0.25.0[${PYTHON_USEDEP}] >=dev-python/fastjsonschema-2.18.0[${PYTHON_USEDEP}] >=dev-python/findpython-0.6.2[${PYTHON_USEDEP}] >=dev-python/installer-0.7.0[${PYTHON_USEDEP}]
