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 5C7D6138350 for ; Fri, 17 Jan 2020 07:47:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E91AE08C0; Fri, 17 Jan 2020 07:47:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 45476E08C0 for ; Fri, 17 Jan 2020 07:47:55 +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 3DF4134E179 for ; Fri, 17 Jan 2020 07:47:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D341BE5 for ; Fri, 17 Jan 2020 07:47:50 +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: <1579247263.f2690dae243e84caf2210b0af855c4c59439c18a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/patsy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/patsy/patsy-0.4.1.ebuild dev-python/patsy/patsy-0.5.1.ebuild X-VCS-Directories: dev-python/patsy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f2690dae243e84caf2210b0af855c4c59439c18a X-VCS-Branch: master Date: Fri, 17 Jan 2020 07:47:50 +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: 3436e0d5-bfa4-48dc-ad53-07e8c8c34ac7 X-Archives-Hash: 60a92ae6f1d70c12c6d208a6677b7477 commit: f2690dae243e84caf2210b0af855c4c59439c18a Author: Michał Górny gentoo org> AuthorDate: Fri Jan 17 06:16:12 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 17 07:47:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2690dae dev-python/patsy: Use HTTPS Signed-off-by: Michał Górny gentoo.org> dev-python/patsy/patsy-0.4.1.ebuild | 2 +- dev-python/patsy/patsy-0.5.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/patsy/patsy-0.4.1.ebuild b/dev-python/patsy/patsy-0.4.1.ebuild index 613596d543e..922367425e1 100644 --- a/dev-python/patsy/patsy-0.4.1.ebuild +++ b/dev-python/patsy/patsy-0.4.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Python module to describe statistical models and design matrices" -HOMEPAGE="http://patsy.readthedocs.org/en/latest/index.html" +HOMEPAGE="https://patsy.readthedocs.org/en/latest/index.html" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="BSD" diff --git a/dev-python/patsy/patsy-0.5.1.ebuild b/dev-python/patsy/patsy-0.5.1.ebuild index 5bc58064444..005ace41e31 100644 --- a/dev-python/patsy/patsy-0.5.1.ebuild +++ b/dev-python/patsy/patsy-0.5.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Python module to describe statistical models and design matrices" -HOMEPAGE="http://patsy.readthedocs.org/en/latest/index.html" +HOMEPAGE="https://patsy.readthedocs.org/en/latest/index.html" SRC_URI="https://files.pythonhosted.org/packages/49/c7/b971d8685c52512dbaa45bf8d076695432245a9f59509fb20a6c8e4ff69a/patsy-0.5.1.tar.gz" LICENSE="BSD"