commit: b3348204493cb9124af22cdae482e4065bf84bca Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Thu Dec 12 05:59:37 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 12 07:14:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3348204
dev-python/respx: limit <httpx-0.28.0 due to broken compatibility Closes: https://bugs.gentoo.org/945735 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39691 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/respx/{respx-0.21.1.ebuild => respx-0.21.1-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/respx/respx-0.21.1.ebuild b/dev-python/respx/respx-0.21.1-r1.ebuild similarity index 87% rename from dev-python/respx/respx-0.21.1.ebuild rename to dev-python/respx/respx-0.21.1-r1.ebuild index 424cae52ceb9..8b938b5a1627 100644 --- a/dev-python/respx/respx-0.21.1.ebuild +++ b/dev-python/respx/respx-0.21.1-r1.ebuild @@ -24,8 +24,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm64 x86" +# https://bugs.gentoo.org/945735 +# https://github.com/lundberg/respx/issues/277 RDEPEND=" - dev-python/httpx[${PYTHON_USEDEP}] + <dev-python/httpx-0.28.0[${PYTHON_USEDEP}] " BDEPEND=" test? (