commit:     7e95f5b44bc1077f7b6eb6a550bb06666a0d62ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 04:19:34 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 04:53:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e95f5b4

dev-python/httpx: Unpin dev-python/rich

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/httpx/{httpx-0.23.3.ebuild => httpx-0.23.3-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/httpx/httpx-0.23.3.ebuild 
b/dev-python/httpx/httpx-0.23.3-r1.ebuild
similarity index 94%
rename from dev-python/httpx/httpx-0.23.3.ebuild
rename to dev-python/httpx/httpx-0.23.3-r1.ebuild
index 8bdd6f0fea7d..f89b00fc919f 100644
--- a/dev-python/httpx/httpx-0.23.3.ebuild
+++ b/dev-python/httpx/httpx-0.23.3-r1.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
        cli? (
                =dev-python/click-8*[${PYTHON_USEDEP}]
                =dev-python/pygments-2*[${PYTHON_USEDEP}]
-               <dev-python/rich-13[${PYTHON_USEDEP}]
+               dev-python/rich[${PYTHON_USEDEP}]
        )
 "
 BDEPEND="
@@ -57,7 +57,7 @@ src_prepare() {
        if ! use cli; then
                sed -i -e '/^httpx =/d' pyproject.toml || die
        fi
-       sed -i -e '/rfc3986/s:,<2::' pyproject.toml || die
+       sed -i -e '/rfc3986/s:,<2::' -e '/rich/s:,<13::' pyproject.toml || die
        distutils-r1_src_prepare
 }
 

Reply via email to