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 DDEB1138334 for ; Tue, 10 Jul 2018 21:47:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95881E0A02; Tue, 10 Jul 2018 21:47:39 +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 63ED2E08FC 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 39219335C39 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 C8F2E36B 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: <1531259254.28175e39075a07e9a9caa0e0044d5b641ecdbb09.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytz/pytz-2018.4.ebuild X-VCS-Directories: dev-python/pytz/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 28175e39075a07e9a9caa0e0044d5b641ecdbb09 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: a117c5ef-4a0d-4eac-bf85-32edf20764f6 X-Archives-Hash: 9cfaf4d394a6ef9aa115217c3c07fa64 commit: 28175e39075a07e9a9caa0e0044d5b641ecdbb09 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jul 8 09:48:03 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 10 21:47:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28175e39 dev-python/pytz: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/9136 dev-python/pytz/pytz-2018.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytz/pytz-2018.4.ebuild b/dev-python/pytz/pytz-2018.4.ebuild index 18912e09174..18ae3c85505 100644 --- a/dev-python/pytz/pytz-2018.4.ebuild +++ b/dev-python/pytz/pytz-2018.4.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pythonhosted.org/pytz/ https://pypi.org/project/pytz/" +HOMEPAGE="https://pythonhosted.org/pytz/ https://pypi.org/project/pytz/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"