Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-heatclient/
Date: Wed, 08 May 2019 04:22:54
Message-Id: 1557289352.18153cf9c9e5b070fb0c59f7146a64519d379130.prometheanfire@gentoo
1 commit: 18153cf9c9e5b070fb0c59f7146a64519d379130
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue May 7 17:33:28 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 04:22:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18153cf9
7
8 dev-python/python-heatclient: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/python-heatclient/python-heatclient-1.11.1.ebuild | 2 +-
14 dev-python/python-heatclient/python-heatclient-1.16.2.ebuild | 2 +-
15 dev-python/python-heatclient/python-heatclient-1.17.0.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild b/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild
19 index a419ba4a264..e637d965a7a 100644
20 --- a/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild
21 +++ b/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild
22 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
23 inherit distutils-r1
24
25 DESCRIPTION="OpenStack Orchestration API Client Library"
26 -HOMEPAGE="http://www.openstack.org/"
27 +HOMEPAGE="https://www.openstack.org/"
28 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="Apache-2.0"
31
32 diff --git a/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild b/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild
33 index 705ad7bab07..275a9a5320d 100644
34 --- a/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild
35 +++ b/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild
36 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
37 inherit distutils-r1
38
39 DESCRIPTION="OpenStack Orchestration API Client Library"
40 -HOMEPAGE="http://www.openstack.org/"
41 +HOMEPAGE="https://www.openstack.org/"
42 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43
44 LICENSE="Apache-2.0"
45
46 diff --git a/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild b/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
47 index 35a1a592d82..4eb679b2abc 100644
48 --- a/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
49 +++ b/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
50 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
51 inherit distutils-r1
52
53 DESCRIPTION="OpenStack Orchestration API Client Library"
54 -HOMEPAGE="http://www.openstack.org/"
55 +HOMEPAGE="https://www.openstack.org/"
56 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
57
58 LICENSE="Apache-2.0"