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/botocore/
Date: Sun, 05 Nov 2017 00:52:28
Message-Id: 1509843136.8ae430db21c36e59b0f0e1129cfeda5eefa2d9a9.andrey_utkin@gentoo
1 commit: 8ae430db21c36e59b0f0e1129cfeda5eefa2d9a9
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 3 21:51:48 2017 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 5 00:52:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae430db
7
8 dev-python/botocore: allow recent Sphinx versions
9
10 Bump upper boundary of allowed version of Shpinx to 1.7 in new,
11 non-stabilized botocore ebuilds.
12
13 Dependency on Sphinx has versions range. Declaration of this range comes
14 from requirements-docs.txt in botocore sources, but that file hasn't
15 been updated since 2015. Latest Sphinx, version 1.6.5, builds botocore
16 docs successfully.
17
18 Sphinx versions range bump has been suggested to botocore maintainers,
19 but there's nothing preventing newer Sphinx from working on already
20 released botocore versions.
21
22 Link: https://github.com/boto/botocore/pull/1306
23 Acked-by: Alex Brandt <alunduil <AT> gentoo.org>
24 Package-Manager: Portage-2.3.12, Repoman-2.3.3
25
26 dev-python/botocore/botocore-1.5.95.ebuild | 2 +-
27 dev-python/botocore/botocore-1.6.8.ebuild | 2 +-
28 dev-python/botocore/botocore-1.7.39.ebuild | 2 +-
29 3 files changed, 3 insertions(+), 3 deletions(-)
30
31 diff --git a/dev-python/botocore/botocore-1.5.95.ebuild b/dev-python/botocore/botocore-1.5.95.ebuild
32 index f970e09103e..f4df2f35b9a 100644
33 --- a/dev-python/botocore/botocore-1.5.95.ebuild
34 +++ b/dev-python/botocore/botocore-1.5.95.ebuild
35 @@ -28,7 +28,7 @@ DEPEND="
36 >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
37 <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
38 >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
39 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
40 + <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
41 )
42 test? (
43 ${CDEPEND}
44
45 diff --git a/dev-python/botocore/botocore-1.6.8.ebuild b/dev-python/botocore/botocore-1.6.8.ebuild
46 index f970e09103e..f4df2f35b9a 100644
47 --- a/dev-python/botocore/botocore-1.6.8.ebuild
48 +++ b/dev-python/botocore/botocore-1.6.8.ebuild
49 @@ -28,7 +28,7 @@ DEPEND="
50 >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
51 <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
52 >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
53 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
54 + <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
55 )
56 test? (
57 ${CDEPEND}
58
59 diff --git a/dev-python/botocore/botocore-1.7.39.ebuild b/dev-python/botocore/botocore-1.7.39.ebuild
60 index f970e09103e..f4df2f35b9a 100644
61 --- a/dev-python/botocore/botocore-1.7.39.ebuild
62 +++ b/dev-python/botocore/botocore-1.7.39.ebuild
63 @@ -28,7 +28,7 @@ DEPEND="
64 >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
65 <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
66 >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
67 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
68 + <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
69 )
70 test? (
71 ${CDEPEND}