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 0931C138336 for ; Tue, 10 Jul 2018 21:47:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9F56E0A03; Tue, 10 Jul 2018 21:47:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 86764E08FC for ; Tue, 10 Jul 2018 21:47:39 +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 47181335CA8 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 B51CA367 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.1df85fc8bc775cee365081f9992eb9418d44fb6b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyyaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyyaml/pyyaml-3.12.ebuild X-VCS-Directories: dev-python/pyyaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1df85fc8bc775cee365081f9992eb9418d44fb6b 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: b1b18450-7770-4dde-84f6-8d44dbf24a10 X-Archives-Hash: 0eee37b00788133749a7b5d127ca15db commit: 1df85fc8bc775cee365081f9992eb9418d44fb6b Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jul 8 09:47:36 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=1df85fc8 dev-python/pyyaml: use HTTPs dev-python/pyyaml/pyyaml-3.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyyaml/pyyaml-3.12.ebuild b/dev-python/pyyaml/pyyaml-3.12.ebuild index e374c93b7ad..f6809c7b156 100644 --- a/dev-python/pyyaml/pyyaml-3.12.ebuild +++ b/dev-python/pyyaml/pyyaml-3.12.ebuild @@ -10,8 +10,8 @@ inherit distutils-r1 MY_P="PyYAML-${PV}" DESCRIPTION="YAML parser and emitter for Python" -HOMEPAGE="http://pyyaml.org/wiki/PyYAML https://pypi.org/project/PyYAML/" -SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz" +HOMEPAGE="https://pyyaml.org/wiki/PyYAML https://pypi.org/project/PyYAML/" +SRC_URI="https://pyyaml.org/download/${PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0"