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/boto3/
Date: Sun, 25 Oct 2015 08:30:18
Message-Id: 1445761712.7fa0b75fd0259d3ef8d23216186b43b733e73fef.mgorny@gentoo
1 commit: 7fa0b75fd0259d3ef8d23216186b43b733e73fef
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 08:28:32 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 08:28:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa0b75f
7
8 dev-python/boto3: Remove py3.3 from 1.1.3 to match deps
9
10 Remove python3.3 support from boto3-1.1.3 since the required
11 >=dev-python/botocore-1.2.0 does not support py3.3 anymore.
12
13 Fixes: d0e7ce2950992d99 ("dev-python/botocore: remove version 1.2.4")
14
15 dev-python/boto3/boto3-1.1.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/boto3/boto3-1.1.3.ebuild b/dev-python/boto3/boto3-1.1.3.ebuild
19 index f67bcad..2b890fb 100644
20 --- a/dev-python/boto3/boto3-1.1.3.ebuild
21 +++ b/dev-python/boto3/boto3-1.1.3.ebuild
22 @@ -3,7 +3,7 @@
23 # $Id$
24
25 EAPI=5
26 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
27 +PYTHON_COMPAT=( python2_7 python3_4 )
28
29 inherit distutils-r1 vcs-snapshot