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 73E9D1382C5 for ; Wed, 25 Apr 2018 21:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE917E093B; Wed, 25 Apr 2018 21:28:12 +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 9AD66E0938 for ; Wed, 25 Apr 2018 21:28:12 +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 9B5FF335C30 for ; Wed, 25 Apr 2018 21:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A2A1287 for ; Wed, 25 Apr 2018 21:28:10 +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: <1524691620.bcbb36558dca3879619865da941463fc9014cf94.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-stdnum/python-stdnum-1.7.ebuild dev-python/python-stdnum/python-stdnum-1.8.1.ebuild X-VCS-Directories: dev-python/python-stdnum/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: bcbb36558dca3879619865da941463fc9014cf94 X-VCS-Branch: master Date: Wed, 25 Apr 2018 21:28:10 +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: 737872fe-63ed-44eb-9521-79792c0767bb X-Archives-Hash: 9fb242aa1582c724fe83986e86434975 commit: bcbb36558dca3879619865da941463fc9014cf94 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Apr 25 18:07:05 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Apr 25 21:27:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbb3655 dev-python/python-stdnum: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8136 dev-python/python-stdnum/python-stdnum-1.7.ebuild | 4 ++-- dev-python/python-stdnum/python-stdnum-1.8.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/python-stdnum/python-stdnum-1.7.ebuild b/dev-python/python-stdnum/python-stdnum-1.7.ebuild index 6bb1b062dfb..db1d8fe5bd1 100644 --- a/dev-python/python-stdnum/python-stdnum-1.7.ebuild +++ b/dev-python/python-stdnum/python-stdnum-1.7.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=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="A module to handle standardized numbers and codes" -HOMEPAGE="http://arthurdejong.org/python-stdnum/" +HOMEPAGE="https://arthurdejong.org/python-stdnum/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild b/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild index 9bd98db1252..8d73d4288ed 100644 --- a/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild +++ b/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="A module to handle standardized numbers and codes" -HOMEPAGE="http://arthurdejong.org/python-stdnum/" +HOMEPAGE="https://arthurdejong.org/python-stdnum/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1"