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 719C01382C5 for ; Sun, 29 Apr 2018 07:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2450CE08EF; 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 03222E08EF 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 BCE43335CC0 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 481D72B7 for ; Sun, 29 Apr 2018 07:35:28 +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: <1524987323.119c850c649f906b257e239390e2b2439159f328.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-2016.3.ebuild dev-python/pytz/pytz-2017.2.ebuild X-VCS-Directories: dev-python/pytz/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 119c850c649f906b257e239390e2b2439159f328 X-VCS-Branch: master Date: Sun, 29 Apr 2018 07:35:28 +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: 152df8af-c837-4dbf-bf6a-a30187de4aae X-Archives-Hash: 939d2062403418f5e0206c87a5967913 commit: 119c850c649f906b257e239390e2b2439159f328 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Apr 27 13:36:28 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 29 07:35:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119c850c dev-python/pytz: use HTTPS dev-python/pytz/pytz-2016.3.ebuild | 4 ++-- dev-python/pytz/pytz-2017.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pytz/pytz-2016.3.ebuild b/dev-python/pytz/pytz-2016.3.ebuild index 3ed671a5fa2..1e9d7760a55 100644 --- a/dev-python/pytz/pytz-2016.3.ebuild +++ b/dev-python/pytz/pytz-2016.3.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=5 @@ -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.bz2" LICENSE="MIT" diff --git a/dev-python/pytz/pytz-2017.2.ebuild b/dev-python/pytz/pytz-2017.2.ebuild index 8c196a81f05..e55aab5e833 100644 --- a/dev-python/pytz/pytz-2017.2.ebuild +++ b/dev-python/pytz/pytz-2017.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 @@ -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}.zip" LICENSE="MIT"