commit:     36f4c1f63a8da0c66b9f2361fd18de6a218373ac
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 15:55:44 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 15:57:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f4c1f6

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 <AT> gentoo.org>

 dev-python/awscli/Manifest                                           | 2 +-
 dev-python/awscli/{awscli-1.18.117.ebuild => awscli-1.18.142.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/awscli/Manifest b/dev-python/awscli/Manifest
index c56cb95e9b5..778b05ea1a3 100644
--- a/dev-python/awscli/Manifest
+++ b/dev-python/awscli/Manifest
@@ -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

diff --git a/dev-python/awscli/awscli-1.18.117.ebuild 
b/dev-python/awscli/awscli-1.18.142.ebuild
similarity index 93%
rename from dev-python/awscli/awscli-1.18.117.ebuild
rename to dev-python/awscli/awscli-1.18.142.ebuild
index f9d8bf63f0e..bb51fa405a4 100644
--- a/dev-python/awscli/awscli-1.18.117.ebuild
+++ b/dev-python/awscli/awscli-1.18.142.ebuild
@@ -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}]

Reply via email to