Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-cache/
Date: Fri, 27 May 2022 19:46:03
Message-Id: 1653680740.a616c6885202f1979fa1c9718b49a88207c7fc6a.mgorny@gentoo
1 commit: a616c6885202f1979fa1c9718b49a88207c7fc6a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 19:45:40 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 19:45:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a616c688
7
8 dev-python/requests-cache: Update URLs
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/requests-cache/requests-cache-0.9.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/requests-cache/requests-cache-0.9.4.ebuild b/dev-python/requests-cache/requests-cache-0.9.4.ebuild
16 index 9d8c4ac27acb..c9a10a8eef4c 100644
17 --- a/dev-python/requests-cache/requests-cache-0.9.4.ebuild
18 +++ b/dev-python/requests-cache/requests-cache-0.9.4.ebuild
19 @@ -11,11 +11,11 @@ inherit distutils-r1 optfeature
20
21 HOMEPAGE="
22 https://pypi.org/project/requests-cache/
23 - https://github.com/reclosedev/requests-cache/
24 + https://github.com/requests-cache/requests-cache/
25 "
26 DESCRIPTION="Persistent cache for requests library"
27 SRC_URI="
28 - https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz
29 + https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
30 -> ${P}.gh.tar.gz
31 "