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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68022138334 for ; Wed, 8 May 2019 04:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABA9CE0893; Wed, 8 May 2019 04:22:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 200D5E0894 for ; Wed, 8 May 2019 04:22:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAF05343B9B for ; Wed, 8 May 2019 04:22:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F28B05E1 for ; Wed, 8 May 2019 04:22:47 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1557289354.218e4c49c656fdcf5e7f3e1e390b8924e7956d3f.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-keystoneclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-keystoneclient/python-keystoneclient-3.15.0.ebuild dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild dev-python/python-keystoneclient/python-keystoneclient-3.19.0.ebuild X-VCS-Directories: dev-python/python-keystoneclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 218e4c49c656fdcf5e7f3e1e390b8924e7956d3f X-VCS-Branch: master Date: Wed, 8 May 2019 04:22:47 +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: ceb79117-9ef2-4d9e-bb1e-1d9e71cc048c X-Archives-Hash: c6f391f0d2d3bb5186c07ba1227478bb commit: 218e4c49c656fdcf5e7f3e1e390b8924e7956d3f Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 7 17:34:05 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed May 8 04:22:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218e4c49 dev-python/python-keystoneclient: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Matthew Thode gentoo.org> dev-python/python-keystoneclient/python-keystoneclient-3.15.0.ebuild | 2 +- dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild | 2 +- dev-python/python-keystoneclient/python-keystoneclient-3.19.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/python-keystoneclient/python-keystoneclient-3.15.0.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-3.15.0.ebuild index fe92af8ab21..05e5bcbe791 100644 --- a/dev-python/python-keystoneclient/python-keystoneclient-3.15.0.ebuild +++ b/dev-python/python-keystoneclient/python-keystoneclient-3.15.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Client Library for OpenStack Identity" -HOMEPAGE="http://www.openstack.org/" +HOMEPAGE="https://www.openstack.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild index 37580b9fff9..fcbd969d6a5 100644 --- a/dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild +++ b/dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Client Library for OpenStack Identity" -HOMEPAGE="http://www.openstack.org/" +HOMEPAGE="https://www.openstack.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/python-keystoneclient/python-keystoneclient-3.19.0.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-3.19.0.ebuild index f9d2535f537..ba975e3c0cf 100644 --- a/dev-python/python-keystoneclient/python-keystoneclient-3.19.0.ebuild +++ b/dev-python/python-keystoneclient/python-keystoneclient-3.19.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="Client Library for OpenStack Identity" -HOMEPAGE="http://www.openstack.org/" +HOMEPAGE="https://www.openstack.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"