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 8340115800A for ; Sun, 13 Aug 2023 15:17:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6B4D2BC019; Sun, 13 Aug 2023 15:17:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9A02B2BC019 for ; Sun, 13 Aug 2023 15:17:01 +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 52246335CA6 for ; Sun, 13 Aug 2023 15:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F477F67 for ; Sun, 13 Aug 2023 15:16:58 +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: <1691939679.0a6a695715e917490712f835cdd7c8e510901b36.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpbin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httpbin/httpbin-0.10.0.ebuild dev-python/httpbin/metadata.xml X-VCS-Directories: dev-python/httpbin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0a6a695715e917490712f835cdd7c8e510901b36 X-VCS-Branch: master Date: Sun, 13 Aug 2023 15:16:58 +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: 35b82194-e1a2-4bbe-b9f5-a4ce9402f4ef X-Archives-Hash: 5f0375d0151e46dc86bc2388682c21e6 commit: 0a6a695715e917490712f835cdd7c8e510901b36 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 13 01:58:52 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 13 15:14:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6a6957 dev-python/httpbin: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/httpbin/httpbin-0.10.0.ebuild | 2 +- dev-python/httpbin/metadata.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/httpbin/httpbin-0.10.0.ebuild b/dev-python/httpbin/httpbin-0.10.0.ebuild index 72a7310ec2fd..f0695118f61a 100644 --- a/dev-python/httpbin/httpbin-0.10.0.ebuild +++ b/dev-python/httpbin/httpbin-0.10.0.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 pypi DESCRIPTION="HTTP Request and Response Service" HOMEPAGE=" - https://github.com/postmanlabs/httpbin/ + https://github.com/psf/httpbin/ https://pypi.org/project/httpbin/ " diff --git a/dev-python/httpbin/metadata.xml b/dev-python/httpbin/metadata.xml index 2dfdc52db349..14a302ee42d6 100644 --- a/dev-python/httpbin/metadata.xml +++ b/dev-python/httpbin/metadata.xml @@ -9,5 +9,6 @@ httpbin postmanlabs/httpbin + psf/httpbin