dev-python/awscli: version bump

Additionally:
- Python 3.9 support
- Lock major.minor version of botocore to avoid interface change
  breaking in future.

Closes: https://bugs.gentoo.org/743559
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
This commit is contained in:
Piotr Karbowski
2020-09-19 17:55:44 +02:00
parent 31ee40eea4
commit 36f4c1f63a
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
DIST awscli-1.18.117.tar.gz 1846974 BLAKE2B 7da993763f9e3082cf66a39c474e857885b33a6fe4ad136faaa1589e2c7ffc59daf6628f01dff867e8f2e92b0feb2881fab0ec45128b6ebed327454f3884679b SHA512 96e8ef0b217e1fcfb2e6995aecea81501c35ce8d050e82f77d58c5d68e4bd4ed0b0aff9dd91f7b69aac2c6d455d85188e1f855e685b05fc60c9f79630eb7c87d
DIST awscli-1.18.142.tar.gz 1871785 BLAKE2B 50c5fbfb34ad6c4e1f229fb5394e9e3ecec6ee18fa64ddab908e883ec6e9e24338a4aaebc53069651c161386b59f7ef0c699530a57c51264c367feb1dd5a9c63 SHA512 4bb49ea8617f5f4c55bf7ef531a7023299580a2e8aed52981fbb5da199e73912082cad198e00a590cfd8208dacefa70a3dccf257d7186ce96d68b87b6723639a

View File

@@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit bash-completion-r1 distutils-r1
@@ -21,7 +21,7 @@ IUSE="test"
RESTRICT="test"
RDEPEND="
>=dev-python/botocore-1.16.20[${PYTHON_USEDEP}]
=dev-python/botocore-1.18*[${PYTHON_USEDEP}]
<dev-python/colorama-0.4.4[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/rsa[${PYTHON_USEDEP}]