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 C04FD1396D1 for ; Fri, 11 Aug 2017 19:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1402E0DA3; Fri, 11 Aug 2017 19:57:27 +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 7E2E0E0DA3 for ; Fri, 11 Aug 2017 19:57:27 +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 977EC341968 for ; Fri, 11 Aug 2017 19:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 146F275F8 for ; Fri, 11 Aug 2017 19:57:25 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1502481406.c9a2fc5ae0ec6941c63888e601bd4019b4365b3a.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-toolbelt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild dev-python/requests-toolbelt/requests-toolbelt-0.7.0.ebuild dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild X-VCS-Directories: dev-python/requests-toolbelt/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: c9a2fc5ae0ec6941c63888e601bd4019b4365b3a X-VCS-Branch: master Date: Fri, 11 Aug 2017 19:57:25 +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: f8663ea5-db32-45db-b8e1-59b70460bbf5 X-Archives-Hash: 9cba430f086bce070db8e5a2dd28fe34 commit: c9a2fc5ae0ec6941c63888e601bd4019b4365b3a Author: Amy Liffey gentoo org> AuthorDate: Fri Aug 11 19:48:31 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Aug 11 19:56:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a2fc5a dev-python/requests-toolbelt: fix homepage Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild | 4 ++-- dev-python/requests-toolbelt/requests-toolbelt-0.7.0.ebuild | 4 ++-- dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild index 7d3473c64da..f7193a7674e 100644 --- a/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild +++ b/dev-python/requests-toolbelt/requests-toolbelt-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="A utility belt for advanced users of python-requests" -HOMEPAGE="http://toolbelt.readthedocs.org/" +HOMEPAGE="https://toolbelt.readthedocs.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.7.0.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.7.0.ebuild index b74e071155f..89f3470743e 100644 --- a/dev-python/requests-toolbelt/requests-toolbelt-0.7.0.ebuild +++ b/dev-python/requests-toolbelt/requests-toolbelt-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="A utility belt for advanced users of python-requests" -HOMEPAGE="http://toolbelt.readthedocs.org/" +HOMEPAGE="https://toolbelt.readthedocs.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild index 3a706e8ae55..a41831f89e1 100644 --- a/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild +++ b/dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="A utility belt for advanced users of python-requests" -HOMEPAGE="http://toolbelt.readthedocs.org/" +HOMEPAGE="https://toolbelt.readthedocs.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"