Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/coloredlogs/
Date: Sun, 29 Apr 2018 07:35:33
Message-Id: 1524987317.f598b5ae73f8c9a886353c560a574cbdcee59171.mgorny@gentoo
1 commit: f598b5ae73f8c9a886353c560a574cbdcee59171
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 17:42:49 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 07:35:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f598b5ae
7
8 dev-python/coloredlogs: use HTTPS
9
10 dev-python/coloredlogs/coloredlogs-6.1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/coloredlogs/coloredlogs-6.1.ebuild b/dev-python/coloredlogs/coloredlogs-6.1.ebuild
14 index f8a2c00c34c..12bcf1711a2 100644
15 --- a/dev-python/coloredlogs/coloredlogs-6.1.ebuild
16 +++ b/dev-python/coloredlogs/coloredlogs-6.1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -11,7 +11,7 @@ DESCRIPTION="Colored stream handler for the logging module"
24 HOMEPAGE="
25 https://pypi.org/project/coloredlogs/
26 https://github.com/xolox/python-coloredlogs
27 - http://coloredlogs.readthedocs.org"
28 + https://coloredlogs.readthedocs.io/en/latest/"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="MIT"