mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/python-boto3: bump version to 1.43.1
https://github.com/boto/boto3/blob/1.43.1/CHANGELOG.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
ab7bd853fa
commit
68cdf123d4
@@ -1,5 +1,5 @@
|
|||||||
# md5, sha256 from https://pypi.org/pypi/boto3/json
|
# md5, sha256 from https://pypi.org/pypi/boto3/json
|
||||||
md5 8e39cbbb73c8eb861e2d2d7a5107c3d2 boto3-1.42.68.tar.gz
|
md5 8f6916a7e50632593cdf56b5fcdbd365 boto3-1.43.1.tar.gz
|
||||||
sha256 3f349f967ab38c23425626d130962bcb363e75f042734fe856ea8c5a00eef03c boto3-1.42.68.tar.gz
|
sha256 9e4f85a7884797ff0f52c257094730ed228aaa07fa8134775ff8f86909cf4f2a boto3-1.43.1.tar.gz
|
||||||
# Locally computed sha256 checksums
|
# Locally computed sha256 checksums
|
||||||
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE
|
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PYTHON_BOTO3_VERSION = 1.42.68
|
PYTHON_BOTO3_VERSION = 1.43.1
|
||||||
PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz
|
PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz
|
||||||
PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/06/ae/60c642aa5413e560b671da825329f510b29a77274ed0f580bde77562294d
|
PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/98/36/028c12ed6ed85009a21b5472eb76c27f9b0341c6986f06f83475b40aaf51
|
||||||
PYTHON_BOTO3_SETUP_TYPE = setuptools
|
PYTHON_BOTO3_SETUP_TYPE = setuptools
|
||||||
PYTHON_BOTO3_LICENSE = Apache-2.0
|
PYTHON_BOTO3_LICENSE = Apache-2.0
|
||||||
PYTHON_BOTO3_LICENSE_FILES = LICENSE
|
PYTHON_BOTO3_LICENSE_FILES = LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user