Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uhashring/
Date: Fri, 24 Nov 2017 10:52:57
Message-Id: 1511520764.47001b2d28ce22cf11d17b232d703819cdf29bd9.ultrabug@gentoo
1 commit: 47001b2d28ce22cf11d17b232d703819cdf29bd9
2 Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 24 10:52:44 2017 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 10:52:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47001b2d
7
8 dev-python/uhashring: python version bump
9
10 dev-python/uhashring/uhashring-1.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/uhashring/uhashring-1.0.ebuild b/dev-python/uhashring/uhashring-1.0.ebuild
14 index 0327a6fd460..1bf287b0593 100644
15 --- a/dev-python/uhashring/uhashring-1.0.ebuild
16 +++ b/dev-python/uhashring/uhashring-1.0.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=6
21 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
22 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
23
24 inherit distutils-r1