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 E7BFA1382C5 for ; Sun, 29 Apr 2018 07:35:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BAC1E08DA; Sun, 29 Apr 2018 07:35:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 443D4E08D9 for ; Sun, 29 Apr 2018 07:35:31 +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 C5C7C335CA5 for ; Sun, 29 Apr 2018 07:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40D6F2AA for ; Sun, 29 Apr 2018 07:35:27 +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: <1524987318.7eadcbd80d3c46aaa3c4277a589552e1c75372df.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-restful/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild dev-python/flask-restful/flask-restful-0.3.6.ebuild X-VCS-Directories: dev-python/flask-restful/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7eadcbd80d3c46aaa3c4277a589552e1c75372df X-VCS-Branch: master Date: Sun, 29 Apr 2018 07:35:27 +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: 04c79af3-f7e8-4acf-88f1-abfc4aef7470 X-Archives-Hash: ed9fa1fe3671861ab3fbbb3b532a2c13 commit: 7eadcbd80d3c46aaa3c4277a589552e1c75372df Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Apr 27 17:49:50 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 29 07:35:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eadcbd8 dev-python/flask-restful: use HTTPS dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild | 4 ++-- dev-python/flask-restful/flask-restful-0.3.6.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild index b9209fd71cc..d7899765610 100644 --- a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild +++ b/dev-python/flask-restful/flask-restful-0.3.5-r1.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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Simple framework for creating REST APIs" -HOMEPAGE="http://flask-restful.readthedocs.org/ https://github.com/twilio/flask-restful/" +HOMEPAGE="https://flask-restful.readthedocs.io/en/latest/ https://github.com/twilio/flask-restful/" SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/flask-restful/flask-restful-0.3.6.ebuild b/dev-python/flask-restful/flask-restful-0.3.6.ebuild index a55d4e3709b..b4be50acfe9 100644 --- a/dev-python/flask-restful/flask-restful-0.3.6.ebuild +++ b/dev-python/flask-restful/flask-restful-0.3.6.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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Simple framework for creating REST APIs" -HOMEPAGE="http://flask-restful.readthedocs.org/ https://github.com/twilio/flask-restful/" +HOMEPAGE="https://flask-restful.readthedocs.io/en/latest/ https://github.com/twilio/flask-restful/" SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD"