From 8298e285dd65dfa2a57739191471ee98d6c22a09 Mon Sep 17 00:00:00 2001 From: Asaf Kahlon Date: Mon, 27 Sep 2021 22:51:28 +0300 Subject: [PATCH] package/python-botocore: bump to version 1.21.48 * The package doesn't support python2 anymore. * Sort select alphabetically. Signed-off-by: Asaf Kahlon Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/python-botocore/Config.in | 3 ++- package/python-botocore/python-botocore.hash | 4 ++-- package/python-botocore/python-botocore.mk | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package/python-botocore/Config.in b/package/python-botocore/Config.in index f34d774f95..4df82f614c 100644 --- a/package/python-botocore/Config.in +++ b/package/python-botocore/Config.in @@ -1,7 +1,8 @@ config BR2_PACKAGE_PYTHON_BOTOCORE bool "python-botocore" - select BR2_PACKAGE_PYTHON_JMESPATH # runtime + depends on BR2_PACKAGE_PYTHON3 select BR2_PACKAGE_PYTHON_DATEUTIL # runtime + select BR2_PACKAGE_PYTHON_JMESPATH # runtime select BR2_PACKAGE_PYTHON_URLLIB3 # runtime help Low-level, data-driven core of boto 3. diff --git a/package/python-botocore/python-botocore.hash b/package/python-botocore/python-botocore.hash index afaac12bde..31dd58de0a 100644 --- a/package/python-botocore/python-botocore.hash +++ b/package/python-botocore/python-botocore.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/botocore/json -md5 870be84c9b418430ad9d0cb5640e76ef botocore-1.12.210.tar.gz -sha256 b954c596f8bdf31d5fdf1eff8a2296bde8094e1e22961a79b83bb62ddeba8a49 botocore-1.19.48.tar.gz +md5 31ec9358b9b92d2d7cdba7fa448c4eed botocore-1.21.48.tar.gz +sha256 2c25a76f09223b2f00ad578df34492b7b84cd4828fc90c08ccbdd1d70abbd7eb botocore-1.21.48.tar.gz # Locally computed sha256 checksums sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.txt diff --git a/package/python-botocore/python-botocore.mk b/package/python-botocore/python-botocore.mk index 76c59d0a2d..d86ed5cb93 100644 --- a/package/python-botocore/python-botocore.mk +++ b/package/python-botocore/python-botocore.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_BOTOCORE_VERSION = 1.19.48 +PYTHON_BOTOCORE_VERSION = 1.21.48 PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz -PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/35/73/c6fe3fafb74cc86a2a9ddf565a2b8956777e668c6248927e6d76b66f61a4 +PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/24/53/2d383e61b24637197ba213eb7891230b8d2a7f6ac8c44153943b4a760991 PYTHON_BOTOCORE_SETUP_TYPE = setuptools PYTHON_BOTOCORE_LICENSE = Apache-2.0 PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt