diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2017-11-04 01:50:17 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2017-11-05 00:52:17 +0000 |
commit | 21815d9627e5c1a7c5cfa9a64f4848ad62702aa5 (patch) | |
tree | e9ece8d2b1f6f827425a6783e9b9354db8e20d29 /dev-python/boto3 | |
parent | dev-python/boto3: add 1.4.7 ebuild (diff) | |
download | gentoo-21815d9627e5c1a7c5cfa9a64f4848ad62702aa5.tar.gz gentoo-21815d9627e5c1a7c5cfa9a64f4848ad62702aa5.tar.bz2 gentoo-21815d9627e5c1a7c5cfa9a64f4848ad62702aa5.zip |
dev-python/boto3: allow recent Sphinx versions
Bump upper boundary of allowed version of Shpinx to 1.7 in new,
non-stabilized boto3 ebuilds.
Dependency on Sphinx has versions range. Declaration of this range comes
from requirements-docs.txt in boto3 sources, but that file hasn't been
updated since 2015. Latest Sphinx, version 1.6.5, builds boto3 docs
successfully.
Sphinx versions range bump has been suggested to boto3 maintainers, but
there's nothing preventing newer Sphinx from working on already released
versions.
Link: https://github.com/boto/boto3/pull/1337
Acked-by: Alex Brandt <alunduil@gentoo.org>
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.4.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/boto3/boto3-1.4.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/boto3/boto3-1.4.6.ebuild b/dev-python/boto3/boto3-1.4.6.ebuild index 682d1f65273c..aecf34edcf5a 100644 --- a/dev-python/boto3/boto3-1.4.6.ebuild +++ b/dev-python/boto3/boto3-1.4.6.ebuild @@ -29,7 +29,7 @@ DEPEND=" >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}] <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}] >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}] - <dev-python/sphinx-1.3[${PYTHON_USEDEP}] + <dev-python/sphinx-1.7[${PYTHON_USEDEP}] ) test? ( ${CDEPEND} diff --git a/dev-python/boto3/boto3-1.4.7.ebuild b/dev-python/boto3/boto3-1.4.7.ebuild index 62068e0e3877..8e084dd56f4f 100644 --- a/dev-python/boto3/boto3-1.4.7.ebuild +++ b/dev-python/boto3/boto3-1.4.7.ebuild @@ -29,7 +29,7 @@ DEPEND=" >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}] <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}] >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}] - <dev-python/sphinx-1.3[${PYTHON_USEDEP}] + <dev-python/sphinx-1.7[${PYTHON_USEDEP}] ) test? ( ${CDEPEND} |