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 6E0E0138337 for ; Fri, 1 Mar 2019 00:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3964E086D; Fri, 1 Mar 2019 00:26:49 +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 B611EE086D for ; Fri, 1 Mar 2019 00:26:49 +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 AD393335D20 for ; Fri, 1 Mar 2019 00:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25736551 for ; Fri, 1 Mar 2019 00:26:46 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1551399992.a43b7803a8fc28b3cfb74bd192bdc7dcfaef1251.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fabric/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fabric/fabric-1.14.0-r1.ebuild dev-python/fabric/fabric-1.14.0.ebuild dev-python/fabric/fabric-2.3.1.ebuild X-VCS-Directories: dev-python/fabric/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a43b7803a8fc28b3cfb74bd192bdc7dcfaef1251 X-VCS-Branch: master Date: Fri, 1 Mar 2019 00:26:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20bb959a-06d8-448f-9632-f717fcb72342 X-Archives-Hash: 4e11e01d2258870edd7b755e49de9c82 commit: a43b7803a8fc28b3cfb74bd192bdc7dcfaef1251 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Jan 30 16:43:19 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Mar 1 00:26:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43b7803 dev-python/fabric: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> dev-python/fabric/fabric-1.14.0-r1.ebuild | 4 ++-- dev-python/fabric/fabric-1.14.0.ebuild | 4 ++-- dev-python/fabric/fabric-2.3.1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/fabric/fabric-1.14.0-r1.ebuild b/dev-python/fabric/fabric-1.14.0-r1.ebuild index f3da6f17450..7d958684071 100644 --- a/dev-python/fabric/fabric-1.14.0-r1.ebuild +++ b/dev-python/fabric/fabric-1.14.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}" COMP_HASH="83d303e9fb352deaf4885b6db0781b3d9115e9c6" DESCRIPTION="A simple pythonic tool for remote execution and deployment" -HOMEPAGE="http://fabfile.org https://pypi.org/project/Fabric/" +HOMEPAGE="https://www.fabfile.org https://pypi.org/project/Fabric/" SRC_URI=" mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz https://raw.githubusercontent.com/kbakulin/fabric-completion/${COMP_HASH}/fabric-completion.bash -> ${P}-completion.bash" diff --git a/dev-python/fabric/fabric-1.14.0.ebuild b/dev-python/fabric/fabric-1.14.0.ebuild index 460458e98ac..bbebaa95039 100644 --- a/dev-python/fabric/fabric-1.14.0.ebuild +++ b/dev-python/fabric/fabric-1.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}" COMP_HASH="83d303e9fb352deaf4885b6db0781b3d9115e9c6" DESCRIPTION="A simple pythonic tool for remote execution and deployment" -HOMEPAGE="http://fabfile.org https://pypi.org/project/Fabric/" +HOMEPAGE="https://www.fabfile.org https://pypi.org/project/Fabric/" SRC_URI=" mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz https://raw.githubusercontent.com/kbakulin/fabric-completion/${COMP_HASH}/fabric-completion.bash -> ${P}-completion.bash" diff --git a/dev-python/fabric/fabric-2.3.1.ebuild b/dev-python/fabric/fabric-2.3.1.ebuild index 2ce31a9dd30..e24a928cbea 100644 --- a/dev-python/fabric/fabric-2.3.1.ebuild +++ b/dev-python/fabric/fabric-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 DESCRIPTION="A simple pythonic tool for remote execution and deployment" -HOMEPAGE="http://fabfile.org https://pypi.org/project/Fabric/" +HOMEPAGE="https://www.fabfile.org https://pypi.org/project/Fabric/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2"