commit: 576120f0ef3ffae5a8762376f3b744c8aaddd333 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Jan 22 23:06:49 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Jan 22 23:40:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576120f0
dev-python/botocore: drop Python 3.5 support Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-python/botocore/botocore-1.13.46.ebuild | 2 +- dev-python/botocore/botocore-1.13.50.ebuild | 2 +- dev-python/botocore/botocore-1.14.7.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/botocore/botocore-1.13.46.ebuild b/dev-python/botocore/botocore-1.13.46.ebuild index 58b2573e49f..8fd7899b8b6 100644 --- a/dev-python/botocore/botocore-1.13.46.ebuild +++ b/dev-python/botocore/botocore-1.13.46.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) inherit distutils-r1 diff --git a/dev-python/botocore/botocore-1.13.50.ebuild b/dev-python/botocore/botocore-1.13.50.ebuild index 58b2573e49f..8fd7899b8b6 100644 --- a/dev-python/botocore/botocore-1.13.50.ebuild +++ b/dev-python/botocore/botocore-1.13.50.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) inherit distutils-r1 diff --git a/dev-python/botocore/botocore-1.14.7.ebuild b/dev-python/botocore/botocore-1.14.7.ebuild index f97292dd792..060f32f24f3 100644 --- a/dev-python/botocore/botocore-1.14.7.ebuild +++ b/dev-python/botocore/botocore-1.14.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 python3_8 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 ) inherit distutils-r1
