commit: 10cc9bf4a24fb228dc14694bee75c79fab5b27b8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 2 09:24:22 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 2 09:29:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10cc9bf4
dev-python/httpx: Revbump due to eclass 3.10 cond dep bug Bug: https://bugs.gentoo.org/955213 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/httpx/{httpx-0.28.1.ebuild => httpx-0.28.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/httpx/httpx-0.28.1.ebuild b/dev-python/httpx/httpx-0.28.1-r1.ebuild similarity index 97% rename from dev-python/httpx/httpx-0.28.1.ebuild rename to dev-python/httpx/httpx-0.28.1-r1.ebuild index 0e7d5276ddd3..ae31c60afa2c 100644 --- a/dev-python/httpx/httpx-0.28.1.ebuild +++ b/dev-python/httpx/httpx-0.28.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 optfeature @@ -51,7 +51,7 @@ BDEPEND=" >=dev-python/zstandard-0.18.0[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/trio[${PYTHON_USEDEP}] - ' 3.{10..13}) + ' 3.{11..13}) ) "
