From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1460950-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 4A5A4158020
	for <garchives@archives.gentoo.org>; Sat, 26 Nov 2022 15:25:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 511BDE0903;
	Sat, 26 Nov 2022 15:25:52 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 318C3E0903
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Nov 2022 15:25:52 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1FA983414B6
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Nov 2022 15:25:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D65E703
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Nov 2022 15:25:49 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1669476346.b56addef2f86306b56b0e66c20c5dbfc54211fb7.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpx/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/httpx/httpx-0.23.1-r1.ebuild dev-python/httpx/httpx-0.23.1.ebuild
X-VCS-Directories: dev-python/httpx/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: b56addef2f86306b56b0e66c20c5dbfc54211fb7
X-VCS-Branch: master
Date: Sat, 26 Nov 2022 15:25:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 619b6509-0122-4e79-9ece-6d81011fa12f
X-Archives-Hash: add3c78014a7f833f13ea0bd50b9acf5

commit:     b56addef2f86306b56b0e66c20c5dbfc54211fb7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 15:17:32 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 15:25:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56addef

dev-python/httpx: Loosen rfc3986 dependency upstream

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

 dev-python/httpx/{httpx-0.23.1.ebuild => httpx-0.23.1-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/httpx/httpx-0.23.1.ebuild b/dev-python/httpx/httpx-0.23.1-r1.ebuild
similarity index 97%
rename from dev-python/httpx/httpx-0.23.1.ebuild
rename to dev-python/httpx/httpx-0.23.1-r1.ebuild
index 5ffaaf198d4e..41214b718b03 100644
--- a/dev-python/httpx/httpx-0.23.1.ebuild
+++ b/dev-python/httpx/httpx-0.23.1-r1.ebuild
@@ -58,6 +58,7 @@ src_prepare() {
 	if ! use cli; then
 		sed -i -e '/console_scripts/d' setup.py || die
 	fi
+	sed -i -e '/rfc3986/s:,<2::' pyproject.toml || die
 	distutils-r1_src_prepare
 }