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/certifi/
Date: Mon, 25 May 2020 12:18:15
Message-Id: 1590409086.54292eb93acaf78c97258af222c39836c23f41e2.mgorny@gentoo
1 commit: 54292eb93acaf78c97258af222c39836c23f41e2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 11:32:07 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 12:18:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54292eb9
7
8 dev-python/certifi: Use HTTPS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/certifi/certifi-2020.4.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/certifi/certifi-2020.4.5.1.ebuild b/dev-python/certifi/certifi-2020.4.5.1.ebuild
16 index e4ee7e759bb..8a6c78894ba 100644
17 --- a/dev-python/certifi/certifi-2020.4.5.1.ebuild
18 +++ b/dev-python/certifi/certifi-2020.4.5.1.ebuild
19 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
20 inherit distutils-r1 prefix readme.gentoo-r1
21
22 DESCRIPTION="Python package for providing Mozilla's CA Bundle"
23 -HOMEPAGE="http://certifi.io/ https://pypi.org/project/certifi"
24 +HOMEPAGE="https://certifi.io/ https://pypi.org/project/certifi"
25 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="MPL-2.0"