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 CC017138334 for ; Tue, 10 Jul 2018 21:47:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08A33E0A04; Tue, 10 Jul 2018 21:47:40 +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 B39D4E0A03 for ; Tue, 10 Jul 2018 21:47:39 +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 95C95335CA9 for ; Tue, 10 Jul 2018 21:47:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EA3335A for ; Tue, 10 Jul 2018 21:47:36 +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: <1531259253.21c670b3b9ff886fa075d3a4097f2e34f6a6038d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-uploads/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild X-VCS-Directories: dev-python/flask-uploads/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 21c670b3b9ff886fa075d3a4097f2e34f6a6038d X-VCS-Branch: master Date: Tue, 10 Jul 2018 21:47:36 +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: f88d1fd4-3c93-42d6-bb2b-f6f0a9031675 X-Archives-Hash: 849e3a4d76024acb1db48c520bd8c00f commit: 21c670b3b9ff886fa075d3a4097f2e34f6a6038d Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jul 8 09:46:13 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 10 21:47:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c670b3 dev-python/flask-uploads: use HTTPs dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild b/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild index cf494d28238..15ddb4be5ec 100644 --- a/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild +++ b/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="Flexible and efficient upload handling for Flask" -HOMEPAGE="http://pythonhosted.org/Flask-Testing/ +HOMEPAGE="https://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/" SRC_URI="https://github.com/maxcountryman/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" # use the GitHub tarball since the pypi-tarball does not contain the tests