Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
Date: Sun, 05 Nov 2017 00:52:30
Message-Id: 1509843137.21815d9627e5c1a7c5cfa9a64f4848ad62702aa5.andrey_utkin@gentoo
1 commit: 21815d9627e5c1a7c5cfa9a64f4848ad62702aa5
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 4 01:50:17 2017 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 5 00:52:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21815d96
7
8 dev-python/boto3: allow recent Sphinx versions
9
10 Bump upper boundary of allowed version of Shpinx to 1.7 in new,
11 non-stabilized boto3 ebuilds.
12
13 Dependency on Sphinx has versions range. Declaration of this range comes
14 from requirements-docs.txt in boto3 sources, but that file hasn't been
15 updated since 2015. Latest Sphinx, version 1.6.5, builds boto3 docs
16 successfully.
17
18 Sphinx versions range bump has been suggested to boto3 maintainers, but
19 there's nothing preventing newer Sphinx from working on already released
20 versions.
21
22 Link: https://github.com/boto/boto3/pull/1337
23 Acked-by: Alex Brandt <alunduil <AT> gentoo.org>
24 Package-Manager: Portage-2.3.12, Repoman-2.3.3
25
26 dev-python/boto3/boto3-1.4.6.ebuild | 2 +-
27 dev-python/boto3/boto3-1.4.7.ebuild | 2 +-
28 2 files changed, 2 insertions(+), 2 deletions(-)
29
30 diff --git a/dev-python/boto3/boto3-1.4.6.ebuild b/dev-python/boto3/boto3-1.4.6.ebuild
31 index 682d1f65273..aecf34edcf5 100644
32 --- a/dev-python/boto3/boto3-1.4.6.ebuild
33 +++ b/dev-python/boto3/boto3-1.4.6.ebuild
34 @@ -29,7 +29,7 @@ DEPEND="
35 >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
36 <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
37 >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
38 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
39 + <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
40 )
41 test? (
42 ${CDEPEND}
43
44 diff --git a/dev-python/boto3/boto3-1.4.7.ebuild b/dev-python/boto3/boto3-1.4.7.ebuild
45 index 62068e0e387..8e084dd56f4 100644
46 --- a/dev-python/boto3/boto3-1.4.7.ebuild
47 +++ b/dev-python/boto3/boto3-1.4.7.ebuild
48 @@ -29,7 +29,7 @@ DEPEND="
49 >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
50 <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
51 >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
52 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
53 + <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
54 )
55 test? (
56 ${CDEPEND}