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 AEAF31382C5 for ; Sat, 17 Mar 2018 21:41:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA18DE090F; Sat, 17 Mar 2018 21:41:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9BE7CE0919 for ; Sat, 17 Mar 2018 21:41:46 +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 AC518335CF5 for ; Sat, 17 Mar 2018 21:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68A59266 for ; Sat, 17 Mar 2018 21:41:43 +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: <1521322899.3ebb0a7328ce3cfb4c2d1cf1d7043ee3b6023e47.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webob/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webob/webob-1.7.3.ebuild dev-python/webob/webob-1.7.4.ebuild X-VCS-Directories: dev-python/webob/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ebb0a7328ce3cfb4c2d1cf1d7043ee3b6023e47 X-VCS-Branch: master Date: Sat, 17 Mar 2018 21:41:43 +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: d44d6223-04e7-4c78-95a7-b7c3a6aac035 X-Archives-Hash: bd429ad3fa2bf34b0ae3aad5eeadca0d commit: 3ebb0a7328ce3cfb4c2d1cf1d7043ee3b6023e47 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 15:42:24 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 17 21:41:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebb0a73 dev-python/webob: use HTTPS dev-python/webob/webob-1.7.3.ebuild | 4 ++-- dev-python/webob/webob-1.7.4.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/webob/webob-1.7.3.ebuild b/dev-python/webob/webob-1.7.3.ebuild index 83bf98f38b2..560db4eeab6 100644 --- a/dev-python/webob/webob-1.7.3.ebuild +++ b/dev-python/webob/webob-1.7.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=6 @@ -11,7 +11,7 @@ MY_PN=WebOb MY_P=${MY_PN}-${PV} DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb" +HOMEPAGE="https://webob.org/ https://pypi.python.org/pypi/WebOb" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/webob/webob-1.7.4.ebuild b/dev-python/webob/webob-1.7.4.ebuild index 41ff9c6ff0e..81a696118b1 100644 --- a/dev-python/webob/webob-1.7.4.ebuild +++ b/dev-python/webob/webob-1.7.4.ebuild @@ -11,7 +11,7 @@ MY_PN=WebOb MY_P=${MY_PN}-${PV} DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb" +HOMEPAGE="https://webob.org/ https://pypi.python.org/pypi/WebOb" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT"