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 4BA59158090 for ; Fri, 27 May 2022 19:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BC20E07B2; Fri, 27 May 2022 19:46:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24556E07B2 for ; Fri, 27 May 2022 19:46:02 +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 5291D341241 for ; Fri, 27 May 2022 19:46:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E9B14D7 for ; Fri, 27 May 2022 19:45:57 +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: <1653680740.a616c6885202f1979fa1c9718b49a88207c7fc6a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-cache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests-cache/requests-cache-0.9.4.ebuild X-VCS-Directories: dev-python/requests-cache/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a616c6885202f1979fa1c9718b49a88207c7fc6a X-VCS-Branch: master Date: Fri, 27 May 2022 19:45:57 +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: b94460fa-5efc-47c3-a6ba-b1f30d540c0d X-Archives-Hash: 771e4e21d433e3b0fa04cd121a740aea commit: a616c6885202f1979fa1c9718b49a88207c7fc6a Author: Michał Górny gentoo org> AuthorDate: Fri May 27 19:45:40 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 27 19:45:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a616c688 dev-python/requests-cache: Update URLs Signed-off-by: Michał Górny gentoo.org> dev-python/requests-cache/requests-cache-0.9.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/requests-cache/requests-cache-0.9.4.ebuild b/dev-python/requests-cache/requests-cache-0.9.4.ebuild index 9d8c4ac27acb..c9a10a8eef4c 100644 --- a/dev-python/requests-cache/requests-cache-0.9.4.ebuild +++ b/dev-python/requests-cache/requests-cache-0.9.4.ebuild @@ -11,11 +11,11 @@ inherit distutils-r1 optfeature HOMEPAGE=" https://pypi.org/project/requests-cache/ - https://github.com/reclosedev/requests-cache/ + https://github.com/requests-cache/requests-cache/ " DESCRIPTION="Persistent cache for requests library" SRC_URI=" - https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz + https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz "