From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 41825158064 for ; Sun, 12 May 2024 16:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 255B22BC060; Sun, 12 May 2024 16:30:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AAC82BC060 for ; Sun, 12 May 2024 16:30:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 867863430D5 for ; Sun, 12 May 2024 16:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55DF81ACA for ; Sun, 12 May 2024 16:30:12 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1715531404.31bcae157266353ab1ec458e3230a2a82d2de56f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3986/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild X-VCS-Directories: dev-python/rfc3986/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 31bcae157266353ab1ec458e3230a2a82d2de56f X-VCS-Branch: master Date: Sun, 12 May 2024 16:30:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98ab36ca-1b2e-4daa-abdc-cdfb58ba880f X-Archives-Hash: 9dbbe2bfe871b823ad119ccf13cfdcaa commit: 31bcae157266353ab1ec458e3230a2a82d2de56f Author: Michał Górny gentoo org> AuthorDate: Sun May 12 16:00:08 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 12 16:30:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bcae15 dev-python/rfc3986: Update IETF URL Signed-off-by: Michał Górny gentoo.org> dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild b/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild index 011e337218e9..e3ce27166593 100644 --- a/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild +++ b/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE=" https://rfc3986.rtfd.org/ https://github.com/python-hyper/rfc3986/ https://pypi.org/project/rfc3986/ - https://tools.ietf.org/html/rfc3986/ + https://datatracker.ietf.org/doc/html/rfc3986/ " LICENSE="Apache-2.0"