package/python-boto3: bump to 1.19.2
While at it, remove the md5 hash as there is already a sha256 hash. Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
5562eb58e8
commit
a98cfa16b2
@ -1,5 +1,4 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/boto3/json
|
||||
md5 0f37b054b9c14fe05a8194f85b122918 boto3-1.18.48.tar.gz
|
||||
sha256 7b45b224442c479de4bc6e6e9cb0557b642fc7a77edc8702e393ccaa2e0aa128 boto3-1.18.48.tar.gz
|
||||
# sha256 from https://pypi.org/pypi/boto3/json
|
||||
sha256 11a6035060230e92327d4f10fef6bc44188b2cd68504012bc25ed62ac31d670b boto3-1.19.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BOTO3_VERSION = 1.18.48
|
||||
PYTHON_BOTO3_VERSION = 1.19.2
|
||||
PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz
|
||||
PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/d4/1e/7d6bf1b92199121ec5c020868402b90ba1a4fef6941aafaff970a664d83a
|
||||
PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/ec/45/d12f9c09b5c4dad8bcb098dfae5e9e1253ed6408efbbd9a3e60bff55b824
|
||||
PYTHON_BOTO3_SETUP_TYPE = setuptools
|
||||
PYTHON_BOTO3_LICENSE = Apache-2.0
|
||||
PYTHON_BOTO3_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user