Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy-rqlite/
Date: Tue, 26 Jun 2018 18:09:49
Message-Id: 1530036563.157d3914606f22f6ed12dae013a1d94e135edb38.pacho@gentoo
1 commit: 157d3914606f22f6ed12dae013a1d94e135edb38
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 17:54:39 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 18:09:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157d3914
7
8 dev-python/sqlalchemy-rqlite: Support python3.6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.0.ebuild | 2 +-
13 dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.0.ebuild b/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.0.ebuild
17 index c612eec4bed..4b492310700 100644
18 --- a/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.0.ebuild
19 +++ b/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.0.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
25 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
26
27 inherit distutils-r1
28
29
30 diff --git a/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-9999.ebuild b/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-9999.ebuild
31 index f0891fae7cf..7aa69730891 100644
32 --- a/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-9999.ebuild
33 +++ b/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-9999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=6
38 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
39 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
40
41 inherit distutils-r1