python3-botocore: Update to version 1.23.21 and python-3.10

- Update from 1.19.28 to 1.23.21
- Update of rootfile
- Changelog is too large to include here. For details see the changelog at
   https://github.com/boto/botocore/blob/develop/CHANGELOG.rst

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Adolf Belka
2022-01-24 17:16:31 +01:00
committed by Peter Müller
parent 269ccc4446
commit 0667d9f262
2 changed files with 1604 additions and 1370 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.19.28
VER = 1.23.21
THISAPP = botocore-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = python3-botocore
PAK_VER = 3
PAK_VER = 4
DEPS = python3-dateutil python3-jmespath python3-urllib3
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 9cb390d4c293528db8ca014647bbe03b
$(DL_FILE)_MD5 = ad79c50edeb9e8d14f5392c0ec28b593
install : $(TARGET)