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 1E8AE1382C5 for ; Sun, 29 Apr 2018 07:35:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B91FE08ED; Sun, 29 Apr 2018 07:35:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F1462E08ED for ; Sun, 29 Apr 2018 07:35:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A08BB335CAA for ; Sun, 29 Apr 2018 07:35:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE1EF2B3 for ; Sun, 29 Apr 2018 07:35:27 +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: <1524987322.2d4d6836af1543c9b287c4198fae4545d225568e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-testing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-testing/flask-testing-0.4.2.ebuild dev-python/flask-testing/flask-testing-0.6.2.ebuild X-VCS-Directories: dev-python/flask-testing/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2d4d6836af1543c9b287c4198fae4545d225568e X-VCS-Branch: master Date: Sun, 29 Apr 2018 07:35:27 +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-Archives-Salt: 9063e67b-619f-4046-bc98-e4d4bf041eb1 X-Archives-Hash: 9dfab5bd5f98e276fe7155d9db00fd3d commit: 2d4d6836af1543c9b287c4198fae4545d225568e Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Apr 27 13:33:44 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 29 07:35:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4d6836 dev-python/flask-testing: use HTTPS dev-python/flask-testing/flask-testing-0.4.2.ebuild | 4 ++-- dev-python/flask-testing/flask-testing-0.6.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/flask-testing/flask-testing-0.4.2.ebuild b/dev-python/flask-testing/flask-testing-0.4.2.ebuild index 17224a7a0b9..87258db25a4 100644 --- a/dev-python/flask-testing/flask-testing-0.4.2.ebuild +++ b/dev-python/flask-testing/flask-testing-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ MY_PN="Flask-Testing" MY_P="${MY_PN}-${PV}" DESCRIPTION="Unit testing for Flask" -HOMEPAGE="http://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/" +HOMEPAGE="https://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/flask-testing/flask-testing-0.6.2.ebuild b/dev-python/flask-testing/flask-testing-0.6.2.ebuild index f37b1dc10c3..4b29fd37608 100644 --- a/dev-python/flask-testing/flask-testing-0.6.2.ebuild +++ b/dev-python/flask-testing/flask-testing-0.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ MY_PN="Flask-Testing" MY_P="${MY_PN}-${PV}" DESCRIPTION="Unit testing for Flask" -HOMEPAGE="http://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/" +HOMEPAGE="https://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD"